Exam GES-C01 Topic 1 Question 33 Discussion
Actual exam question for Snowflake's GES-C01 exam
Question #: 33
Topic #: 1
Question #: 33
Topic #: 1
A data application developer, adhering to Snowflake's Gen AI best practices for deploying LLMs, needs to perform inference with a newly fine-tuned llama3.1-70b model via AI_COMPLETE and expects a structured JSON output. Which of the following statements accurately describe how to configure this inference and potential limitations within Snowflake Cortex?


Suggested Answer: B,D Vote an answer
To use a fine-tuned model for inference, you can call the 'COMPLETE' (or 'AI_COMPLETE') LLM function with the name of your fine-tuned model. For structured output, you can specify a JSON schema using the 'response_format argument with 'AI_COMPLETE. For OpenAI (GPT) models, the 'additionalProperties' field must be set to and the 'required' field must contain the names of every property in the schema. For the most consistent results, setting the 'temperature' option to 0 when calling 'COMPLETE (or 'AI_COMPLETE) is recommended. JSON schema guidelines also state that object definitions should be placed at the top level of the schema, specifically under the 'definitions' or '$defs key, and Snowflake's validation strictly enforces this structure. Cortex LLM functions do not support dynamic tables. While fine-tuned models appear in the Snowsight UI of the Model Registry, they are not managed by the Model Registry API. Usage of Cortex functions can be tracked using views like "CORTEX_FUNCTIONS_QUERY_USAGE_HISTORY', but this is for tracking costs/usage, not for real-time model monitoring in the context of Model Registry.
by Phoenix at Jun 24, 2026, 05:25 AM
0
0
0
10
Comments
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.
Report Comment
Commenting
You can sign-up / login (it's free).