- (Exam Topic 2)
During periods of warehouse contention which parameter controls the maximum length of time a warehouse will hold a query for processing?
Correct Answer:
B
The parameter STATEMENT_QUEUED_TIMEOUT_IN_SECONDS
sets the limit for a query to wait in
the queue in order to get its chance of running on the warehouse. The query will quit after reaching this limit. By default, the value of this parameter is 0 which mean the queries will wait indefinitely in the waiting queue
https://community.snowflake.com/s/article/Warehouse-Concurrency-and-Statement-Timeout-Parameters#:~:text
- (Exam Topic 1)
Which of the following statements describes a benefit of Snowflake’s separation of compute and storage?
(Choose all that apply.)
Correct Answer:
BCD
Reference:
https://towardsdatascience.com/why-you-are-throwing-money-away-if-your-cloud-data-warehousedoesnt
separate-storage-and-compute-65d2dffd450f
- (Exam Topic 3)
What effect does WAIT_FOR_COMPLETION = TRUE have when running an ALTER WAREHOUSE command and changing the warehouse size?
Correct Answer:
D
- (Exam Topic 3)
Which of the following describes a Snowflake stored procedure?
Correct Answer:
A
Reference: https://docs.snowflake.com/en/sql-reference/stored-procedures-overview.html
- (Exam Topic 3)
What versions of Snowflake should be used to manage compliance with Personal Identifiable Information (PII) requirements? (Choose two.)
Correct Answer:
BC