Summer Special 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: bestdeal

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

Questions 11

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

Snowflake COF-R02 Premium Access
Questions 12

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 13

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 14

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

Options:
A.

LOAD

B.

copy

C.

GET

D.

PUT

Questions 15

Which of the following describes external functions in Snowflake?

Options:
A.

They are a type of User-defined Function (UDF).

B.

They contain their own SQL code.

C.

They call code that is stored inside of Snowflake.

D.

They can return multiple rows for each row received

Questions 16

When unloading to a stage, which of the following is a recommended practice or approach?

Options:
A.

Set SINGLE: = true for larger files

B.

Use OBJECT_CONSTRUCT ( * ) when using Parquet

C.

Avoid the use of the CAST function

D.

Define an individual file format

Questions 17

The Information Schema and Account Usage Share provide storage information for which of the following objects? (Choose three.)

Options:
A.

Users

B.

Tables

C.

Databases

D.

Internal Stages

Questions 18

True or False: A Virtual Warehouse can be resized while suspended.

Options:
A.

True

B.

False

Questions 19

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 20

When reviewing a query profile, what is a symptom that a query is too large to fit into the memory?

Options:
A.

A single join node uses more than 50% of the query time

B.

Partitions scanned is equal to partitions total

C.

An AggregateOperacor node is present

D.

The query is spilling to remote storage