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 312 Discussion

Actual exam question for Snowflake's GES-C01 exam
Question #: 312
Topic #: 1
A data governance team is concerned about the consistency and compliance of SQL queries generated by Cortex Analyst for sensitive financial reporting. They need to ensure that all generated SQL for a specific semantic model always includes a 'WHERE' clause that filters data for 'region = 'EMEA" and adheres to 'ISO 8601' date formatting for all date columns, regardless of the user's natural language input. Which of the following approaches is the MOST effective for implementing these strict, overarching requirements within Cortex Analyst's semantic model?

Suggested Answer: B Vote an answer

To enforce overarching, consistent behavior in SQL query generation regardless of user input, the 'custom_instructions' field in the semantic model YAML is the most appropriate mechanism. It allows providing unique business context and directives directly to the LLM that Cortex Analyst uses, enabling greater control over the generated SQL. Option A (verified queries) is good for specific questions but would require an exhaustive and potentially unmanageable list to cover *all* user inputs for general rules. Option C (logical table-level filters) can apply 'WHERES' clauses but doesn't inherently enforce a specific date format across all date columns consistently without further explicit definition for each time dimension, and the source doesn't detail a filter mechanism for global date format enforcement. Option D ('task_description' in "CLASSIFY _ TEXT) is for task-specific classification and not for controlling SQL generation by Cortex Analyst. Option E (custom UDFs for post- processing) is an external step to Cortex Analyst's core text-to-SQL generation and adds unnecessary complexity, losing the benefit of Cortex Analyst's managed nature, and is not a direct configuration *within* Cortex Analyst to influence SQL generation.

by Ingram at Jun 13, 2026, 10:44 PM

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.