Exam GES-C01 Topic 1 Question 234 Discussion

Actual exam question for Snowflake's GES-C01 exam
Question #: 234
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, as higher temperatures result in more diverse output. It also sets guardrails temperature 0.8, to enable content filtering. Option A's prompt is single-turn, not multi-turn. Option C uses a single-turn prompt and disables guardrails. to TRUE Option D uses a of which produces deterministic results and lacks creative variation. Option E has an incorrect conversation temperature 0.0, history structure with two consecutive 'user' roles without an 'assistant' response in between, which is not supported for stateful conversations.

by Sigrid at Jul 29, 2026, 01:52 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.

0
0
0
10