Snowflake COF-C02 Practice Test - Questions Answers, Page 16
List of questions
Related questions
Question 151

Users are responsible for data storage costs until what occurs?
Explanation:
Users are responsible for data storage costs in Snowflake until the data expires from the Fail-safe period. Fail-safe is the final stage in the data lifecycle, following Time Travel, and provides additional protection against accidental data loss.Once data exits the Fail-safe state, users are no longer billed for its storage
Question 152

What affects whether the query results cache can be used?
Explanation:
The query results cache can be used as long as the data in the table has not changed since the last time the query was run.If the underlying data has changed, Snowflake will not use the cached results and will re-execute the query1.
Question 153

Which of the following is an example of an operation that can be completed without requiring compute, assuming no queries have been executed previously?
Explanation:
Operations that do not require compute resources are typically those that can leverage previously cached results. However, if no queries have been executed previously, all the given operations would require compute to execute.It's important to note that certain operations like DDL statements and queries that hit the result cache do not consume compute credits2.
Question 154

How many days is load history for Snowpipe retained?
Explanation:
Snowpipe retains load history for 14 days.This allows users to view and audit the data that has been loaded into Snowflake using Snowpipe within this time frame3.
Question 155

How can a row access policy be applied to a table or a view? (Choose two.)
Explanation:
A row access policy can be applied to a table or a view within the policy DDL when defining the policy.Additionally, an existing row access policy can be applied to a table or a view using theALTER <object> ADD ROW ACCESS POLICY command
Question 156

Which command can be used to load data files into a Snowflake stage?
Explanation:
ThePUTcommand is used to load data files into a Snowflake stage.This command uploads data files from a local file system to a specified stage in Snowflake
Question 157

What types of data listings are available in the Snowflake Data Marketplace? (Choose two.)
Explanation:
In the Snowflake Data Marketplace, the types of data listings available include 'Vendor', which refers to the providers of data, and 'Personalized', which indicates customized data offerings tailored to specific consumer needs45.
Question 158

What is the maximum Time Travel retention period for a temporary Snowflake table?
Explanation:
The maximum Time Travel retention period for a temporary Snowflake table is 1 day.This is the standard retention period for temporary tables, which allows for accessing historical data within a 24-hour window
Question 159

When should a multi-cluster warehouse be used in auto-scaling mode?
Explanation:
A multi-cluster warehouse should be used in auto-scaling mode when there is a need to handle a large number of concurrent queries.Auto-scaling allows Snowflake to automatically add or remove compute clusters to balance the load, ensuring that performance remains consistent during varying levels of demand
Question 160

Snowflake supports the use of external stages with which cloud platforms? (Choose three.)
Explanation:
Snowflake supports the use of external stages with Amazon Web Services (AWS), Microsoft Azure Cloud, and Google Cloud Platform (GCP).These platforms allow users to stage data externally and integrate with Snowflake for data loading operations
Question