Snowflake SnowPro® Specialty: Gen AI Certification - GES-C01 Exam Practice Test
An AI engineer is building an automated pipeline in Snowflake that processes various types of textual data using Cortex AI functions. To ensure the pipeline's stability and avoid failures due to exceeding LLM context windows, they integrate SNOWFLAKE.CORTEX.COUNT_TOKENS and TRY_COMPLETE
. Consider the following code snippets and statements about context window management in Snowflake Cortex.

. Consider the following code snippets and statements about context window management in Snowflake Cortex.

Correct Answer: A,D,E
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).
A data engineering team needs to implement a highly accurate, low-latency solution for classifying specialized technical documents into 50 distinct categories. They are considering fine-tuning a Large Language Model (LLM) within Snowflake Cortex for this task. Which of the following considerations are critical for optimizing the fine-tuned model's performance and minimizing inference latency for production use? (Select all that apply)


Correct Answer: C,D
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).
A data architect is evaluating the shift from managing Cortex Analyst semantic models as YAML files on internal stages to leveraging a native semantic view (currently in Public Preview). They want to understand the key differences and advantages or considerations of this new native approach. Which of the following statements accurately describe a key characteristic or implication of using native semantic views for Cortex Analyst, compared to YAML files stored in a stage?


Correct Answer: C
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).
A machine learning engineer needs to fine-tune the 'mistral-7b' LLM using Snowflake Cortex for a specialized task. They have prepared training data in a Snowflake table. Which of the following statements correctly describe the process, requirements, and cost considerations for initiating this fine-tuning job?
Correct Answer: A,B,E
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).
An organization is planning to deploy Snowflake Cortex Agents for sensitive financial reporting, requiring strict adherence to data governance policies and clear understanding of cost drivers. Which of the following statements about governance and cost considerations for Cortex Agents are true?
Correct Answer: B,E
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).

Correct Answer: A,D
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).
A data engineering team is designing a Snowflake data pipeline to automatically enrich a 'customer issues' table with product names extracted from raw text-based 'issue_description' columns. They want to use a Snowflake Cortex function for this extraction and integrate it into a stream and task-based pipeline. Given the 'customer_issues' table with an 'issue_id' and (VARCHAR), which of the following SQL snippets correctly demonstrates the use of a Snowflake Cortex function for this data enrichment within a task, assuming is a stream on the 'customer issues' table?


Correct Answer: C
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).
A security administrator is implementing strict model access controls for Snowflake Cortex LLM functions, including those accessed via the Cortex REST API. By default, the 'SNOWFLAKE.CORTEX USER' database role is granted to the 'PUBLIC' role, allowing all users to call Cortex AI functions. To enforce a more restrictive access policy, the administrator revokes 'SNOWFLAKE.CORTEX USER from 'PUBLIC'. Which of the following actions must the administrator take to ensure specific roles can 'still' make Cortex REST API requests, and what are the implications?
Correct Answer: B
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).
A company is building an enterprise search solution in Snowflake, where user queries are converted into embeddings and then used to find relevant documents from a large corpus. The search logic heavily relies on VECTOR_COSINE_SIMILARITY Which of the following design choices or operational considerations are critical for a robust and efficient implementation using Snowflake's vector capabilities? (Select all that apply)
Correct Answer: A,B
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).