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

Snowflake COF-C02 - SnowPro Core Certification Exam

Page: 10 / 14
Total 948 questions

What is a non-configurable feature that provides historical data that Snowflake may recover during a 7-day period?

A.

Fail-safe

B.

Time Travel

C.

Cloning

D.

Account replication

When unloading data: which file formal will keep floating-point number column data without truncating it?

A.

XML

B.

JSON

C.

Parquet

D.

CSV

Which commands are supported by the query acceleration service? (Select TWO).

A.

INSERT

B.

MERGE

C.

SELECT

D.

UPDATE

E.

DELETE

Which command will identify the names of files that are in a Snowflake stage?

A.

DESCRIBE FILE FORMAT

B.

SHOW FILE FORMAT

C.

LIST

D.

SELECT $1 FROM

What action will cause the cache associated with compute resources to be dropped?

A.

Increasing the size of a running standard virtual warehouse

B.

Decreasing the size of a running standard virtual warehouse

C.

Adding a new standard virtual warehouse that is the same size as a running warehouse

D.

Adding a multi-cluster virtual warehouse that is of a similar size to a running warehouse

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 Snowflake user is trying to load a 125 GB file using SnowSQL. The file continues to load for almost an entire day. What will happen at the 2< hour mark?

A.

The file will continue to load until all contents arc loaded.

B.

The tile will slop loading and all data up to that point will be committed.

C.

The file loading could be aborted without any portion of the file being committed.

D.

The file's number of allowable hours to load can be programmatically controlled to load easily into Snowflake

How many credits does a size 3X-Large virtual warehouse consume if it runs continuously for 2 hours?

A.

32

B.

64

C.

128

D.

256

The ORDERS table contains 12,000 rows.

Which query will return 10 rows that are randomly sampled from the table every time the query is run?

A.

select * from ORDERS fetch 10;

B.

select * from ORDERS limit 10;

C.

select * from ORDERS sample (10);

D.

select * from ORDERS tablesample (10 rows);

Which categories are included in the execution time summary in a Query Profile? (Select TWO).

A.

Pruning

B.

Spilling

C.

Initialization

D.

Local Disk I/O

E.

Percentage of data read from cache

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.

When cloning tables, which INFORMATION_SCHEMA view will show different columns for owned storage and referenced storage?

A.

DATABASE_STORAGE_USAGE_HISTORY

B.

STAGE_STORAGE_USAGE_HISTORY

C.

TABLE_STORAGE_METRICS

D.

STORAGE_USAGE

What is the MINIMUM role required to set the value for the parameter ENABLE_ACCOUNT_DATABASE_REPLICATION?

A.

ACCOUNTADMIN

B.

SECURITYADMIN

C.

SYSADMIN

D.

ORGADMIN

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

A.

AVERAGE ROWS)

B.

MEDIAN< RONS)

C.

SAMPLE( ROWS)

D.

RANDOM( ROUS)

Which Snowflake privilege is required on a pipe object to pause or resume pipes?

A.

OPERATE

B.

READ

C.

SELECT

D.

USAGE

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 Snowflake feature is used to track sensitive data to ensure compliance, identify data, and monitor resource usage?

A.

Data classification

B.

Data quality monitoring

C.

Object tagging

D.

Multi-Factor Authentication (MFA)

Which Snowflake feature or tool helps troubleshoot issues in SQL query expressions that commonly cause performance bottlenecks?

A.

Persisted query results

B.

QUERY_HISTORY View

C.

Query acceleration service

D.

Query Profile

How does Snowflake support Multi-Factor Authentication (MFA) with a second factor device?

A.

Through Role-Based Access Control (RBAC)

B.

Through integration with OAuth

C.

Using time-based, one-time passcodes

D.

Using federated authentication and Single Sign-On (SSO)

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