What occurs when a pipe is recreated using the CREATE OR REPLACE PIPE command?
Answer : B
True or False: Some queries can be answered through the metadata cache and do not require an active Virtual Warehouse.
Answer : A
Some aggregate queries are answered thru micro partitions metadata only not requiring any VW spin ups.
How long is the Fail-safe period for temporary and transient tables?
Answer : A
Which of the following are valid Snowflake Virtual Warehouse Scaling Policies? (Choose two.)
Answer : B, D
During periods of warehouse contention which parameter controls the maximum length of time a warehouse will hold a query for processing?
Answer : B
The parameterSTATEMENT_QUEUED_TIMEOUT_IN_SECONDSsets 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=The%20parameter%20STATEMENT_QUEUED_TIMEOUT_IN_SECONDS%20sets%20the,indefinitely%20in%20the%20waiting%20queue.
What happens when a cloned table is replicated to a secondary database? (Select TWO)
Answer : C, D
Cloned objects are replicated physically rather than logically to secondary databases. That is, cloned tables in a standard database do not contribute to the overall data storage unless or until DML operations on the clone add to or modify existing data. However, when a cloned table is replicated to a secondary database, the physical data is also replicated, increasing the data storage usage for your account.
https://docs.snowflake.com/en/user-guide/database-replication-considerations.html#:~:text=Replication%20and%20Cloning,-Cloned%20objects%20are&text=However%2C%20when%20a%20cloned%20table,storage%20usage%20for%20your%20account.
Which of the following describes a Snowflake stored procedure?
Answer : A