Snowflake COF-R02 Practice Test - Questions Answers, Page 9
List of questions
Question 81

Which of the following Snowflake features provide continuous data protection automatically? (Select TWO).
Time travel and fail safe are the two continuous data protection features support the recovery of data automatically.
Snowflake provides powerful CDP features for ensuring the maintenance and availability of your historical data (i.e. data that has been changed or deleted):
Querying, cloning, and restoring historical data in tables, schemas, and databases for up to 90 days through Snowflake Time Travel.
Disaster recovery of historical data (by Snowflake) through Snowflake Fail-safe.
https://docs.snowflake.com/en/user-guide/data-availability.html
Question 82

Which of the following conditions must be met in order to return results from the results cache?
(Select TWO).
Question 83

Which of the following are benefits of micro-partitioning? (Select TWO)
https://docs.snowflake.com/en/user-guide/tables-clustering-micropartitions.html
Question 84

What is the minimum Snowflake edition required to create a materialized view?
Materialized views require Enterprise Edition. To inquire about upgrading, please contact Snowflake Support
https://docs.snowflake.com/en/sql-reference/sql/create-materializedview.html#:~:text=Materialized%20views%20require%20Enterprise%20Edition,upgrading%2C%20please%20contact%20Snowflake%20Support.
Question 85

What happens to the underlying table data when a CLUSTER BY clause is added to a Snowflake table?
Question 86

Which feature is only available in the Enterprise or higher editions of Snowflake?
https://docs.snowflake.com/en/user-guide/intro-editions.html
Question 87

Which of the following are valid methods for authenticating users for access into Snowflake? (Select THREE)
Question 88

During periods of warehouse contention which parameter controls the maximum length of time a warehouse will hold a query for processing?
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=The%20parameter%20STATEMENT_QUEUED_TIMEOUT_IN_SECONDS%20sets%20the,indefinitely%20in%20the%20waiting%20queue.
Question 89

Which of the following indicates that it may be appropriate to use a clustering key for a table? (Select TWO).
Question 90

Which Snowflake object enables loading data from files as soon as they are available in a cloud storage location?
Snowpipe enables loading data from files as soon as they’re available in a stage. This means you can load data from files in micro-batches, making it available to users within minutes, rather than manually executing COPY statements on a schedule to load larger batches.
https://docs.snowflake.com/en/user-guide/data-load-snowpipe-intro.html
Question