최신Snowflake SnowPro® Specialty: Gen AI Certification - GES-C01무료샘플문제
문제1

Which of the following SQL snippets, when executed against a single invoice file like "invoice001 .pdf", correctly extracts and transforms the desired data, assuming 'json_content' holds the raw Document AI output?

Which of the following SQL snippets, when executed against a single invoice file like "invoice001 .pdf", correctly extracts and transforms the desired data, assuming 'json_content' holds the raw Document AI output?
정답: A
설명: (ExamPassdump 회원만 볼 수 있음)
문제2
A data engineer has successfully experimented with a prompt and various model settings in the Snowflake Cortex Playground for a text classification task using the mistral-large2 model and Cortex Guard. They now want to operationalize this solution within their Snowflake environment. Which of the following statements correctly describe capabilities or considerations when moving from the Cortex Playground to a production pipeline?
A data engineer has successfully experimented with a prompt and various model settings in the Snowflake Cortex Playground for a text classification task using the mistral-large2 model and Cortex Guard. They now want to operationalize this solution within their Snowflake environment. Which of the following statements correctly describe capabilities or considerations when moving from the Cortex Playground to a production pipeline?
정답: B,C,D,E
설명: (ExamPassdump 회원만 볼 수 있음)
문제3
A company is building a chatbot for internal support, powered by Snowflake Cortex LLMs. The primary goals are to provide answers that are accurate, grounded in proprietary documentation, and to minimize factual 'hallucinations'. They are considering various strategies to achieve this. Which of the following statements correctly describe effective methods or tools within Snowflake for addressing these concerns?
A company is building a chatbot for internal support, powered by Snowflake Cortex LLMs. The primary goals are to provide answers that are accurate, grounded in proprietary documentation, and to minimize factual 'hallucinations'. They are considering various strategies to achieve this. Which of the following statements correctly describe effective methods or tools within Snowflake for addressing these concerns?
정답: B,C,D
설명: (ExamPassdump 회원만 볼 수 있음)
문제4
A data analytics team aims to enhance their understanding of customer feedback stored in a Snowflake table called CUSTOMER_FEEDBACK. This table has a REVIEW_TEXT column containing raw customer comments and a CUSTOMER_SEGMENT column. The team wants to classify each review into predefined categories and then generate a concise summary of all reviews for each customer segment. Which of the following Snowflake Cortex AI functions and approaches should they use?

A data analytics team aims to enhance their understanding of customer feedback stored in a Snowflake table called CUSTOMER_FEEDBACK. This table has a REVIEW_TEXT column containing raw customer comments and a CUSTOMER_SEGMENT column. The team wants to classify each review into predefined categories and then generate a concise summary of all reviews for each customer segment. Which of the following Snowflake Cortex AI functions and approaches should they use?

