Snowflake provides a mechanism for its customers to override its natural clustering
algorithms. This method is:
A. Micro-partitions
B. Clustering keys
C. Key partitions
D. Clustered partitions Correct Ans-B. Clustering keys
Which of the following are valid Snowflake Virtual Warehouse Scaling Policies? (Choose two.)
A. Custom
B. Economy
C. Optimized
D. Standard Correct Ans-B. Economy
D. Standard
True or False: A single database can exist in more than one Snowflake account.
A. True
B. False Correct Ans-B. False
,Snowflake SnowPro Core Exam ; Questions and Answers
Which of the following roles is recommended to be used to create and manage users and
roles?
A. SYSADMIN
B. SECURITYADMIN
C. PUBLIC
D. ACCOUNTADMIN Correct Ans-B. SECURITYADMIN
True or False: Bulk unloading of data from Snowflake supports the use of a SELECT statement.
A. True
B. False Correct Ans-A. True
Select the different types of Internal Stages: (Choose three.)
A. Named Stage
B. User Stage
C. Table Stage
D. Schema Stage Correct Ans-A. Named Stage
,Snowflake SnowPro Core Exam ; Questions and Answers
B. User Stage
C. Table Stage
True or False: A customer using SnowSQL / native connectors will be unable to also use the
Snowflake Web Interface (UI) unless access to the UI is explicitly granted by support.
A. True
B. False Correct Ans-B. False
Account-level storage usage can be monitored via:
A. The Snowflake Web Interface (UI) in the Databases section
B. The Snowflake Web Interface (UI) in the Account -> Billing & Usage section
C. The Information Schema -> ACCOUNT_USAGE_HISTORY View
D. The Account Usage Schema -> ACCOUNT_USAGE_METRICS View Correct Ans-B. The
Snowflake Web Interface (UI) in the Account -> Billing & Usage section
Which statement best describes `clustering`?
A. Clustering represents the way data is grouped together and stored within Snowflake's
micro-partitions
, Snowflake SnowPro Core Exam ; Questions and Answers
B. The database administrator must define the clustering methodology for each Snowflake
table
C. The clustering key must be included on the COPY command when loading data into
Snowflake
D. Clustering can be disabled within a Snowflake account Correct Ans-A. Clustering
represents the way data is grouped together and stored within Snowflake's micro-partitions
Which of the following commands sets the Virtual Warehouse for a session?
A. COPY WAREHOUSE FROM <<config file>>;
B. SET WAREHOUSE = <<warehouse name>>;
C. USE WAREHOUSE <<warehouse name>>;
D. USE VIRTUAL_WAREHOUSE <<warehouse name>>; Correct Ans-C. USE WAREHOUSE
<<warehouse name>>;
Which object allows you to limit the number of credits consumed within a Snowflake
account?
A. Account Usage Tracking
B. Resource Monitor