Summer Sale Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmas50

Snowflake COF-C03 - SnowPro Core Certification 2026 Exam

Page: 8 / 17
Total 1160 questions

Which of the following are considerations when using a directory table when working with unstructured data? (Choose two.)

A.

A directory table is a separate database object.

B.

Directory tables store data file metadata.

C.

A directory table will be automatically added to a stage.

D.

Directory tables do not have their own grantable privileges.

E.

Directory table data can not be refreshed manually.

What can a Snowflake user do in the Admin area of Snowsight?

A.

Analyze query performance.

B.

Write queries and execute them.

C.

Provide an overview of the listings in the Snowflake Marketplace.

D.

Connect to Snowflake partners to explore extended functionality.

Which of the following practices are recommended when creating a user in Snowflake? (Choose two.)

A.

Configure the user to be initially disabled.

B.

Force an immediate password change.

C.

Set a default role for the user.

D.

Set the number of minutes to unlock to 15 minutes.

E.

Set the user ' s access to expire within a specified timeframe.

What is a responsibility of Snowflake’s virtual warehouses?

A.

Infrastructure management

B.

Metadata management

C.

Query execution

D.

Query parsing and optimization

E.

Permanent storage of micro-partitions

A user has a standard multi-cluster warehouse auto-scaling policy in place.

Which condition will trigger a cluster to shut-down?

A.

When after 2-3 consecutive checks the system determines that the load on the most-loaded cluster could be redistributed.

B.

When after 5-6 consecutive checks the system determines that the load on the most-loaded cluster could be redistributed.

C.

When after 5-6 consecutive checks the system determines that the load on the least-loaded cluster could be redistributed.

D.

When after 2-3 consecutive checks the system determines that the load on the least-loaded cluster could be redistributed.

What optional properties can a Snowflake user set when creating a virtual warehouse? (Select TWO).

A.

Auto-suspend

B.

Cache size

C.

Default role

D.

Resource monitor

E.

Storage size

What should be considered before implementing a Data Clean Room?

A.

SQL queries can be run against the data in the clean room.

B.

Providers can only configure and share clean rooms with users in other Snowflake accounts.

C.

Consumers must be approved by a clean room administrator before they can be invited.

D.

All participating accounts must be in the same geographic region.

What calculation of metrics found in the QUERY_HISTORY view can be used to determine whether optimizing virtual warehouse caching will improve the performance of a long-running query?

A.

Multiply the partitions scanned and the percentage scanned from cache.

B.

Multiply the bytes scanned and the percentage scanned from cache.

C.

Multiply the bytes written and the percentage scanned from cache.

D.

Multiply the bytes scanned and the percentage scanned from cache miss.

A team plans to build data-transformation pipelines using a Snowflake-supported development framework that provides compute pushdown and native integration with Snowflake features.

Which feature should the team use?

A.

Snowpark API for Python

B.

Snowflake JDBC driver

C.

Snowflake ODBC driver

D.

Snowflake Connector for Kafka

Which types of subqueries does Snowflake support? (Select TWO).

A.

Uncorrelated scalar subqueries in WHERE clauses

B.

Uncorrelated scalar subqueries in any place that a value expression can be used

C.

EXISTS, ANY / ALL, and IN subqueries in WHERE clauses: these subqueries can be uncorrelated only

D.

EXISTS, ANY / ALL, and IN subqueries in where clauses: these subqueries can be correlated only

E.

EXISTS, ANY /ALL, and IN subqueries in WHERE clauses: these subqueries can be correlated or uncorrelated

How can storage costs be MINIMIZED while maintaining the history and integrity of a large, permanent table that is updated frequently?

A.

Decrease the Time Travel retention period

B.

Convert the table type to transient.

C.

Use zero-copy clones of the table.

D.

Enable automatic clustering

What do temporary and transient tables have m common in Snowflake? (Select TWO).

A.

Both tables have no Fail-safe period.

B.

Both tables have data retention period maximums of one day.

C.

Both tables are visible only to a single user session.

D.

For both tables the retention period ends when the tables are dropped.

E.

For both tables, the retention period does not end when the session ends

Which virtual warehouse configuration requires the maximum number of clusters to be equal to the minimum number of clusters?

A.

Auto-scale mode

B.

Maximized mode

C.

Standard scaling policy

D.

Economy scaling policy

What can be shared when the SECURE_OBJECTS_ONLY property is set to FALSE?

A.

View

B.

Stored procedure

C.

Storage integration access

D.

User-Defined Function, or UDF

A Snowflake table that is loaded using a Kafka connector has a schema consisting of which two variant columns? (Select TWO).

A.

RECORD_TIMESTAMP

B.

RECORD_CONTENT

C.

RECORDKEY

D.

RECORD_SESSION

E.

RECORD_METADATA

A user needs to MINIMIZE the cost of large tables that are used to store transitory data. The data does not need to be protected against failures, because the data can be reconstructed outside of Snowflake.

What table type should be used?

A.

Permanent

B.

Transient

C.

Temporary

D.

Externa

A Snowflake user is querying JSON data and all values in the result set are wrapped in quotes. Which step will unwrap the data from all the columns in the query results?

A.

Use the TRIM function to remove the quotes.

B.

Use the INSTR function to remove the quotes.

C.

Use the SUBSTRING function to select the values that are inside the quotes.

D.

Use the CAST function to convert the columns to the correct data type.

Which Snowflake objects can be defined with future grants? (Select TWO).

A.

Schemas

B.

Databases

C.

Masking policies

D.

External functions

E.

Virtual warehouses

By default, which system roles can create and manage users? (Select TWO)

A.

USERADMIN

B.

SYSADMIN

C.

SECURITYADMIN

D.

PUBLIC

E.

ORGADMIN

A user received a set of PDF files that are available on an external stage. Text, data, and layout elements need to be extracted from the files. Which Snowflake AI function should be used?

A.

TRANSCRIBE

B.

COMPLETE

C.

PARSE_DOCUMENT

D.

EMBED