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

Questions 81

What tasks can an account administrator perform in the Data Exchange? (Select TWO).

Options:
A.

Add and remove members.

B.

Delete data categories.

C.

Approve and deny listing approval requests.

D.

Transfer listing ownership.

E.

Transfer ownership of a provider profile.

Snowflake COF-C03 Premium Access
Questions 82

Which commands can only be executed using SnowSQL? (Select TWO).

Options:
A.

COPY INTO

B.

GET

C.

LIST

D.

PUT

E.

REMOVE

Questions 83

How can a dropped internal stage be restored?

Options:
A.

Enable Time Travel.

B.

Clone the dropped stage.

C.

Execute the UNDROP command.

D.

Recreate the dropped stage.

Questions 84

Which type of loop requires a BREAK statement to stop executing?

Options:
A.

FOR

B.

LOOP

C.

REPEAT

D.

WHILE

Questions 85

A JSON file, that contains lots of dates and arrays, needs to be processed in Snowflake. The user wants to ensure optimal performance while querying the data.

How can this be achieved?

Options:
A.

Flatten the data and store it in structured data types in a flattened table. Query the table.

B.

Store the data in a table with a variant data type. Query the table.

C.

Store the data in a table with a vai : ant data type and include STRIP_NULL_VALUES while loading the table. Query the table.

D.

Store the data in an external stage and create views on top of it. Query the views.

Questions 86

Which statistics can be used to identify queries that have inefficient pruning? (Select TWO).

Options:
A.

Bytes scanned

B.

Bytes written to result

C.

Partitions scanned

D.

Partitions total

E.

Percentage scanned from cache

Questions 87

Which parameter can be set at the account level to set the minimum number of days for which Snowflake retains historical data in Time Travel?

Options:
A.

DATA_RETENTION_TIME_IN_DAYS

B.

MAX_DATA_EXTENSION_TIME_IN_DAYS

C.

MIN_DATA_RETENTION_TIME_IN_DAYS

D.

MAX CONCURRENCY LEVEL

Questions 88

What does SnowCD help Snowflake users to do?

Options:
A.

Copy data into files.

B.

Manage different databases and schemas.

C.

Troubleshoot network connections to Snowflake.

D.

Write SELECT queries to retrieve data from external tables.

Questions 89

How should clustering be used to optimize the performance of queries that run on a very large table?

Options:
A.

Manually re-cluster the table regularly.

B.

Choose one high cardinality column as the clustering key.

C.

Use the column that is most-frequently used in query select clauses as the clustering key.

D.

Assess the average table depth to identify how clustering is impacting the query.

Questions 90

Which metadata table will store the storage utilization information even for dropped tables?

Options:
A.

DATABASE_STORAGE_USAGE_HISTORY

B.

TABLE_STORAGE_METRICS

C.

STORAGE_DAILY_HISTORY

D.

STAGE STORAGE USAGE HISTORY

Questions 91

What will prevent unauthorized access to a Snowflake account from an unknown source?

Options:
A.

Network policy

B.

End-to-end encryption

C.

Multi-Factor Authentication (MFA)

D.

Role-Based Access Control (RBAC)

Questions 92

What is the purpose of the Snowflake SPLIT TO_TABLE function?

Options:
A.

To count the number of characters in a string

B.

To split a string into an array of sub-strings

C.

To split a string and flatten the results into rows

D.

To split a string and flatten the results into columns

Questions 93

Which command is used to start configuring Snowflake for Single Sign-On (SSO)?

Options:
A.

CREATE SESSION POLICY

B.

CREATE NETWORK RULE

C.

CREATE SECURITY INTEGRATION

D.

CREATE PASSWORD POLICY

Questions 94

What function can be used with the recursive argument to return a list of distinct key names in all nested elements in an object?

Options:
A.

FLATTEN

B.

GET_PATH

C.

CHECK_JSON

D.

PARSE JSON

Questions 95

What does a masking policy consist of in Snowflake?

Options:
A.

A single data type, with one or more conditions, and one or more masking functions

B.

A single data type, with only one condition, and only one masking function

C.

Multiple data types, with only one condition, and one or more masking functions

D.

Multiple data types, with one or more conditions, and one or more masking functions

Questions 96

What feature of Snowflake Continuous Data Protection can be used for maintenance of historical data?

Options:
A.

Access control

B.

Fail-safe

C.

Network policies

D.

Time Travel

Questions 97

Which operation can be performed on Snowflake external tables?

Options:
A.

INSERT

B.

JOIN

C.

RENAME

D.

ALTER

Questions 98

What Snowflake feature provides a data hub for secure data collaboration, with a selected group of invited members?

Options:
A.

Data Replication

B.

Secure Data Sharing

C.

Data Exchange

D.

Snowflake Marketplace

Questions 99

How is unstructured data retrieved from data storage?

Options:
A.

SQL functions like the GET command can be used to copy the unstructured data to a location on the client.

B.

SQL functions can be used to create different types of URLs pointing to the unstructured data. These URLs can be used to download the data to a client.

C.

SQL functions can be used to retrieve the data from the query results cache. When the query results are output to a client, the unstructured data will be output to the client as files.

D.

SQL functions can call on different web extensions designed to display different types of files as a web page. The web extensions will allow the files to be downloaded to the client.

Questions 100

Which Snowflake data types can be used to build nested hierarchical data? (Select TWO)

Options:
A.

INTEGER

B.

OBJECT

C.

VARIANT

D.

VARCHAR

E.

LIST