Here are all the actual test exam dumps for IT exams. Most people prepare for the actual exams with our test dumps to pass their exams. So it's critical to choose and actual test pdf to succeed.

Exam GES-C01 Topic 1 Question 127 Discussion

Actual exam question for Snowflake's GES-C01 exam
Question #: 127
Topic #: 1
A software development team is building a conversational AI application within Snowflake, aiming to provide a dynamic and stateful chat experience for users. The application needs to handle follow-up questions while maintaining context, provide responses with a degree of creative variation, and actively filter out any potentially harmful content. The team utilizes the SNOWFLAKE. CORTEX. COMPLETE (or AI_COMPLETE) function.

Suggested Answer: B Vote an answer

The scenario requires statefulness (multi-turn conversation), creative variation in responses, and safety (filtering harmful content). Option B correctly demonstrates a multi-turn conversation by passing a history of user and assistant messages in the prompt array. It uses a of which allows for creative variation in the output, and sets guardrails to TRUE to enable content filtering. Option A's prompt is temperature 0.8, single-turn, not multi-turn. Option C uses a single-turn prompt and disables guardrails. Option D uses a of which produces temperature 0.0, deterministic results and lacks creative variation. Option E has an incorrect conversation history structure with two consecutive 'user' roles without an 'assistant' response in between, which is not supported for stateful conversations.

by Myrna at Jul 08, 2026, 07:51 AM

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Nick name: Submit Cancel
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.