Pre-Summer Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 65pass65

COF-C02 SnowPro Core Certification Exam is now Stable and With Pass Result | Test Your Knowledge for Free

Exams4sure Dumps

COF-C02 Practice Questions

SnowPro Core Certification Exam

Last Update 1 day ago
Total Questions : 1085

Dive into our fully updated and stable COF-C02 practice test platform, featuring all the latest SnowPro Core Certification exam questions added this week. Our preparation tool is more than just a Snowflake study aid; it's a strategic advantage.

Our free SnowPro Core Certification practice questions crafted to reflect the domains and difficulty of the actual exam. The detailed rationales explain the 'why' behind each answer, reinforcing key concepts about COF-C02. Use this test to pinpoint which areas you need to focus your study on.

COF-C02 PDF

COF-C02 PDF (Printable)
$54.25
$154.99

COF-C02 Testing Engine

COF-C02 PDF (Printable)
$59.5
$169.99

COF-C02 PDF + Testing Engine

COF-C02 PDF (Printable)
$74.55
$212.99
Question # 1

A table needs to be loaded. The input data is in JSON format and is a concatenation of multiple JSON documents. The file size is 3 G

B.  

A warehouse size small is being used. The following COPY INTO command was executed:

COPY INTO SAMPLE FROM @~/SAMPL

E.  

JSON (TYPE=JSON)

The load failed with this error:

Max LOB size (16777216) exceeded, actual size of parsed column is 17894470.

How can this issue be resolved?

Options:

A.  

Compress the file and load the compressed file.

B.  

Split the file into multiple files in the recommended size range (100 MB - 250 MB).

C.  

Use a larger-sized warehouse.

D.  

Set STRIP_OUTER_ARRAY=TRUE in the COPY INTO command.

Discussion 0
Question # 2

What features that are part of the Continuous Data Protection (CDP) feature set in Snowflake do not require additional configuration? (Choose two.)

Options:

A.  

Row level access policies

B.  

Data masking policies

C.  

Data encryption

D.  

Time Travel

E.  

External tokenization

Discussion 0
Question # 3

Which file formats are supported for unloading data from Snowflake? (Choose two.)

Options:

A.  

Avro

B.  

JSON

C.  

ORC

D.  

XML

E.  

Delimited (CSV, TSV, etc.)

Discussion 0
Question # 4

What is the maximum Time Travel retention period for a temporary Snowflake table?

Options:

A.  

90 days

B.  

1 day

C.  

7 days

D.  

45 days

Discussion 0
Question # 5

What type of query benefits the MOST from search optimization?

Options:

A.  

A query that uses only disjunction (i.e., OR) predicates

B.  

A query that includes analytical expressions

C.  

A query that uses equality predicates or predicates that use IN

D.  

A query that filters on semi-structured data types

Discussion 0
Question # 6

What actions will prevent leveraging of the ResultSet cache? (Choose two.)

Options:

A.  

Removing a column from the query SELECT list

B.  

Stopping the virtual warehouse that the query is running against

C.  

Clustering of the data used by the query

D.  

Executing the RESULTS_SCAN() table function

E.  

Changing a column that is not in the cached query

Discussion 0
Question # 7

How should a virtual warehouse be configured if a user wants to ensure that additional multi-clusters are resumed with no delay?

Options:

A.  

Configure the warehouse to a size larger than generally required

B.  

Set the minimum and maximum clusters to autoscale

C.  

Use the standard warehouse scaling policy

D.  

Use the economy warehouse scaling policy

Discussion 0
Question # 8

When should a multi-cluster warehouse be used in auto-scaling mode?

Options:

A.  

When it is unknown how much compute power is needed

B.  

If the select statement contains a large number of temporary tables or Common Table Expressions (CTEs)

C.  

If the runtime of the executed query is very slow

D.  

When a large number of concurrent queries are run on the same warehouse

Discussion 0
Question # 9

Which Snowflake feature enables loading data from cloud storage as soon as files ate available in a stage?

Options:

A.  

COPY_INTO < location > command

B.  

Data replication

C.  

Snowpipe

D.  

Direct share

Discussion 0
Question # 10

A multi-cluster virtual warehouse is running in Auto-scale mode. What happens if the number of concurrent queries exceeds the capacity of the currently running cluster?

Options:

A.  

Queued queries will be dropped.

B.  

The warehouse will shut down.

C.  

A new cluster will be started.

D.  

Queries will be redirected to another warehouse.

Discussion 0
Question # 11

Which command will provide an account with access to a share?

Options:

A.  

ALTER SHARE

B.  

CREATE SHARE

C.  

DESCRIBE SHARE

D.  

GRANT < privilege > ... TO SHARE

Discussion 0
Question # 12

When working with table MY_TABLE that contains 10 rows, which sampling query will always return exactly 5 rows?

Options:

A.  

SELECT * FROM MY_TABLE SAMPLE SYSTEM (5);

B.  

SELECT * FROM MY_TABLE SAMPLE BERNOULLI (5);

C.  

SELECT * FROM MY_TABLE SAMPLE (5 ROWS);

D.  

SELECT * FROM MY_TABLE SAMPLE SYSTEM (1) SEED (5);

Discussion 0
Question # 13

When a schema is cloned, what will happen if the schema includes a table with a column that references a sequence that generates default values? (Select TWO).

Options:

A.  

If the table and sequence are in the same schema, the cloned table will reference the source sequence.

B.  

If the table and sequence are in the same schema, the cloned table will reference the cloned sequence.

C.  

If the table and sequence are in different schemas, the cloned table will reference the source sequence.

D.  

If the table and sequence are in different schemas, the cloned table will no longer have a default value for the column.

E.  

If the table and sequence are in the same schema, the cloned table will use the most-recently generated value from the source sequence.

Discussion 0
Question # 14

What Snowpark element represents a data set and provides ways to operate on the data?

Options:

A.  

List

B.  

Table

C.  

Array

D.  

DataFrame

Discussion 0
Question # 15

How does the authorization associated with a pre-signed URL work for an unstructured file?

Options:

A.  

Anyone who has the URL can access the referenced file for the life of the token.

B.  

Only the user who generates the URL can use the URL to access the referenced file.

C.  

Only the users who have roles with sufficient privileges on the URL can access the referenced file.

D.  

The role specified in the GET REST API call must have sufficient privileges on the stage to access the referenced file using the URL.

Discussion 0
Question # 16

Which data types are supported by the Search Optimization Service? Select TWO.

Options:

A.  

INTEGER

B.  

GEOMETRY

C.  

FLOAT

D.  

VARIANT

E.  

BOOLEAN

Discussion 0
Question # 17

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.

Discussion 0
Question # 18

Which command can be used to load data into an internal stage?

Options:

A.  

LOAD

B.  

copy

C.  

GET

D.  

PUT

Discussion 0
Question # 19

Which SQL command can be used to verify the privileges that are granted to a role?

Options:

A.  

SHOW GRANTS ON ROLE < Role Name >

B.  

SHOW ROLES < Role Name >

C.  

SHOW GRANTS TO ROLE < Role Name >

D.  

SHOW GRANTS FOR ROLE < Role Name >

Discussion 0
Question # 20

Which COPY INTO < table > options can be used to load data from a staged file when the metadata in the file has expired? (Select TWO)

Options:

A.  

LOAD_UNCERTAIN_FILES

B.  

LOAD_EXPIRED_FILES

C.  

FORCE

D.  

ENFORCE_LENGTH

E.  

PURGE

Discussion 0
Get COF-C02 dumps and pass your exam in 24 hours!

Free Exams Sample Questions