- (Topic 3)
How would a user execute a series of SQL statements using a task?
Correct Answer:
C
To execute a series of SQL statements using a task, a user would use a stored procedure that contains multiple SQL statements and invoke this stored procedure from the task. References: Snowflake Documentation2.
- (Topic 2)
Which statements are correct concerning the leveraging of third-party data from the Snowflake Data Marketplace? (Choose two.)
Correct Answer:
AD
When leveraging third-party data from the Snowflake Data Marketplace, the data is live, ready-to-query, and can be personalized. Additionally, the data is available without the need for copying or moving it to an individual Snowflake account, allowing for seamless integration with existing data
- (Topic 1)
Which of the following commands cannot be used within a reader account?
Correct Answer:
A
In Snowflake, a reader account is a type of account that is intended for consuming shared data rather than performing any data management or DDL operations. The CREATE SHARE command is used to share data from your account with another account, which is not a capability provided to reader accounts. Reader accounts are typically restricted from creating shares, as their primary purpose is to read shared data rather than to share it themselves.
References:
✑ Snowflake Documentation on Reader Accounts
✑ SnowPro® Core Certification Study Guide
- (Topic 2)
Which of the following significantly improves the performance of selective point lookup queries on a table?
Correct Answer:
D
The Search Optimization Service significantly improves the performance of selective point lookup queries on tables by creating and maintaining a persistent data structure called a search access path, which allows some micro-partitions to be skipped when scanning the table
- (Topic 2)
Network policies can be set at which Snowflake levels? (Choose two.)
Correct Answer:
CE
Network policies in Snowflake can be set at the user level and at the account level2.
Reference: https://docs.snowflake.com/en/user-guide/network-policies.html#creating-network-policies