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

Free Snowflake COF-C02 Practice Exam with Questions & Answers | Set: 3

Questions 41

Which Snowflake layer is always leveraged when accessing a query from the result cache?

Options:
A.

Metadata

B.

Data Storage

C.

Compute

D.

Cloud Services

Snowflake COF-C02 Premium Access
Questions 42

Which of the following are best practices for loading data into Snowflake? (Choose three.)

Options:
A.

Aim to produce data files that are between 100 MB and 250 MB in size, compressed.

B.

Load data from files in a cloud storage service in a different region or cloud platform from the service or region containing the Snowflake account, to save on cost.

C.

Enclose fields that contain delimiter characters in single or double quotes.

D.

Split large files into a greater number of smaller files to distribute the load among the compute resources in an active warehouse.

E.

When planning which warehouse(s) to use for data loading, start with the largest warehouse possible.

F.

Partition the staged data into large folders with random paths, allowing Snowflake to determine the best way to load each file.

Questions 43

A running virtual warehouse is suspended.

What is the MINIMUM amount of time that the warehouse will incur charges for when it is restarted?

Options:
A.

1 second

B.

60 seconds

C.

5 minutes

D.

60 minutes

Questions 44

Which of the following significantly improves the performance of selective point lookup queries on a table?

Options:
A.

Clustering

B.

Materialized Views

C.

Zero-copy Cloning

D.

Search Optimization Service

Questions 45

What is the minimum Snowflake edition that has column-level security enabled?

Options:
A.

Standard

B.

Enterprise

C.

Business Critical

D.

Virtual Private Snowflake

Questions 46

What are the responsibilities of Snowflake ' s Cloud Service layer? (Choose three.)

Options:
A.

Authentication

B.

Resource management

C.

Virtual warehouse caching

D.

Query parsing and optimization

E.

Query execution

F.

Physical storage of micro-partitions

Questions 47

A user created a new worksheet within the Snowsight Ul and wants to share this with teammates

How can this worksheet be shared?

Options:
A.

Create a zero-copy clone of the worksheet and grant permissions to teammates

B.

Create a private Data Exchange so that any teammate can use the worksheet

C.

Share the worksheet with teammates within Snowsight

D.

Create a database and grant all permissions to teammates

Questions 48

Which of the following is an example of an operation that can be completed without requiring compute, assuming no queries have been executed previously?

Options:
A.

SELECT SUM (ORDER_AMT) FROM SALES;

B.

SELECT AVG(ORDER_QTY) FROM SALES;

C.

SELECT MIN(ORDER_AMT) FROM SALES;

D.

SELECT ORDER_AMT * ORDER_QTY FROM SALES;

Questions 49

Which of the following accurately describes shares?

Options:
A.

Tables, secure views, and secure UDFs can be shared

B.

Shares can be shared

C.

Data consumers can clone a new table from a share

D.

Access to a share cannot be revoked once granted

Questions 50

What affects whether the query results cache can be used?

Options:
A.

If the query contains a deterministic function

B.

If the virtual warehouse has been suspended

C.

If the referenced data in the table has changed

D.

If multiple users are using the same virtual warehouse

Questions 51

Which COPY INTO < table > parameter is used to avoid loading a partial dataset?

Options:
A.

FORCE = FALSE

B.

RETURN_FAILED_ONLY = FALSE

C.

LOAD_UNCERTAIN_FILES = FALSE

D.

ON_ERROR = ABORT_STATEMENT