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 feature can be used to reorganize a very large table on one or more columns?

Options:
A.

Micro-partitions

B.

Clustering keys

C.

Key partitions

D.

Clustered partitions

Snowflake COF-C03 Premium Access
Questions 22

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

Options:
A.

Masking policy

B.

Stored procedure

C.

Task

D.

External table

Questions 23

What is the minimum Snowflake edition required to create a materialized view?

Options:
A.

Standard Edition

B.

Enterprise Edition

C.

Business Critical Edition

D.

Virtual Private Snowflake Edition

Questions 24

A user has unloaded data from Snowflake to a stage

Which SQL command should be used to validate which data was loaded into the stage?

Options:
A.

list @file__stage

B.

show @file__stage

C.

view @file__stage

D.

verify @file__stage

Questions 25

A virtual warehouse ' s auto-suspend and auto-resume settings apply to which of the following?

Options:
A.

The primary cluster in the virtual warehouse

B.

The entire virtual warehouse

C.

The database in which the virtual warehouse resides

D.

The Queries currently being run on the virtual warehouse

Questions 26

What SQL command would be used to view all roles that were granted to user.1?

Options:
A.

show grants to user USER1;

B.

show grants of user USER1;

C.

describe user USER1;

D.

show grants on user USER1;

Questions 27

A user needs to create a materialized view in the schema MYDB.MYSCHEMA.

Which statements will provide this access?

Options:
A.

GRANT ROLE MYROLE TO USER USER1;CREATE MATERIALIZED VIEW ON SCHEMA MYDB.MYSCHEMA TO ROLE MYROLE;

B.

GRANT ROLE MYROLE TO USER USER1;CREATE MATERIALIZED VIEW ON SCHEMA MYDB.MYSCHEMA TO USER USER1;

C.

GRANT ROLE MYROLE TO USER USER1;CREATE MATERIALIZED VIEW ON SCHEMA MYDB.MYSCHEMA TO USER1;

D.

GRANT ROLE MYROLE TO USER USER1;CREATE MATERIALIZED VIEW ON SCHEMA MYDB.MYSCHEMA TO MYROLE;

Questions 28

When reviewing the load for a warehouse using the load monitoring chart, the chart indicates that a high volume of Queries are always queuing in the warehouse

According to recommended best practice, what should be done to reduce the Queue volume? (Select TWO).

Options:
A.

Use multi-clustered warehousing to scale out warehouse capacity.

B.

Scale up the warehouse size to allow Queries to execute faster.

C.

Stop and start the warehouse to clear the queued queries

D.

Migrate some queries to a new warehouse to reduce load

E.

Limit user access to the warehouse so fewer queries are run against it.

Questions 29

What is the default File Format used in the COPY command if one is not specified?

Options:
A.

CSV

B.

JSON

C.

Parquet

D.

XML

Questions 30

What is a limitation of a Materialized View?

Options:
A.

A Materialized View cannot support any aggregate functions

B.

A Materialized View can only reference up to two tables

C.

A Materialized View cannot be joined with other tables

D.

A Materialized View cannot be defined with a JOIN

Questions 31

True or False: When you create a custom role, it is a best practice to immediately grant that role to ACCOUNTADMIN.

Options:
A.

True

B.

False

Questions 32

How often are encryption keys automatically rotated by Snowflake?

Options:
A.

30 Days

B.

60 Days

C.

90 Days

D.

365 Days

Questions 33

What happens when a virtual warehouse is resized?

Options:
A.

When increasing the size of an active warehouse the compute resource for all running and queued queries on the warehouse are affected

B.

When reducing the size of a warehouse the compute resources are removed only when they are no longer being used to execute any current statements.

C.

The warehouse will be suspended while the new compute resource is provisioned and will resume automatically once provisioning is complete.

D.

Users who are trying to use the warehouse will receive an error message until the resizing is complete

Questions 34

What are value types that a VARIANT column can store? (Select TWO)

Options:
A.

STRUCT

B.

OBJECT

C.

BINARY

D.

ARRAY

E.

CLOB

Questions 35

Which stage type can be altered and dropped?

Options:
A.

Database stage

B.

External stage

C.

Table stage

D.

User stage

Questions 36

Which of the following are best practice recommendations that should be considered when loading data into Snowflake? (Select TWO).

Options:
A.

Load files that are approximately 25 MB or smaller.

B.

Remove all dates and timestamps.

C.

Load files that are approximately 100-250 MB (or larger)

D.

Avoid using embedded characters such as commas for numeric data types

E.

Remove semi-structured data types

Questions 37

What tasks can be completed using the copy command? (Select TWO)

Options:
A.

Columns can be aggregated

B.

Columns can be joined with an existing table

C.

Columns can be reordered

D.

Columns can be omitted

E.

Data can be loaded without the need to spin up a virtual warehouse

Questions 38

What is a machine learning and data science partner within the Snowflake Partner Ecosystem?

Options:
A.

Informatica

B.

Power Bl

C.

Adobe

D.

Data Robot

Questions 39

What Snowflake role must be granted for a user to create and manage accounts?

Options:
A.

ACCOUNTADMIN

B.

ORGADMIN

C.

SECURITYADMIN

D.

SYSADMIN

Questions 40

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

Options:
A.

LOAD

B.

copy

C.

GET

D.

PUT