Winter Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: s2p65

Easiest Solution 2 Pass Your Certification Exams

COF-C02 Snowflake SnowPro Core Certification Exam Free Practice Exam Questions (2025 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 2025, ensuring you have the most current resources to build confidence and succeed on your first attempt.

Page: 4 / 7
Total 948 questions

The effects of query pruning can be observed by evaluating which statistics? (Select TWO).

A.

Partitions scanned

B.

Partitions total

C.

Bytes scanned

D.

Bytes read from result

E.

Bytes written

When referring to User-Defined Function (UDF) names in Snowflake, what does the term overloading mean?

A.

There are multiple SOL UDFs with the same names and the same number of arguments.

B.

There are multiple SQL UDFs with the same names and the same number of argument types.

C.

There are multiple SQL UDFs with the same names but with a different number of arguments or argument types.

D.

There are multiple SQL UDFs with different names but the same number of arguments or argument types.

How can a user get the MOST detailed information about individual table storage details in Snowflake?

A.

SHOW TABLES command

B.

SHOW EXTERNAL TABLES command

C.

TABLES view

D.

TABLE STORAGE METRICS view

When unloading data, which file format preserves the data values for floating-point number columns?

A.

Avro

B.

CSV

C.

JSON

D.

Parquet

Which data types optimally store semi-structured data? (Select TWO).

A.

ARRAY

B.

CHARACTER

C.

STRING

D.

VARCHAR

E.

VARIANT

Which service or feature in Snowflake is used to improve the performance of certain types of lookup and analytical queries that use an extensive set of WHERE conditions?

A.

Data classification

B.

Query acceleration service

C.

Search optimization service

D.

Tagging

Which function should be used to insert JSON format string data inot a VARIANT field?

A.

FLATTEN

B.

CHECK_JSON

C.

PARSE_JSON

D.

TO_VARIANT

Which Snowflake edition offers the highest level of security for organizations that have the strictest requirements?

A.

Standard

B.

Enterprise

C.

Business Critical

D.

Virtual Private Snowflake (VPS)

How does Snowflake reorganize data when it is loaded? (Select TWO).

A.

Binary format

B.

Columnar format

C.

Compressed format

D.

Raw format

E.

Zipped format

When floating-point number columns are unloaded to CSV or JSON files, Snowflake truncates the values to approximately what?

A.

(12,2)

B.

(10,4)

C.

(14,8)

D.

(15,9)

What are characteristic of Snowsight worksheet? (Select TWO.)

A.

Worksheets can be grouped under folder, and a folder of folders.

B.

Each worksheet is a unique Snowflake session.

C.

Users are limited to running only one on a worksheet.

D.

The Snowflake session ends when a user switches worksheets.

E.

Users can import worksheets and share them with other users.

What is the MAXIMUM number of clusters that can be provisioned with a multi-cluster virtual warehouse?

A.

1

B.

5

C.

10

D.

100

By default, how long is the standard retention period for Time Travel across all Snowflake accounts?

A.

0 days

B.

1 day

C.

7 days

D.

14 days

Which function will provide the proxy information needed to protect Snowsight?

A.

SYSTEMADMIN_TAG

B.

SYSTEM$GET_PRIVATELINK

C.

SYSTEMSALLONTLIST

D.

SYSTEMAUTHORIZE

Which command should be used to unload all the rows from a table into one or more files in a named stage?

A.

COPY INTO

B.

GET

C.

INSERT INTO

D.

PUT

Which schema-level objects allow the user to periodically perform an action under specific conditions, based on data within Snowflake?

A.

Alerts

B.

External tables

C.

Secure views

D.

Materialized views

What is the MINIMUM Snowflake edition that supports the periodic rekeying of encrypted data?

A.

Standard

B.

Enterprise

C.

Business Critical

D.

Virtual Private Snowflake (VPS)

When tracking data storage metrics, how can a user identify deleted bytes that are still accruing storage charges?

A.

Query the DATABASE_STORAGE_USAGE_HISTORY view in ACCOUNT_USAGE.

B.

Query the TABLE_STORAGE_METRICS view in the INFORMATION_SCHEMA.

C.

Query the STORAGE_USAGE view in ACCOUNT_USAGE.

D.

Use the DATABASE_STORAGE_USAGE_HISTORY table function.

What type of queries will benefit from the search optimization service when using equality predicates?

A.

Queries using point-lookups

B.

Queries using data substrings

C.

Queries with geospatial data

D.

Queries of semi-structured data

Which privilege grants the ability to set a column-level security masking policy on a table or view column?

A.

APPLY

B.

CREATE

C.

SET

D.

MODIFY

When working with table MY_TABLE that contains 10 rows, which sampling query will always return exactly 5 rows?

A.

SELECT * FROM MY_TABLE SAMPLE SYSTEM (5);

B.

SELECT * FROM MY_TABLE SAMPLE BERNOULLI (5);

C.

SELECT * FROM MY_TABLE SAMPLE (5 ROWS);

D.

SELECT * FROM MY_TABLE SAMPLE SYSTEM (1) SEED (5);

How can staged files be removed during data loading once the files have loaded successfully?

A.

Use the DROP command

B.

Use the purge copy option.

C.

Use the FORCE = TRUE parameter

D.

Use the LOAD UNCERTAIN FILES copy option.

Which table function should be used to view details on a Directed Acyclic Graphic (DAG) run that is presently scheduled or is executing?

A.

TASK_HISTORY

B.

TASK_DEPENDENTS

C.

CURRENT_TASK_GRAPHS

D.

COMPLETE_TASK_GRAPHS

What happens to the privileges granted to Snowflake system-defined roles?

A.

The privileges cannot be revoked.

B.

The privileges can be revoked by an ACCOUNTADMIN.

C.

The privileges can be revoked by an orgadmin.

D.

The privileges can be revoked by any user-defined role with appropriate privileges.

Which command is used to remove files from either external cloud storage or an internal staged

A.

DELETE

B.

REMOVE

C.

TRUNCATE

D.

DROP

A user wants to access stored in a stage without authenticating into Snowflake.

Which type of URL should be used?

A.

File URL

B.

Staged URL

C.

Scoped URL

D.

Pre-signed URL

What is the MINIMUM Snowflake edition required to use the query acceleration service?

A.

Standard

B.

Enterprise

C.

Business Critical

D.

Virtual Private Snowflake (VPS)

Which strategy for optimizing virtual warehouse performance should be used to speed the execution of a very large query?

A.

Use the query acceleration service.

B.

Enable the search optimization service.

C.

Convert to a multi-cluster warehouse.

D.

Increase the size of the warehouse.

When an ACCOUNTADMIN gives a user a custom role, what privilege or privileges is the user granted by default?

A.

All privileges that have been granted to the ACCOUNTADMIN

B.

All privileges on objects allowed by the custom role

C.

Access to the PUBLIC role

D.

Access to all the objects owned by the USERADMIN role

Which URL type permits temporary access to a staged file without granting privileges to the stage?

A.

Pre-signed URL

B.

Scoped URL

C.

File URL

D.

Build_Stage_File_URL

What virtual warehouse feature or setting will reduce the performance impact when running larger-than-average queries by offloading portions of the query processing work to shared compute resources?

A.

Using a multi-cluster virtual warehouse

B.

Using the query acceleration service

C.

Using the search optimization service

D.

Disabling auto-suspend

How should a Snowflake use' configure a virtual warehouse to be in Maximized mode''

A.

Set the WAREHOUSES_SIZE to 6XL.

B.

Set the STATEMENT_TIMEOUT_1M_SECOMES to 0.

C.

Set the MAX_CONCURRENCY_LEVEL to a value of 12 or large.

D.

Set the same value for both MIN_CLUSTER_COUNT and MAX_CLUSTER_COUNT.

Which Snowflake database object can be shared with other accounts?

A.

Tasks

B.

Pipes

C.

Secure User-Defined Functions (UDFs)

D.

Stored Procedures

What are characteristics of the ownership privilege when it is granted on a regular Snowflake schema? (Select TWO).

A.

It is automatically granted to the role that creates a database object within the schema.

B.

It allows a role to manage grants on the schema.

C.

It can be transferred from one role to another for a specific schema.

D.

It grants the ability to query data from the schema.

E.

It must be granted to a role in order to alter warehouse settings.

What happens to event notifications that are received when an automated Snowpipe is paused?

A.

They are immediately dropped from the internal metadata.

B.

They are stored indefinitely in the internal metadata until the pipe is manually resumed.

C.

They are permanently stored in the internal metadata and processed once the pipe is resumed.

D.

They enter a retention period of 14 days, after which they are dropped from the internal metadata.

When unloading data with the COPY into <location> command, what is the purpose of the PARTITION BY <expression> parameter option?

A.

To sort the contents of the output file by the specified expression.

B.

To delimit the records in the output file using the specified expression.

C.

To include a new column in the output using the specified window function expression.

D.

To split the output into multiple files, one for each distinct value of the specified expression.

What is required to set a stored procedure to EXECUTE AS? (Select TWO).

A.

ACCOUNTADMIN role

B.

SCHEMA_USER

C.

Owner's rights

D.

Caller's rights

E.

USER

A query runs significantly slower than expected. Which Query Profile metrics will help identify the issue? (Select TWO).

A.

Processing

B.

Resource usage

C.

Query Plan execution steps

D.

Bytes scanned

E.

Partitions scanned

What can be interpreted based on the number of nodes reported in a Query Profile?

A.

Query execution time

B.

Network bandwidth during query execution

C.

Data spillage

D.

Compute required for metadata management

What is the primary purpose of using a masking policy in Snowflake?

A.

To protect sensitive data from unauthorized access when queries are run.

B.

To automatically encrypt sensitive data when data is stored in Snowflake.

C.

To protect multiple columns that have different data types in a given table.

D.

To protect both column-level and row-level data.

Page: 4 / 7
Total 948 questions
Copyright © 2014-2025 Solution2Pass. All Rights Reserved