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

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

Questions 16

When cloning a database containing stored procedures and regular views, that have fully qualified table references, which of the following will occur?

Options:
A.

The cloned views and the stored procedures will reference the cloned tables in the cloned database.

B.

An error will occur, as views with qualified references cannot be cloned.

C.

An error will occur, as stored objects cannot be cloned.

D.

The stored procedures and views will refer to tables in the source database.

Snowflake COF-C02 Premium Access
Questions 17

Where can a user find and review the failed logins of a specific user for the past 30 days?

Options:
A.

The USERS view in ACCOUNT_USAGE

B.

The LOGIN_HISTORY view in ACCOUNT_USAGE

C.

The ACCESS_HISTORY view in ACCOUNT_USAGE

D.

The SESSIONS view in ACCOUNT_USAGE

Questions 18

What occurs when a pipe is recreated using the CREATE OR REPLACE PIPE command?

Options:
A.

The Pipe load history is reset to empty.

B.

The REFRESH command is executed.

C.

The stage will be purged.

D.

The destination table is truncated.

Questions 19

A user is preparing to load data from an external stage

Which practice will provide the MOST efficient loading performance?

Options:
A.

Organize files into logical paths

B.

Store the files on the external stage to ensure caching is maintained

C.

Use pattern matching for regular expression execution

D.

Load the data in one large file

Questions 20

What versions of Snowflake should be used to manage compliance with Personal Identifiable Information (PII) requirements? (Choose two.)

Options:
A.

Custom Edition

B.

Virtual Private Snowflake

C.

Business Critical Edition

D.

Standard Edition

E.

Enterprise Edition

Questions 21

Which of the following is a data tokenization integration partner?

Options:
A.

Protegrity

B.

Tableau

C.

DBeaver

D.

SAP

Questions 22

How should a virtual warehouse be configured if a user wants to ensure that additional multi-clusters are resumed with no delay?

Options:
A.

Configure the warehouse to a size larger than generally required

B.

Set the minimum and maximum clusters to autoscale

C.

Use the standard warehouse scaling policy

D.

Use the economy warehouse scaling policy

Questions 23

Assume there is a table consisting of five micro-partitions with values ranging from A to Z.

Which diagram indicates a well-clustered table?

Options:
A.

COF-C02 Question 23 Option 1

B.

23

C.

23

D.

23

Questions 24

When loading data into Snowflake, how should the data be organized?

Options:
A.

Into single files with 100-250 MB of compressed data per file

B.

Into single files with 1-100 MB of compressed data per file

C.

Into files of maximum size of 1 GB of compressed data per file

D.

Into files of maximum size of 4 GB of compressed data per file

Questions 25

Which of the following objects can be directly restored using the UNDROP command? (Choose two.)

Options:
A.

Schema

B.

View

C.

Internal stage

D.

Table

E.

User

F.

Role

Questions 26

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 27

Which statements are true concerning Snowflake's underlying cloud infrastructure? (Select THREE),

Options:
A.

Snowflake data and services are deployed in a single availability zone within a cloud provider's region.

B.

Snowflake data and services are available in a single cloud provider and a single region, the use of multiple cloud providers is not supported.

C.

Snowflake can be deployed in a customer's private cloud using the customer's own compute and storage resources for Snowflake compute and storage

D.

Snowflake uses the core compute and storage services of each cloud provider for its own compute and storage

E.

All three layers of Snowflake's architecture (storage, compute, and cloud services) are deployed and managed entirely on a selected cloud platform

F.

Snowflake data and services are deployed in at least three availability zones within a cloud provider's region

Questions 28

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 29

What types of data listings are available in the Snowflake Data Marketplace? (Choose two.)

Options:
A.

Reader

B.

Consumer

C.

Vendor

D.

Standard

E.

Personalized

Questions 30

Which Snowflake function will interpret an input string as a JSON document, and produce a VARIANT value?

Options:
A.

parse_json()

B.

json_extract_path_text()

C.

object_construct()

D.

flatten