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

Questions 101

Based on a review of a Query Profile, which scenarios will benefit the MOST from the use of a data clustering key? (Select TWO.)

Options:
A.

A column that appears most frequently in order by operations

B.

A column that appears most frequently in where operations

C.

A column that appears most frequently in group by operations

D.

A column that appears most frequently in aggregate operations

E.

A column that appears most frequently in join operations

Snowflake COF-C02 Premium Access
Questions 102

A company ' s security audit requires generating a report listing all Snowflake logins (e.g.. date and user) within the last 90 days. Which of the following statements will return the required information?

Options:
A.

SELECT LAST_SUCCESS_LOGIN, LOGIN_NAMEFROM ACCOUNT_USAGE.USERS;

B.

SELECT EVENT_TIMESTAMP, USER_NAMEFROM table(information_schema.login_history_by_user())

C.

SELECT EVENT_TIMESTAMP, USER_NAMEFROM ACCOUNT_USAGE.ACCESS_HISTORY;

D.

SELECT EVENT_TIMESTAMP, USER_NAMEFROM ACCOUNT_USAGE.LOGIN_HISTORY;

Questions 103

Which is the MINIMUM required Snowflake edition that a user must have if they want to use AWS/Azure Privatelink or Google Cloud Private Service Connect?

Options:
A.

Standard

B.

Premium

C.

Enterprise

D.

Business Critical

Questions 104

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 105

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 106

A sales table FCT_SALES has 100 million records.

The following Query was executed

SELECT COUNT (1) FROM FCT__SALES;

How did Snowflake fulfill this query?

Options:
A.

Query against the result set cache

B.

Query against a virtual warehouse cache

C.

Query against the most-recently created micro-partition

D.

Query against the metadata excite

Questions 107

Which type of workload is recommended for Snowpark-optimized virtual warehouses?

Options:
A.

Workloads with ad hoc analytics

B.

Workloads that have large memory requirements

C.

Workloads with unpredictable data volumes for each query

D.

Workloads that are queried with small table scans and selective filters

Questions 108

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 109

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 110

What metadata is stored for each micro-partition? (Select TWO)

Options:
A.

The number of distinct values

B.

The clustering key used in the table

C.

The average depth of values for each of the columns

D.

The range of values for each of the columns in the full table

E.

The minimum and maximum values for each of the columns

Questions 111

Which tasks will help optimize virtual warehouse costs? (Select TWO)

Options:
A.

Enabling auto-suspend

B.

Limiting statement queue times

C.

Enabling multi-cluster warehouses

D.

Limiting statement timeout seconds

E.

Enabling auto-resume

Questions 112

Which command is used to unload data from a Snowflake table into a file in a stage?

Options:
A.

COPY INTO

B.

GET

C.

WRITE

D.

EXTRACT INTO

Questions 113

How does Snowflake support the use of structured and semi-structured data? (Select TWO)

Options:
A.

Structured data is supported through the use of traditional relational database tables, organized into rows and columns.

B.

Structured and semi-structured data are stored in separate physical storage locations; users must choose which type of data to use when creating a table.

C.

Semi-structured data is supported through the use of automatically indexed database tables.

D.

All semi-structured data is automatically converted into structured data when it is loaded into Snowflake.

E.

Users can load and query semi-structured data using SQL using the SQL semi-structured data handling functions.

Questions 114

Which statement will trigger a stream to advance its offset?

Options:
A.

DESCRIBE STREAM

B.

ALTER STREAM

C.

DROP STREM

D.

CREATE OR REPLACE STREAM

Questions 115

Which function, when combined with an INSERT statement, will insert semi-structured data into a VARIANT column?

Options:
A.

TO_JSON

B.

TO_VARCHAR

C.

PARSE_JSON

D.

OBJECT_INSERT

Questions 116

Which Snowflake tasks are managed in the cloud services layer? Select TWO.

Options:
A.

Performance tuning

B.

Query acceleration

C.

Metadata management

D.

Query processing

E.

Query parsing

Questions 117

Snowflake users can create a resource monitor at which levels? (Select TWO).

Options:
A.

User level

B.

Pipe level

C.

Account level

D.

Cloud services level

E.

Virtual warehouse level

Questions 118

How does the authorization associated with a pre-signed URL work for an unstructured file?

Options:
A.

Anyone who has the URL can access the referenced file for the life of the token.

B.

Only the user who generates the URL can use the URL to access the referenced file.

C.

Only the users who have roles with sufficient privileges on the URL can access the referenced file.

D.

The role specified in the GET REST API call must have sufficient privileges on the stage to access the referenced file using the URL.

Questions 119

Which Query Profile metrics can be used to determine if a query is pruning efficiently?

Options:
A.

Bytes read from result and Bytes written to result

B.

Partitions scanned and Partitions total

C.

Bytes spilled to local storage and Bytes spilled to remote storage

D.

Number of rows inserted and Number of rows updated

Questions 120

How should a Snowflake use ' configure a virtual warehouse to be in Maximized mode ' '

Options:
A.

Set the WAREHOUSES_SIZE to 6XL.

B.

Set the STATEMENT_TIMEOUT_1M_SECOMES to 0.

C.

Set the MAX_CONCURRENCY_LEVEL to a value of 12 or large.

D.

Set the same value for both MIN_CLUSTER_COUNT and MAX_CLUSTER_COUNT.