Summer Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70track

Free Snowflake COF-C03 Practice Exam with Questions & Answers | Set: 2

Questions 21

What metadata does Snowflake store for rows in micro-partitions? (Select TWO).

Options:
A.

Range of values

B.

Distinct values

C.

Index values

D.

Sorted values

E.

Null values

Snowflake COF-C03 Premium Access
Questions 22

How can performance be optimized for a query that returns a small amount of data from a very large base table?

Options:
A.

Use clustering keys

B.

Create materialized views

C.

Use the search optimization service

D.

Use the query acceleration service

Questions 23

What file formats does Snowflake support for loading semi-structured data? (Choose three.)

Options:
A.

TSV

B.

JSON

C.

PDF

D.

Avro

E.

Parquet

F.

JPEG

Questions 24

Which Snowflake table objects can be shared with other accounts? (Select TWO).

Options:
A.

Temporary tables

B.

Permanent tables

C.

Transient tables

D.

External tables

E.

User-Defined Table Functions (UDTFs)

Questions 25

What is the purpose of the STRIP NULL_VALUES file format option when loading semi-structured data files into Snowflake?

Options:
A.

It removes null values from all columns in the data.

B.

It converts null values to empty strings during loading.

C.

It skips rows with null values during the loading process.

D.

It removes object or array elements containing null values.

Questions 26

Which kind of Snowflake table stores file-level metadata for each file in a stage?

Options:
A.

Directory

B.

External

C.

Temporary

D.

Transient

Questions 27

Which objects together comprise a namespace in Snowflake? (Select TWO).

Options:
A.

Account

B.

Database

C.

Schema

D.

Table

E.

Virtual warehouse

Questions 28

For non-materialized views, what column in Information Schema and Account Usage identifies whether a view is secure or not?

Options:
A.

CHECK_OPTION

B.

IS_SECURE

C.

IS_UPDATEABLE

D.

TABLE_NAME

Questions 29

Which of the following are handled by the cloud services layer of the Snowflake architecture? (Choose two.)

Options:
A.

Query execution

B.

Data loading

C.

Time Travel data

D.

Security

E.

Authentication and access control

Questions 30

How often are the Account and Table master keys automatically rotated by Snowflake?

Options:
A.

30 Days

B.

60 Days

C.

90 Days

D.

365 Days.

Questions 31

Which query profile statistics help determine if efficient pruning is occurring? (Choose two.)

Options:
A.

Bytes sent over network

B.

Percentage scanned from cache

C.

Partitions total

D.

Bytes spilled to local storage

E.

Partitions scanned

Questions 32

Which of the following are characteristics of security in Snowflake?

Options:
A.

Account and user authentication is only available with the Snowflake Business Critical edition.

B.

Support for HIPAA and GDPR compliance is available for UI Snowflake editions.

C.

Periodic rekeying of encrypted data is available with the Snowflake Enterprise edition and higher

D.

Private communication to internal stages is allowed in the Snowflake Enterprise edition and higher.

Questions 33

How would a user execute a series of SQL statements using a task?

Options:
A.

Include the SQL statements in the body of the task CREATE TASK mytask .. AS INSERT INTO target1 SELECT .. FROM stream_s1 WHERE .. INSERT INTO target2 SELECT .. FROM stream_s1WHERE ..

B.

A stored procedure can have only one DML statement per stored procedure invocation and therefore the user should sequence stored procedure calls in the taskdefinition CREATE TASK mytask .... AScall stored_proc1(); call stored_proc2();

C.

Use a stored procedure executing multiple SQL statements and invoke the stored procedure from the task. CREATE TASK mytask .... AS call stored_proc_multiple_statements_inside();

D.

Create a task for each SQL statement (e.g. resulting in task1, task2, etc.) and string the series of SQL statements by having a control task calling task1, task2, etc. sequentially.

Questions 34

What happens when a database is cloned?

Options:
A.

It does not retain any privileges granted on the source object.

B.

It replicates all granted privileges on the corresponding source objects.

C.

It replicates all granted privileges on the corresponding child objects.

D.

It replicates all granted privileges on the corresponding child schema objects.

Questions 35

Which user object property requires contacting Snowflake Support in order to set a value for it?

Options:
A.

DISABLED

B.

MINS TO BYPASS MFA

C.

MINS TO BYPASS NETWORK POLICY

D.

MINS TO UNLOCK

Questions 36

How does Snowflake recommend handling the bulk loading of data batches from files already available in cloud storage?

Options:
A.

Use Snowpipe.

B.

Use the INSERT command.

C.

Use an external table.

D.

Use the COPY command.

Questions 37

Which SQL command can be used to see the CREATE definition of a masking policy?

Options:
A.

SHOW MASKING POLICIES

B.

DESCRIBE MASKING POLICY

C.

GET_DDL

D.

LIST MASKING POLICIES

Questions 38

How do Snowflake data providers share data that resides in different databases?

Options:
A.

External tables

B.

Secure views

C.

Materialized views

D.

User-Defined Functions (UDFs)

Questions 39

The bulk data load history that is available upon completion of the COPY statement is stored where and for how long?

Options:
A.

In the metadata of the target table for 14 days

B.

In the metadata of the pipe for 14 days

C.

In the metadata of the target table for 64 days

D.

In the metadata of the pipe for 64 days

Questions 40

How can a Snowflake administrator determine which user has accessed a database object that contains sensitive information?

Options:
A.

Review the granted privileges to the database object.

B.

Review the row access policy for the database object.

C.

Query the ACCESS_HlSTORY view in the ACCOUNT_USAGE schema.

D.

Query the REPLICATION USAGE HISTORY view in the ORGANIZATION USAGE schema.