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: 9 / 17
Total 1160 questions

The customer table in the T1 database is accidentally dropped.

Which privileges are required to restore this table? {Select TWO).

A.

SELECT privilege on the customer table

B.

ownership privilege on the customer table

C.

All privileges on the customer table

D.

All privileges on the T1 database

E.

CREATE TABIE privilege on the T1 database

Which command is used in Snowflake to manually refresh a directory table?

A.

TRUNCATE STAGE

B.

ALTER STAGE

C.

ALTER TABLE

D.

ALTER VIEW

Which steps will reduce memory spillage when running a very large query? (Select TWO)

A.

Enable auto-scale mode on the virtual warehouse.

B.

Increase the network bandwidth.

C.

Process the data in smaller batches.

D.

Add a DISTINCT clause to the query.

E.

Increase the size of the virtual warehouse.

At what level is the MIN_DATA_RETENSION_TIME_IN_DAYS parameter set?

A.

Account

B.

Database

C.

Schema

D.

Table

Which actions can consumers perform after joining a Data Exchange? Select TWO.

A.

Create a listing

B.

Publish a listing

C.

Consume datasets

D.

Define listing access

E.

Browse exchange listings

What are benefits of using reader accounts when sharing data in Snowflake? (Select TWO)

A.

Consumers can create and apply masking policies to unloaded data.

B.

Consumers can use resource monitors to track and limit costs.

C.

Consumers can use a single reader account to access data from multiple data providers.

D.

Providers can share data with consumers who do not have Snowflake accounts.

E.

Consumers can unload data using the COPY INTO < location > command.

What does Snowflake recommend as a best practice for using secure views?

A.

Use sequence-gen era ted values

B.

Programmatically reveal the identifiers.

C.

Use secure views solely for query convenience.

D.

Do not expose the sequence-generated column(s)

What do these Query Profile metrics indicate about the query micro-partition pruning?

A.

No micro-partitions were pruned during execution.

B.

The query used the local disk cache and pruning was not required.

C.

The size of the data queried was too small to trigger micro-partition pruning.

D.

Since the bytes scanned is less than the bytes written to results some pruning has occurred.

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)

A directory table that references an external stage is being refreshed manually.

What will happen to any scheduled automatic-refresh operations occurring at the same time as the manual-refresh operations?

A.

The manual-refresh operations and the automatic-refresh operations will both take place.

B.

The automatic-refresh operations will be aborted.

C.

The automatic-refresh operations will be performed more often.

D.

The automatic-refresh operations will continue on the established schedule.

What command is used to unload data from a Snowflake table to a local file system?

A.

COPY INTO < location >

B.

GET

C.

LIST

D.

REMOVE

Assuming the data provider has granted the required permissions to the objects in a share, which statement will grant permissions to the role consumer_role, allowing access to the database share_db?

A.

grant imported privileges on database share_db to role consumer_role;

B.

grant usage on database share_db to role consumer_role;

C.

grant ownership on database share_db to role consumer_role;

D.

grant all on database share_db to role consumer_role;

Cloning is being used to create a development environment. Will storage be impacted when cloned tables are modified in a development environment?

A.

Cloned tables will be duplicated in storage.

B.

Storage consumption remains unaffected.

C.

The modified micro-partitions consume additional storage.

D.

Storage usage increases with the number of clones created.

What is the data lineage feature used for in Snowflake?

A.

To track how records are read by a user

B.

To track dependencies at the object level

C.

To track how data has been transformed among columns

D.

To track how transformation processes have impacted individual records

Which function, when added to a select statement will return a randomly-selected, specified number of rows from a table?

A.

AVERAGE < num > ROWS)

B.

MEDIAN < < num > RONS)

C.

SAMPLE( < num > ROWS)

D.

RANDOM( < num > ROUS)

How does the search optimization service use the search access path?

A.

By generating a real-time index for all data in a database

B.

By creating an up-to-date catalog of all of the tables in a database

C.

By listing all of the queries that have been executed on the table data

D.

By identifying where column-level values are located in each micro-partition

Which clause is used to define a function that may return different values for different rows?

A.

IMMUTABLE

B.

RETURNS

C.

COMMENT

D.

VOLATILE

How does Snowflake handle the data retention period for a table if a stream has not been consumed?

A.

The data retention period is reduced to a minimum of 14 days.

B.

The data retention period is permanently extended for the table.

C.

The data retention period is temporarily extended to the stream ' s offset.

D.

The data retention period is not affected by the stream consumption.

Which table function is used to perform additional processing on the results of a previously-run query?

A.

QUERY_HISTORY

B.

RESULT_SCAN

C.

DESCRIBE_RESULTS

D.

QUERY HISTORY BY SESSION

Which table function will identify data that was loaded using COPY INTO < table > statements and also identify data loaded using Snowpipe?

A.

DATA_TRANSFER_HISTORY

B.

PIPE_USAGE_HISTORY

C.

VALIDATE_PIPE_LOAD

D.

COPY_HISTORY