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: 11

Questions 201

What happens to the underlying table data when a CLUSTER BY clause is added to a Snowflake table?

Options:
A.

Data is hashed by the cluster key to facilitate fast searches for common data values

B.

Larger micro-partitions are created for common data values to reduce the number of partitions that must be scanned

C.

Smaller micro-partitions are created for common data values to allow for more parallelism

D.

Data may be colocated by the cluster key within the micro-partitions to improve pruning performance

Snowflake COF-C03 Premium Access
Questions 202

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 203

What data is stored in the Snowflake storage layer? (Select TWO).

Options:
A.

Snowflake parameters

B.

Micro-partitions

C.

Query history

D.

Persisted query results

E.

Standard and secure view results

Questions 204

Which Snowflake partner specializes in data catalog solutions?

Options:
A.

Alation

B.

DataRobot

C.

dbt

D.

Tableau

Questions 205

When is the result set cache no longer available? (Select TWO)

Options:
A.

When another warehouse is used to execute the query

B.

When another user executes the query

C.

When the underlying data has changed

D.

When the warehouse used to execute the query is suspended

E.

When it has been 24 hours since the last query

Questions 206

Which of the following indicates that it may be appropriate to use a clustering key for a table? (Select TWO).

Options:
A.

The table contains a column that has very low cardinality

B.

DML statements that are being issued against the table are blocked

C.

The table has a small number of micro-partitions

D.

Queries on the table are running slower than expected

E.

The clustering depth for the table is large

Questions 207

Which feature is only available in the Enterprise or higher editions of Snowflake?

Options:
A.

Column-level security

B.

SOC 2 type II certification

C.

Multi-factor Authentication (MFA)

D.

Object-level access control

Questions 208

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 209

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 210

What is a responsibility of Snowflake ' s virtual warehouses?

Options:
A.

Infrastructure management

B.

Metadata management

C.

Query execution

D.

Query parsing and optimization

E.

Management of the storage layer

Questions 211

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 212

True or False: Fail-safe can be disabled within a Snowflake account.

Options:
A.

True

B.

False

Questions 213

Which copy INTO command outputs the data into one file?

Options:
A.

SINGLE=TRUE

B.

MAX_FILE_NUMBER=1

C.

FILE_NUMBER=1

D.

MULTIPLE=FAISE

Questions 214

What features does Snowflake Time Travel enable?

Options:
A.

Querying data-related objects that were created within the past 365 days

B.

Restoring data-related objects that have been deleted within the past 90 days

C.

Conducting point-in-time analysis for Bl reporting

D.

Analyzing data usage/manipulation over all periods of time

Questions 215

Which semi-structured file formats are supported when unloading data from a table? (Select TWO).

Options:
A.

ORC

B.

XML

C.

Avro

D.

Parquet

E.

JSON

Questions 216

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 217

Which data types does Snowflake support when querying semi-structured data? (Select TWO)

Options:
A.

VARIANT

B.

ARRAY

C.

VARCHAR

D.

XML

E.

BLOB

Questions 218

What happens when a cloned table is replicated to a secondary database? (Select TWO)

Options:
A.

A read-only copy of the cloned tables is stored.

B.

The replication will not be successful.

C.

The physical data is replicated

D.

Additional costs for storage are charged to a secondary account

E.

Metadata pointers to cloned tables are replicated

Questions 219

A user unloaded a Snowflake table called mytable to an internal stage called mystage.

Which command can be used to view the list of files that has been uploaded to the staged?

Options:
A.

list @mytable;

B.

list @%raytable;

C.

list @ %m.ystage;

D.

list @mystage;

Questions 220

True or False: Reader Accounts are able to extract data from shared data objects for use outside of Snowflake.

Options:
A.

True

B.

False