Big Halloween Sale 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sale65best

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

Questions 61

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

Snowflake COF-C02 Premium Access
Questions 62

How can a Snowflake user traverse semi-structured data?

Options:
A.

Insert a colon (:) between the VARIANT column name and any first-level element.

B.

Insert a colon (:) between the VARIANT column name and any second-level element. C. Insert a double colon (: :) between the VARIANT column name and any first-level element.

C.

Insert a double colon (: :) between the VARIANT column name and any second-level element.

Questions 63

Which Snowflake feature provides increased login security for users connecting to Snowflake that is powered by Duo Security service?

Options:
A.

OAuth

B.

Network policies

C.

Single Sign-On (SSO)

D.

Multi-Factor Authentication (MFA)

Questions 64

What factors impact storage costs in Snowflake? (Select TWO).

Options:
A.

The account type

B.

The storage file format

C.

The cloud region used by the account

D.

The type of data being stored

E.

The cloud platform being used

Questions 65

When working with a managed access schema, who has the OWNERSHIP privilege of any tables added to the schema?

Options:
A.

The database owner

B.

The object owner

C.

The schema owner

D.

The Snowflake user's role

Questions 66

Which Snowflake table objects can be shared with other accounts? (Select TWO).

Options:
A.

Temporary tables

B.

Permanent tables

C.

Transient tables

D.

External tables

E.

User-Defined Table Functions (UDTFs)

Questions 67

For which use cases is running a virtual warehouse required? (Select TWO).

Options:
A.

When creating a table

B.

When loading data into a table

C.

When unloading data from a table

D.

When executing a show command

E.

When executing a list command

Questions 68

Which Snowflake database object can be used to track data changes made to table data?

Options:
A.

Tag

B.

Task

C.

Stream

D.

Stored procedure

Questions 69

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 70

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 71

When enabling access to unstructured data, which URL permits temporary access to a staged file without the need to grant privileges to the stage or to issue access tokens?

Options:
A.

File URL

B.

Scoped URL

C.

Relative URL

D.

Pre-Signed URL

Questions 72

Which Snowflake function is maintained separately from the data and helps to support features such as Time Travel, Secure Data Sharing, and pruning?

Options:
A.

Column compression

B.

Data clustering

C.

Micro-partitioning

D.

Metadata management

Questions 73

Which views are included in the DATA SHARING USAGE schema? (Select TWO).

Options:
A.

ACCESS_HISTORY

B.

DATA_TRANSFER_HISTORY

C.

WAREHOUSE_METERING_HISTORY

D.

MONETIZED_USAGE_DAILY

E.

LISTING TELEMETRY DAILY

Questions 74

Which Snowflake command can be used to unload the result of a query to a single file?

Options:
A.

Use COPY INTO followed by a GET command to download the file.

B.

Use COPY INTO followed by a put command to download the file.

C.

Use COPY INTO with SINGLE = TRUE followed by a GET command to download the file.

D.

Use COPY INTO with SINGLE = TRUE followed by a PUT command to download the file.

Questions 75

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 76

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 77

Which commands are restricted in owner's rights stored procedures? (Select TWO).

Options:
A.

SHOW

B.

MERGE

C.

INSERT

D.

DELETE

E.

DESCRIBE

Questions 78

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 79

A tag object has been assigned to a table (TABLE_A) in a schema within a Snowflake database.

Which CREATE object statement will automatically assign the TABLE_A tag to a target object?

Options:
A.

CREATE TABLE LIKE TABLE_A;

B.

CREATE VIEW AS SELECT * FROM TABLE_A;

C.

CREATE TABLE AS SELECT * FROM TABLE_A;

D.

CREATE MATERIALIZED VIEW AS SELECT * FROM TABLE A;

Questions 80

Which data types can be used in Snowflake to store semi-structured data? (Select TWO)

Options:
A.

ARRAY

B.

BLOB

C.

CLOB

D.

JSON

E.

VARIANT