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

Exact2Pass Menu

SnowPro Core Certification Exam

Last Update 4 hours ago Total Questions : 1085

The SnowPro Core Certification Exam content is now fully updated, with all current exam questions added 4 hours ago. Deciding to include COF-C02 practice exam questions in your study plan goes far beyond basic test preparation.

You'll find that our COF-C02 exam questions frequently feature detailed scenarios and practical problem-solving exercises that directly mirror industry challenges. Engaging with these COF-C02 sample sets allows you to effectively manage your time and pace yourself, giving you the ability to finish any SnowPro Core Certification Exam practice test comfortably within the allotted time.

Question # 261

Which column is used with streams to track changes to metadata?

A.

METADATA$ROW_ID

B.

METADATA$START_SCAN_TIME

C.

METADATA$FILE_CONTENT_KEY

D.

METADATA$FILE_ROW_NUMBER

Question # 262

Which task is supported by the use of Access History in Snowflake?

A.

Data backups

B.

Cost monitoring

C.

Compliance auditing

D.

Performance optimization

Question # 263

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

Question # 264

By default, which role is required to change the refresh frequency for an auto-fulfilled application package?

A.

ACCOUNTADMIN

B.

SYSADMIN

C.

GLOBALORGADMIN

D.

SECURITYADMIN

Question # 265

Which setting will help control credit consumption for a virtual warehouse that needs to run in Auto-scale mode?

A.

Set the warehouse scaling policy to ECONOMY.

B.

Set the MIN_CLUSTER_COUNT to 1.

C.

Set the AUTO_SUSPEND property of the warehouse to 0.

D.

Set the MIN_CLUSTER_COUNT to 2 and set the MAX_CLUSTER_COUNT to 2.

Question # 266

Which table is designed to store a catalog of stage files in cloud storage?

A.

Dynamic table

B.

Hybrid table

C.

Directory table

D.

Iceberg table

Question # 267

Which strategy is recommended to improve the performance of a large, complex query?

A.

Add more storage

B.

Convert to a multi-cluster warehouse

C.

Increase the size of the warehouse

D.

Run the query during off-peak hours

Question # 268

The Query Profile shows the metrics of a query that ran on a size Large virtual warehouse.

What steps will improve the query performance? (Select TWO).

A.

Increase the MAX_CLUSTER_COUNT.

B.

Increase the WAREHOUSE_SIZE.

C.

Update the query WHERE clause.

D.

Increase the warehouse AUTO_SUSPEND duration.

E.

Run the warehouse in Maximized mode.

Question # 269

Which data types can be used in a Snowflake table that holds semi-structured data? (Select TWO).

A.

ARRAY

B.

BINARY

C.

TEXT

D.

VARIANT

E.

VARCHAK

Question # 270

In the Data Exchange, who can get or request data from the listings? (Select TWO).

A.

Users with ACCOUNTADMIN role

B.

Users with sysadmin role

C.

Users with ORGADMIN role

D.

Users with import share privilege

E.

Users with manage grants privilege

Question # 271

What is the effect of using FORCE = TRUE in a COPY INTO < table > command?

A.

All files will be loaded, even ones with a load status of unknown.

B.

Files that have already been successfully loaded into the table will be loaded again.

C.

Files that have already been successfully loaded into the table will not be loaded again.

D.

String columns longer than the length specified in the column definition will be loaded anyway.

Question # 272

What privilege is required to view the load statistics on a virtual warehouse?

A.

MODIFY

B.

OPERATE

C.

MONITOR

D.

USAGE

Question # 273

A table is created with a column set to a data type of CHARACTER(25). If the table is viewed in the database section of Snowsight, what data type will be shown for the column?

A.

STRING(25)

B.

TEXT(25)

C.

VARCHAR(25)

D.

CHARACTER(25)

Question # 274

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

Question # 275

What data-type constructs are used to create a hierarchy when organizing semi-structured data? (Select TWO).

A.

A VARIANT can hold a value of any other data type.

B.

An ARRAY or OBJECT holds a value of type INTEGER.

C.

An ARRAY or OBJECT holds a value of type VARIANT.

D.

An ARRAY or OBJECT holds a value of type VARCHAR.

E.

An ARRAY or OBJECT holds a value of type VECTOR.

Question # 276

Which of the following can be executed/called with Snowpipe?

A.

A User Defined Function (UDF)

B.

A stored procedure

C.

A single copy_into statement

D.

A single insert__into statement

Question # 277

What is the default character set used when loading CSV files into Snowflake?

A.

UTF-8

B.

UTF-16

C.

ISO S859-1

D.

ANSI_X3.A

Question # 278

How long is Snowpipe data load history retained?

A.

As configured in the create pipe settings

B.

Until the pipe is dropped

C.

64 days

D.

14 days

Question # 279

Which statement about billing applies to Snowflake credits?

A.

Credits are billed per-minute with a 60-minute minimum

B.

Credits are used to pay for cloud data storage usage

C.

Credits are consumed based on the number of credits billed for each hour that a warehouse runs

D.

Credits are consumed based on the warehouse size and the time the warehouse is running

Question # 280

Which of the following objects can be shared through secure data sharing?

A.

Masking policy

B.

Stored procedure

C.

Task

D.

External table