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

Questions 61

What can a Snowflake user do in the Admin area of Snowsight?

Options:
A.

Analyze query performance.

B.

Write queries and execute them.

C.

Provide an overview of the listings in the Snowflake Marketplace.

D.

Connect to Snowflake partners to explore extended functionality.

Snowflake COF-C03 Premium Access
Questions 62

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.

Permanent storage of micro-partitions

Questions 63

A data provider wants to share data with a consumer who does not have a Snowflake account. The provider creates a reader account for the consumer following these steps:

1. Created a user called " CONSUMER "

2. Created a database to hold the share and an extra-small warehouse to query the data

3. Granted the role PUBLIC the following privileges: Usage on the warehouse, database, and schema, and SELECT on all the objects in the share

Based on this configuration what is true of the reader account?

Options:
A.

The reader account will automatically use the Standard edition of Snowflake.

B.

The reader account compute will be billed to the provider account.

C.

The reader account can clone data the provider has shared, but cannot re-share it.

D.

The reader account can create a copy of the shared data using CREATE TABLE AS...

Questions 64

Which feature is integrated to support Multi-Factor Authentication (MFA) at Snowflake?

Options:
A.

Authy

B.

Duo Security

C.

One Login

D.

RSA SecurlD Access

Questions 65

Which semi-structured data function interprets an input string as a JSON document that produces a VARIANT value?

Options:
A.

PARSE_JSON

B.

CHECK_JSON

C.

JSON_EXTRACT_PATH_TEXT

D.

PARSE_XML

Questions 66

Which feature allows a user the ability to control the organization of data in a micro-partition?

Options:
A.

Range Partitioning

B.

Search Optimization Service

C.

Automatic Clustering

D.

Horizontal Partitioning

Questions 67

What MINIMUM privilege is required on the external stage for any role in the GET REST API to access unstructured data files using a file URL?

Options:
A.

READ

B.

OWNERSHIP

C.

USAGK

D.

WRTTF

Questions 68

Which of the following activities consume virtual warehouse credits in the Snowflake environment? (Choose two.)

Options:
A.

Caching query results

B.

Running EXPLAIN and SHOW commands

C.

Cloning a database

D.

Running a custom query

E.

Running COPY commands

Questions 69

What is the recommended way to change the existing file format type in my format from CSV to JSON?

Options:
A.

ALTER FILE FORMAT my_format SET TYPE=JSON;

B.

ALTER FILE FORMAT my format SWAP TYPE WITH JSON;

C.

CREATE OR REPLACE FILE FORMAT my format TYPE-JSON;

D.

REPLACE FILE FORMAT my format TYPE-JSON;

Questions 70

Which activities are included in the Cloud Sen/ices layer? (Select TWO).

Options:
A.

Data storage

B.

Dynamic data masking

C.

Partition scanning

D.

User authentication

E.

Infrastructure management

Questions 71

What type of columns does Snowflake recommend to be used as clustering keys? (Select TWO).

Options:
A.

A VARIANT column

B.

A column with very low cardinality

C.

A column with very high cardinality

D.

A column that is most actively used in selective filters

E.

A column that is most actively used in join predicates

Questions 72

What is a characteristic of the Snowflake Query Profile?

Options:
A.

It can provide statistics on a maximum number of 100 queries per week.

B.

It provides a graphic representation of the main components of the query processing.

C.

It provides detailed statistics about which queries are using the greatest number of compute resources.

D.

It can be used by third-party software using the Query Profile API.

Questions 73

How can a user change which columns are referenced in a view?

Options:
A.

Modify the columns in the underlying table

B.

Use the ALTER VIEW command to update the view

C.

Recreate the view with the required changes

D.

Materialize the view to perform the changes

Questions 74

How long does Snowflake retain information in the ACCESS HISTORY view?

Options:
A.

7 days

B.

14 days

C.

28 days

D.

365 days

Questions 75

Query parsing and compilation occurs in which architecture layer of the Snowflake Cloud Data Platform?

Options:
A.

Cloud services layer

B.

Compute layer

C.

Storage layer

D.

Cloud agnostic layer

Questions 76

Which REST API can be used with unstructured data?

Options:
A.

inscrtFilcs

B.

insertReport

C.

GET /api/tiles/

D.

loadHistoryScan

Questions 77

Data storage for individual tables can be monitored using which commands and/or objects? (Choose two.)

Options:
A.

SHOW STORAGE BY TABLE;

B.

SHOW TABLES;

C.

Information Schema - > TABLE_HISTORY

D.

Information Schema - > TABLE_FUNCTION

E.

Information Schema - > TABLE_STORAGE_METRICS

Questions 78

When should a user consider disabling auto-suspend for a virtual warehouse? (Select TWO).

Options:
A.

When users will be using compute at different times throughout a 24/7 period

B.

When managing a steady workload

C.

When the compute must be available with no delay or lag time

D.

When the user does not want to have to manually turn on the warehouse each time it is needed

E.

When the warehouse is shared across different teams

Questions 79

A Snowflake account has activated federated authentication.

What will occur when a user with a password that was defined by Snowflake attempts to log in to Snowflake?

Options:
A.

The user will be unable to enter a password.

B.

The user will encounter an error, and will not be able to log in.

C.

The user will be able to log into Snowflake successfully.

D.

After entering the username and password, the user will be redirected to an Identity Provider (IdP) login page.

Questions 80

What are valid sub-clauses to the OVER clause for a window function? (Select TWO).

Options:
A.

GROUP BY

B.

LIMIT

C.

ORDER BY

D.

PARTITION BY

E.

UNION ALL