QuestionQ39
Snowflake Document AIA Gen AI Specialist is designing a Gen AI-powered data pipeline in Snowflake that must meet these requirements:
- Download PDFs from a website every hour.
- Load the PDFs into an internal stage.
- Extract text from the PDFs and load that text into a Snowflake table.
- Use prompt engineering to generate an opinion on the text based on a given persona.
- Automate the pipeline for maximum efficiency.
Which Snowflake features are required to create this data pipeline with stored procedures?
Choose three
- A Snowpipe
- B Streams and tasks
- C External access integration
- D Cortex SENTIMENT function
- E Cortex TRY_COMPLETE function
- F Dynamic tables using incremental refreshes
Community Discussion