COF-C02 Snowflake SnowPro Core Certification Exam Free Practice Exam Questions (2026 Updated)
Prepare effectively for your Snowflake COF-C02 SnowPro Core Certification 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 2026, ensuring you have the most current resources to build confidence and succeed on your first attempt.
Which transformation techniques are supported for bulk loading data into Snowflake using the copy into < table > command? (Select TWO)
Which function can be used with the copy into < location > statement to convent rows from a relational table to a single variant column, and to unload rows into a JSON file?
Which data types can be used in a Snowflake table that holds semi-structured data? (Select TWO).
The following settings are configured:
THE MIN_DATA_RETENTION_TIME_IN_DAYS is set to 5 at the account level.
THE DATA_RETENTION_TIME_IN_DAYS is set to 2 at the object level.
For how many days will the data be retained at the object level?
When a multi-cluster virtual warehouse is using an Economy scaling policy, when will an additional cluster be automatically started to handle queued queries?
When is the VARIANT data type suitable when using semi-structured data? (Select TWO).
When would creating and using a standard view be preferable to using a materialized view?
When an ACCOUNTADMIN grants a user a custom role, which additional privileges will the user have by default?
What happens to event notifications that are received when an automated Snowpipe is paused?
Which object provides a list of the files stored in a stage?
A user needs to load Snowflake files from a stage that contains data from the past 5 years while using the least amount of operational overhead. The file names follow a specific format, such as files ending in _01.gz. Which command should be used to load the data from 2024?
What should be considered when deciding to use a secure view? (Select TWO).
What do these Query Profile metrics indicate about the query micro-partition pruning?
Which type of Snowflake virtual warehouse provides 16 times the memory for each node and is recommended for larger workloads like Machine Learning (ML) training?
What statement describes Snowflake data architecture?
How can a user validate if a micro-partition is pruning efficiently?
Which function is used to retrieve the filename for a file stored on a stage?
How is Single Sign-On (SSO) authentication used in Snowflake?
Which components make up the Snowflake Cortex AI suite? Select TWO.
If a column contains float values that are greater than (15,9) and the values need to be preserved when unloading data, what data file format should be used?
For which use case will transient tables be most cost-effective?
What metadata can be accessed through the INFORMATION_SCHEMA? (Select TWO).
Which table function will automatically detect the file metadata schema for a set of staged semi-structured data files, and then retrieve the column definitions?
What is the purpose of the use of the VALIDATE command?
What does the Activity area of Snowsight allow users to do? (Select TWO).
When do Snowflake object owners lose their ability to make grant decisions?
A Snowflake user needs to optimize the definition of a secure view, but the user cannot see the view.
Which of the LEAST-PRIVILEGED access or role that should be granted to the user to complete this task?
Which will enable temporary scaling for queries that contain complex computations that may consume many credits?
What privilege is required to view the load statistics on a virtual warehouse?
How can the outer array structure of a semi-structured file be removed?
Which type of Snowflake security policy requires users to re-authenticate after a given period of inactivity?
When a replication schedule is set, how does Snowflake manage refreshes for failover groups?
Which of the following are best practice recommendations that should be considered when loading data into Snowflake? (Select TWO).
A marketing co-worker has requested the ability to change a warehouse size on their medium virtual warehouse called mktg__WH.
Which of the following statements will accommodate this request?
User-level network policies can be created by which of the following roles? (Select TWO).
Which feature is only available in the Enterprise or higher editions of Snowflake?
Which command can be used to load data into an internal stage?
Which Snowflake technique can be used to improve the performance of a query?
Which statement about billing applies to Snowflake credits?
A sales table FCT_SALES has 100 million records.
The following Query was executed
SELECT COUNT (1) FROM FCT__SALES;
How did Snowflake fulfill this query?