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 are the possible values within a METADATASACTION column in a Snowflake stream? (Select TWO).

Options:
A.

INSERT

B.

UPDATE

C.

DELETE

D.

TRUNCATE

E.

UPSERT

Snowflake COF-C03 Premium Access
Questions 82

What will be the result of this command?

SELECT value FROM LATERAL FLATTEN(input = > parse_json( ' [1, 2, 3] ' ));

Options:
A.

It will return a single row with three columns with values 1, 2, and 3.

B.

It will return a single row with the values 1, 2, and 3 concatenated.

C.

It will return a single row with the array [1, 2, 3].

D.

It will return three rows with the values 1, 2, and 3.

Questions 83

Which privilege is required to access a virtual warehouse load chart?

Options:
A.

MONITOR

B.

OPERATE

C.

USAGE

D.

READ

Questions 84

Which privilege allows a user to change the state of a virtual warehouse that was set to AUTO_RESUME = FALSE?

Options:
A.

APPLYBUDGET

B.

MONITOR

C.

OPERATE

D.

USAGE

Questions 85

What command is used to unload data from a Snowflake table to a local file system?

Options:
A.

COPY INTO < location >

B.

GET

C.

LIST

D.

REMOVE

Questions 86

A user has been granted the APPLY privilege on a masking policy that partially masks customer telephone numbers. Which additional privilege must be granted so that the user can apply the masking policy to the relevant columns?

Options:
A.

SELECT on the relevant tables or views

B.

USAGE on the parent database and schemas

C.

USAGE on the parent schemas and SELECT on the relevant tables or views

D.

USAGE on the parent database and schemas and SELECT on the relevant tables or views

Questions 87

What is a Snowflake recommendation for the use of key pair authentication?

Options:
A.

Keys should be stored in a secure location on the ACCOUNTADMIN file system.

B.

Operator access should be limited to read-only access.

C.

Key pair rotation should be automated.

D.

Role access should be designed to cover the operations that the user account anticipates needing.

Questions 88

What Snowflake objects can contain custom application logic written in JavaScript? (Select TWO)

Options:
A.

Stored procedures

B.

Stages

C.

Tasks

D.

Views

E.

User-Defined Functions (UDFs)

Questions 89

When a replication schedule is set, how does Snowflake manage refreshes for failover groups?

Options:
A.

Multiple refreshes will run concurrently.

B.

Only one refresh will run at a time.

C.

Refreshes will run regardless of role privileges.

D.

If the current refresh was delayed, the next scheduled refresh will be canceled.

Questions 90

What is the impact of removing some of the privileges granted to a role?

Options:
A.

The role will retain all privileges until a new session is started.

B.

The role will lose access to objects that are not granted to the updated role.

C.

The user will have to reinstate the role using the USE ROLE command after the change.

D.

Any users who are actively using the role will have their current session terminated.

Questions 91

Which semi-structured file format is a compressed, efficient, columnar data representation?

Options:
A.

Avro

B.

JSON

C.

TSV

D.

Parquet

Questions 92

Snowflake ' s access control framework combines which models for securing data? (Select TWO).

Options:
A.

Attribute-based Access Control (ABAC 1

B.

Discretionary Access Control (DAC)

C.

Access Control List (ACL)

D.

Role-based Access Control (RBAC)

E.

Rule-based Access Control (RuBAC)

Questions 93

What should be considered before implementing a Data Clean Room?

Options:
A.

SQL queries can be run against the data in the clean room.

B.

Providers can only configure and share clean rooms with users in other Snowflake accounts.

C.

Consumers must be approved by a clean room administrator before they can be invited.

D.

All participating accounts must be in the same geographic region.

Questions 94

A Snowflake user creates this stored procedure:

PROCEDURE SALES_REPORT(MONTH INT, YEAR INT);

Which statement will remove the stored procedure?

Options:
A.

DROP PROCEDURE SALES_REPORT(MONTH INT, YEAR INT);

B.

DROP PROCEDURE SALES_REPORT(INT, INT);

C.

DROP PROCEDURE SALES_REPORT(MONTH, YEAR);

D.

DROP PROCEDURE SALES_REPORT;

Questions 95

How does the search optimization service help Snowflake users improve query performance?

Options:
A.

It scans the micro-partitions based on the joins used in the queries and scans only join columns.

B.

II maintains a persistent data structure that keeps track of the values of the table ' s columns m each of its micro-partitions.

C.

It scans the local disk cache to avoid scans on the tables used in the Query.

D.

It keeps track of running queries and their results and saves those extra scans on the table.

Questions 96

Which Snowflake feature is used to track sensitive data to ensure compliance, identify data, and monitor resource usage?

Options:
A.

Data classification

B.

Data quality monitoring

C.

Object tagging

D.

Multi-Factor Authentication (MFA)

Questions 97

When unloading data, which file format will keep floating-point number column data without truncating it?

Options:
A.

XML

B.

JSON

C.

Parquet

D.

CSV

Questions 98

A user creates a stage using the following command:

What will be the outcome?

Options:
A.

A stage with a directory table set to automatically refresh will be created.

B.

A stage with a directory table that has metadata that must be manually refreshed will be created.

C.

An error will be received stating that the storage location for the stage must be identified when creating a stage with a directory table.

D.

The command will fail to run because the name of the directory table is not specified.

Questions 99

When working with a secure view that will be shared with other Snowflake accounts, which functions will return a NULL value? Select TWO.

Options:
A.

CURRENT_ACCOUNT_NAME()

B.

CURRENT_ROLE()

C.

CURRENT_REGION()

D.

CURRENT_SESSION()

E.

CURRENT_USER()

Questions 100

What action should be taken if a large number of concurrent queries are queued in a virtual warehouse?

Options:
A.

Scale-up by resizing the warehouse.

B.

Scale-out with a multi-cluster warehouse.

C.

Disable auto-suspend on the warehouse.

D.

Enable auto-resume on the warehouse.