COF-R02 Snowflake SnowPro Core Recertification Exam Free Practice Exam Questions (2025 Updated)
Prepare effectively for your Snowflake COF-R02 SnowPro Core Recertification Exam certification with our extensive collection of free, high-quality practice questions. Each question is designed to mirror the actual exam format and objectives, complete with comprehensive answers and detailed explanations. Our materials are regularly updated for 2025, ensuring you have the most current resources to build confidence and succeed on your first attempt.
What happens to the underlying table data when a CLUSTER BY clause is added to a Snowflake table?
Which of the following describes how clustering keys work in Snowflake?
Which of the following Snowflake objects can be shared using a secure share? (Select TWO).
How often are encryption keys automatically rotated by Snowflake?
True or False: A Virtual Warehouse can be resized while suspended.
Which data type can be used to store geospatial data in Snowflake?
When reviewing a query profile, what is a symptom that a query is too large to fit into the memory?
Which command can be used to stage local files from which Snowflake interface?
What feature can be used to reorganize a very large table on one or more columns?
What happens when a virtual warehouse is resized?
Which command should be used to load data from a file, located in an external stage, into a table in Snowflake?
True or False: Snowpipe via REST API can only reference External Stages as source.
For non-materialized views, what column in Information Schema and Account Usage identifies whether a view is secure or not?
If 3 size Small virtual warehouse is made up of two servers, how many servers make up a Large warehouse?
A user has a standard multi-cluster warehouse auto-scaling policy in place.
Which condition will trigger a cluster to shut-down?
Which of the following is the Snowflake Account_Usage.Metering_History view used for?
Which of the following accurately describes shares?
A table needs to be loaded. The input data is in JSON format and is a concatenation of multiple JSON documents. The file size is 3 GB. A warehouse size small is being used. The following COPY INTO
command was executed:
COPY INTO SAMPLE FROM @~/SAMPLE.JSON (TYPE=JSON)
The load failed with this error:
Max LOB size (16777216) exceeded, actual size of parsed column is 17894470.
How can this issue be resolved?
What features that are part of the Continuous Data Protection (CDP) feature set in Snowflake do not require additional configuration? (Choose two.)
A company needs to allow some users to see Personally Identifiable Information (PII) while limiting other users from seeing the full value of the PII.
Which Snowflake feature will support this?