정답: B,C,D
설명: (ExamPassdump 회원만 볼 수 있음)
문제5
A team is designing a complex Gen AI application in Snowflake, which includes components for training a custom LLM, running batch inference, and providing a real-time conversational interface. They plan to leverage Snowpark Container Services (SPCS) for these workloads. Which of the following statements accurately describe the suitable SPCS service design models and important considerations for these different application components? (Select all that apply.)
A team is designing a complex Gen AI application in Snowflake, which includes components for training a custom LLM, running batch inference, and providing a real-time conversational interface. They plan to leverage Snowpark Container Services (SPCS) for these workloads. Which of the following statements accurately describe the suitable SPCS service design models and important considerations for these different application components? (Select all that apply.)
정답: A,D,E
설명: (ExamPassdump 회원만 볼 수 있음)
문제6
An ML engineer is deploying a custom PyTorch-based image classification model, obtained from Hugging Face, to Snowpark Container Services (SPCS). The deployment requires GPU acceleration on a compute pool named 'my_gpu_pool' and specific Python packages ('torch', 'transformerS, 'opencv-python'). The scenario dictates that 'opencv-python' is only available via PyPI, while 'torch' and 'transformers' can be sourced from either conda-forge or PyPI. The engineer uses the Snowflake Model Registry to log the model. Which of the following 'log model' and 'create_service' configurations correctly specify the necessary Python dependencies and GPU utilization for this inference service, adhering to Snowflake's recommendations?
An ML engineer is deploying a custom PyTorch-based image classification model, obtained from Hugging Face, to Snowpark Container Services (SPCS). The deployment requires GPU acceleration on a compute pool named 'my_gpu_pool' and specific Python packages ('torch', 'transformerS, 'opencv-python'). The scenario dictates that 'opencv-python' is only available via PyPI, while 'torch' and 'transformers' can be sourced from either conda-forge or PyPI. The engineer uses the Snowflake Model Registry to log the model. Which of the following 'log model' and 'create_service' configurations correctly specify the necessary Python dependencies and GPU utilization for this inference service, adhering to Snowflake's recommendations?
정답: E
설명: (ExamPassdump 회원만 볼 수 있음)
문제7
An administrator has configured the 'CORTEX MODELS ALLOWLIST' parameter to only permit the 'mistral-large? model at the account level. A user with the 'PUBLIC' role, which has been granted 'SNOWFLAKE.CORTEX USER and 'SNOWFLAKE."CORTEX- MODEL-ROLE-LLAMA3.1-70B"' , attempts to execute several 'AI_COMPLETE queries. Which of the following queries will successfully execute?
An administrator has configured the 'CORTEX MODELS ALLOWLIST' parameter to only permit the 'mistral-large? model at the account level. A user with the 'PUBLIC' role, which has been granted 'SNOWFLAKE.CORTEX USER and 'SNOWFLAKE."CORTEX- MODEL-ROLE-LLAMA3.1-70B"' , attempts to execute several 'AI_COMPLETE queries. Which of the following queries will successfully execute?
정답: D,E
설명: (ExamPassdump 회원만 볼 수 있음)
문제8
A data engineer is establishing a new Snowflake environment to support Document AI for processing incoming vendor invoices. They are setting up the necessary virtual warehouse, database, schema, and stages. Which of the following statements correctly identify essential considerations or requirements for this initial setup?
A data engineer is establishing a new Snowflake environment to support Document AI for processing incoming vendor invoices. They are setting up the necessary virtual warehouse, database, schema, and stages. Which of the following statements correctly identify essential considerations or requirements for this initial setup?
정답: A,C,E
설명: (ExamPassdump 회원만 볼 수 있음)
문제9
A data engineer is developing a Snowflake Cortex LLM application that processes sensitive customer feedback. To ensure that generated responses from the 'COMPLETE' function are filtered for potentially unsafe or harmful content, they need to enable Cortex Guard. Which of the following SQL 'COMPLETE function calls correctly demonstrates the enablement of Cortex Guard with the default unsafe response message?
A data engineer is developing a Snowflake Cortex LLM application that processes sensitive customer feedback. To ensure that generated responses from the 'COMPLETE' function are filtered for potentially unsafe or harmful content, they need to enable Cortex Guard. Which of the following SQL 'COMPLETE function calls correctly demonstrates the enablement of Cortex Guard with the default unsafe response message?
정답: D
설명: (ExamPassdump 회원만 볼 수 있음)
문제10
An organization is building a new knowledge base system within Snowflake, which relies on 'SNOWFLAKE.CORTEX.EMBED_TEXT_1024' to generate and store embeddings for documents in a 'VECTOR(FLOAT, 1024)' column. They plan to use these embeddings for semantic search and integrate them into various data processing workflows. Which of the following statements accurately describe limitations or specific compatibility aspects of 'EMBED TEXT 1024' or the 'VECTOR' data type within Snowflake?
An organization is building a new knowledge base system within Snowflake, which relies on 'SNOWFLAKE.CORTEX.EMBED_TEXT_1024' to generate and store embeddings for documents in a 'VECTOR(FLOAT, 1024)' column. They plan to use these embeddings for semantic search and integrate them into various data processing workflows. Which of the following statements accurately describe limitations or specific compatibility aspects of 'EMBED TEXT 1024' or the 'VECTOR' data type within Snowflake?
정답: A,D
설명: (ExamPassdump 회원만 볼 수 있음)
문제11
A security auditor needs to access and analyze logs generated by Snowflake AI Observability for compliance auditing and to track the activity of generative AI applications. They need to understand how to reliably query this data and its temporal characteristics within Snowflake. Which of the following statements accurately describes the access and characteristics of this logged data?
A security auditor needs to access and analyze logs generated by Snowflake AI Observability for compliance auditing and to track the activity of generative AI applications. They need to understand how to reliably query this data and its temporal characteristics within Snowflake. Which of the following statements accurately describes the access and characteristics of this logged data?
정답: A,D,E
설명: (ExamPassdump 회원만 볼 수 있음)
문제12
A data engineer is configuring a Document AI pipeline to process scanned PDF invoices stored in an internal stage named 'invoice_docs_stage'. After uploading the PDF files, they execute an extracting query using '!PREDICT. The query consistently returns the error:

Which of the following is the most likely cause of this error?
A data engineer is configuring a Document AI pipeline to process scanned PDF invoices stored in an internal stage named 'invoice_docs_stage'. After uploading the PDF files, they execute an extracting query using '!PREDICT. The query consistently returns the error:

Which of the following is the most likely cause of this error?
정답: E
설명: (ExamPassdump 회원만 볼 수 있음)