Summer Certification Sale 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: save70

SnowPro Core Certification COF-C03 Passing Score

Page: 26 / 84
Total 1160 questions

SnowPro Core Certification 2026 Exam Questions and Answers

Question 101

Which action will scale-out a Snowflake virtual warehouse?

Options:

A.

Removing 1 cluster from a multi-cluster warehouse

B.

Adding 2 additional clusters to a multi-cluster warehouse

C.

Resizing a warehouse from size Small to X-Large

D.

Resizing a warehouse from size Large to Medium

Question 102

What information does a Snowflake directory table hold?

Options:

A.

Metadata of all views in a specific schema

B.

Metadata of all tables in a specific schema

C.

Metadata of clustering keys of all tables in a specific schema

D.

File-level metadata of all data files in an internal or external stage

Question 103

What does adding the PARTITION BY clause in the COPY INTO < location > command do?

Options:

A.

It specifies which table partition will be used to copy data.

B.

It partitions unloaded table rows into separate files.

C.

It defines the partitioning scheme for the target table.

D.

It filters the rows to be unloaded based on partition values.

Question 104

How can a user optimize the performance of a COPY INTO < table > query that is being run on a very large file?

Options:

A.

Split the file into smaller files.

B.

Increase the virtual warehouse size.

C.

Set the SIZE_LIMIT option to be larger than the file size.

D.

Set the COMPRESSION = AUTO option in the file format.