최신Snowflake SnowPro® Specialty: Gen AI Certification - GES-C01무료샘플문제
A data engineering team is building an automated pipeline in Snowflake to process customer reviews. They need to use AI_COMPLETE to extract specific details like product, sentiment, and issue type, and store them in a strictly defined JSON format for seamless downstream integration. They aim to maximize the accuracy of the structured output and manage potential model limitations. Which statements accurately reflect the best practices and characteristics when using AI_COMPLETE with structured outputs for this scenario?

A financial institution needs to process thousands of incoming PDF loan application forms daily, extracting applicant names, loan amounts, and submission dates, and loading them into a Snowflake table. They aim for continuous processing with minimal manual intervention. Which of the following statements correctly describe how Document AI can be used in an automated SQL pipeline for this purpose?
A data engineering team is building a pipeline in Snowflake that uses a SQL task to call various Snowflake Cortex LLM functions (e.g., AI_COMPLETE, AI EMBED) on large datasets of customer interaction logs. The team observes fluctuating costs and occasional query failures, which sometimes halt the pipeline. To address these issues and ensure an efficient, robust, and monitorable pipeline, which of the following actions or considerations are essential? (Select all that apply.)

A data engineering team is setting up an automated pipeline to extract information from new invoices using Document AI. They've created a database and schema Cinvoice_db.invoice_schema') and a Document AI model build They then created an internal stage for documents. When they attempt to run the method on documents uploaded to 'invoice_stage' , they consistently receive the following error:

Given this error message, which 'corrective SQL command' addresses the most likely misconfiguration of the 'invoice_stage' to allow Document AI processing?
A marketing team is analyzing social media comments using Snowflake and wants to categorize them into predefined campaign sentiments (e.g., 'Positive Campaign Engagement', 'Negative Campaign Feedback', 'Neutral Discussion'). They decide to use the SNOWFLAKE. CORTEX. CLASSIFY TEXT function for this task. Which of the following statements about its usage are correct?
A data engineering team is setting up a Retrieval Augmented Generation (RAG) application using Snowflake Cortex Search to provide contextual answers from customer support transcripts. The transcripts are stored in a Snowflake table named SUPPORT _ TRANSCRIPTS. Which of the following statements are crucial considerations or accurate facts regarding the initial setup and configuration of the Cortex Search Service for this use case?
An organization operating in the AWS US West 2 (Oregon) region needs to process sensitive customer support tickets using Snowflake Cortex LLM functions. Due to the diverse availability of specific LLMs, they are considering enabling CORTEX_ENABLED_CROSS_REGION. What is a key data safety and security consideration when enabling CORTEX_ENABLED_CROSS_REGION for Snowflake Cortex LLM functions, specifically regarding data storage and persistence?
A project team is preparing to deploy a Document AI solution to process scanned customer feedback forms. They have created a dedicated role, 'customer feedback _ processor', and successfully granted it the SNOWFLAKE. DOCUMENT_INTELLIGENCE_CREATOR database role. The environment consists of 'feedback database, 'forms schema' schema, and 'ai workload warehouse. However, when the attempts to prepare a Document AI model build in Snowsight, they encounter a 'permission denied' error. Which of the following missing 'USAGE' grants could be the direct cause of this error?
A Snowflake developer, named ANALYST USER, is tasked with creating a Streamlit in Snowflake (SiS) application that will utilize both SNOWFLAKE. CORTEX. COMPLETE for generating responses and SNOWFLAKE. CORTEX.CLASSIFY_TEXT for categorizing user input. To ensure the role used by ANALYST USER has the necessary permissions for executing these Cortex LLM functions and operating within a specified database and schema, which of the following database roles or privileges must be granted? (Select all that apply.)
A team is developing a Retrieval Augmented Generation (RAG) pipeline in Snowflake, where document chunks are embedded using Cortex AI functions and then retrieved using VECTOR_COSINE_SIMILARITY They are planning their infrastructure and cost management strategy. Which of the following statements correctly describes the cost or performance characteristics of these operations in Snowflake? (Select all that apply)
