Snowflake SnowPro Specialty Gen AI GES-C01 - SnowPro Specialty Gen AI GES-C01 Exam
Page: 1 / 13
Total 61 questions
Question #1 (Topic: Exam A)
What privileges must be granted to a user with the FNR_DEVELOP ROLE so the user can use Document AI on an existing pipeline? (Choose three.)
A. GRANT DATABASE ROLE SNOWFLAKE.ML_USER TO ROLE FNR_DEVELOP_ROLE;
B. GRANT DATABASE ROLE SNOWFLAKE.DOCUMENT_INTELLIGENCE_CREATOR TO ROLE FNR_DEVELOP_ROLE;
C. GRANT ROLE SNOWFLAKE.DOCUMENT_INTELLIGENCE_CREATOR TO ROLE FNR_DEVELOP_ROLE;
D. GRANT CREATE SNOWFLAKE.ML.DOCUMENT_INTELLIGENCE ON SCHEMA <database>.<schema> TO ROLE FNR_DEVELOP_ROLE;
E. GRANT CREATE SNOWFLAKE.MODELS.DOCUMENT_INTELLIGENCE ON SCHEMA <database>.<schema>
F. GRANT CREATE MODEL ON SCHEMA <database>.<schema> TO ROLE FNR_DEVELOP_ROLE;
Answer: BCF
Question #2 (Topic: Exam A)
When using the SNOWFLAKE.CORTEX.FINETUNE function, which column names must be included in the SQL statement in the training_data_query parameter? (Choose two.)
A. BASE_MODEL
B. COMPLETION
C. INFERENCE
D. PROMPT
E. TRAINING
Answer: BD
Question #3 (Topic: Exam A)
Which strategy should be used to improve latency when using the SNOWFLAKE.CORTEX.COMPLETE function?
A. Use the REST API when invoking inferences
B. Use the SQL API when using a Snowpark session object
C. Set the temperature parameter close to 1.
D. Pass a JSON schema to the response_format parameter
Answer: B
Question #4 (Topic: Exam A)
A Gen AI Specialist is building a semantic model for Snowflake Cortex Analyst and needs to provide details about each field. One field contains complex data with high cardinality.
Which technique will keep the semantic model concise?
Which technique will keep the semantic model concise?
A. Include custom_instructions to truncate the field.
B. Reference the search optimization service on this field.
C. Reference a Snowflake Cortex Search Service on this field.
D. Reference a Snowflake Corte Analyst Verified Query Repository (VQR) on this field
Answer: B
Question #5 (Topic: Exam A)
A Gen AI Specialist needs to assess if the feedback from a recent survey was generally positive, negative, or neutral. The Specialist wants the assessment to be reported using either a floating-point number from –1 to +1 (inclusive) or an abject with a categories field
Which statements will achieve the desired results? (Choose two.)
Which statements will achieve the desired results? (Choose two.)
A. SNOWFLAKE.CORTEX.CLASSIFY_TEXT (SURVEY_TEXT)
B. SNOWFLAKE.CORTEX.COMPLETE (SURVEY_TEXT)
C. SNOWFLAKE.CORTEX.ENTITY_SENTIMENT (SURVEY_TEXT, [‘positive’, ‘negative’, ‘neutral'])
D. SNOWFLAKE.CORTEX.FINETUNE (SURVEY_TEXT);
E. SNOWFLAKE.CORTEX.SENTIMENT (SURVEY_TEXT)
Answer: CE