Question 1
You have a Snowflake external stage configured to access Parquet files in an AWS S3 bucket.
You want to query these Parquet files directly using Snowflake without explicitly loading them into a table. You also want to enable directory tables for this external stage. Which of the following steps are necessary to enable directory tables for the external stage and query the data?
Question 2
Which of the following statements are TRUE regarding Snowflake's data sharing capabilities and its impact on storage costs and data governance? (Select TWO)
Question 3
A Snowflake account administrator needs to configure a resource monitor to limit the credit consumption of a specific virtual warehouse named 'ANALYTICS WH'. The resource monitor should trigger a notification when the warehouse consumes 80% of its allocated credits within a calendar month and should suspend the warehouse when it reaches 100%. Which of the following SQL statements, executed in the correct order, would achieve this?
Question 4
A data engineer needs to grant a group of analysts the ability to query data in the 'SALES DB.PUBLIC.ORDERS table, but prevent them from seeing any personally identifiable information (PII) in the 'CUSTOMER NAME column. Furthermore, the analysts should be able to create temporary tables based on the data. Which of the following steps would BEST accomplish this?
Question 5
You are designing a data ingestion pipeline for a SaaS application that generates JSON log files daily. These files are uploaded to an AWS S3 bucket. You need to load this data into Snowflake, transform it, and store it in a structured table. Consider the following requirements: 1 . Automated ingestion of new log files as they arrive in S3. 2. Transformation of the JSON data into a relational format. 3. Minimal operational overhead. 4. Cost Optimization. Which combination of Snowflake features would best address these requirements?
