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

Questions 281

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

Snowflake COF-C02 Premium Access
Questions 282

Which Snowflake feature allows a user to track sensitive data for compliance, discovery, protection, and resource usage?

Options:
A.

Tags

B.

Comments

C.

Internal tokenization

D.

Row access policies

Questions 283

What happens to the objects in a reader account when the DROP MANAGED ACCOUNT command is executed?

Options:
A.

The objects are dropped.

B.

The objects enter the Fail-safe period.

C.

The objects enter the Time Travel period.

D.

The objects are immediately moved to the provider account.

Questions 284

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

Options:
A.

FOR

B.

LOOP

C.

REPEAT

D.

WHILE

Questions 285

What is the purpose of a Query Profile?

Options:
A.

To profile how many times a particular query was executed and analyze its u^age statistics over time.

B.

To profile a particular query to understand the mechanics of the query, its behavior, and performance.

C.

To profile the user and/or executing role of a query and all privileges and policies applied on the objects within the query.

D.

To profile which queries are running in each warehouse and identify proper warehouse utilization and sizing for better performance and cost balancing.

Questions 286

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.

Questions 287

Which Snowflake view is used to support compliance auditing?

Options:
A.

ACCESS_HISTORY

B.

COPY_HISTORY

C.

QUERY_HISTORY

D.

ROW ACCESS POLICIES

Questions 288

What objects in Snowflake are supported by Dynamic Data Masking? (Select TWO). '

Options:
A.

Views

B.

Materialized views

C.

Tables

D.

External tables

E.

Future grants

Questions 289

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 290

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 291

Which object can be used with Secure Data Sharing?

Options:
A.

View

B.

Materialized view

C.

External table

D.

User-Defined Function (UDF)

Questions 292

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

Options:
A.

Use COPY INTO < external stage > followed by a GET command to download the file.

B.

Use COPY INTO < internal stage > followed by a put command to download the file.

C.

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

D.

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

Questions 293

A column named " Data " contains VARIANT data and stores values as follows:

How will Snowflake extract the employee ' s name from the column data?

Options:
A.

Data:employee.name

B.

DATA:employee.name

C.

data:Employee.name

D.

data:employee.name

Questions 294

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 295

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

Questions 296

What information is found within the Statistic output in the Query Profile Overview?

Options:
A.

Operator tree

B.

Table pruning

C.

Most expensive nodes

D.

Nodes by execution time

Questions 297

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 298

What type of query will benefit from the query acceleration service?

Options:
A.

Queries without filters or aggregation

B.

Queries with large scans and selective filters

C.

Queries where the GROUP BY has high cardinality

D.

Queries of tables that have search optimization service enabled

Questions 299

Which Snowflake role can manage any object grant globally, including modifying and revoking grants?

Options:
A.

USERADMIN

B.

ORGADMIN

C.

SYSADMIN

D.

SECURITYADMIN

Questions 300

Which VALIDATION_MODE value will return the errors across the files specified in a COPY command, including files that were partially loaded during an earlier load?

Options:
A.

RETURN_-1_R0WS

B.

RETURN_n_ROWS

C.

RETURN_ERRORS

D.

RETURN ALL ERRORS