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

Questions 161

What are supported file formats for unloading data from Snowflake? (Choose three.)

Options:
A.

XML

B.

JSON

C.

Parquet

D.

ORC

E.

AVRO

F.

CSV

Snowflake COF-C03 Premium Access
Questions 162

What happens to historical data when the retention period for an object ends?

Options:
A.

The data is cloned into a historical object.

B.

The data moves to Fail-safe

C.

Time Travel on the historical data is dropped.

D.

The object containing the historical data is dropped.

Questions 163

Which columns are part of the result set of the Snowflake LATERAL FLATTEN command? (Choose two.)

Options:
A.

CONTENT

B.

PATH

C.

BYTE_SIZE

D.

INDEX

E.

DATATYPE

Questions 164

Which Snowflake feature allows a user to substitute a randomly generated identifier for sensitive data, in order to prevent unauthorized users access to the data, before loading it into Snowflake?

Options:
A.

External Tokenization

B.

External Tables

C.

Materialized Views

D.

User-Defined Table Functions (UDTF)

Questions 165

The is the minimum Fail-safe retention time period for transient tables?

Options:
A.

1 day

B.

7 days

C.

12 hours

D.

0 days

Questions 166

Which of the following describes a Snowflake stored procedure?

Options:
A.

They can be created as secure and hide the underlying metadata from the user.

B.

They can only access tables from a single database.

C.

They can contain only a single SQL statement.

D.

They can be created to run with a caller ' s rights or an owner ' s rights.

Questions 167

Which Snowflake SQL statement would be used to determine which users and roles have access to a role called MY_ROLE?

Options:
A.

SHOW GRANTS OF ROLE MY_ROLE

B.

SHOW GRANTS TO ROLE MY_ROLE

C.

SHOW GRANTS FOR ROLE MY_ROLE

D.

SHOW GRANTS ON ROLE MY_ROLE

Questions 168

How long is the Fail-safe period for temporary and transient tables?

Options:
A.

There is no Fail-safe period for these tables.

B.

1 day

C.

7 days

D.

31 days

E.

90 days

Questions 169

The Snowflake Search Optimization Services supports improved performance of which kind of query?

Options:
A.

Queries against large tables where frequent DML occurs

B.

Queries against tables larger than 1 TB

C.

Selective point lookup queries

D.

Queries against a subset of columns in a table

Questions 170

Which Snowflake function will interpret an input string as a JSON document, and produce a VARIANT value?

Options:
A.

parse_json()

B.

json_extract_path_text()

C.

object_construct()

D.

flatten

Questions 171

Which services does the Snowflake Cloud Services layer manage? (Choose two.)

Options:
A.

Compute resources

B.

Query execution

C.

Authentication

D.

Data storage

E.

Metadata

Questions 172

Which of the following objects are contained within a schema? (Choose two.)

Options:
A.

Role

B.

Stream

C.

Warehouse

D.

External table

E.

User

F.

Share

Questions 173

What do the terms scale up and scale out refer to in Snowflake? (Choose two.)

Options:
A.

Scaling out adds clusters of the same size to a virtual warehouse to handle more concurrent queries.

B.

Scaling out adds clusters of varying sizes to a virtual warehouse.

C.

Scaling out adds additional database servers to an existing running cluster to handle more concurrent queries.

D.

Snowflake recommends using both scaling up and scaling out to handle more concurrent queries.

E.

Scaling up resizes a virtual warehouse so it can handle more complex workloads.

F.

Scaling up adds additional database servers to an existing running cluster to handle larger workloads.

Questions 174

What is the minimum Snowflake edition required to use Dynamic Data Masking?

Options:
A.

Standard

B.

Enterprise

C.

Business Critical

D.

Virtual Private Snowflake (VPC)

Questions 175

Which of the following features are available with the Snowflake Enterprise edition? (Choose two.)

Options:
A.

Database replication and failover

B.

Automated index management

C.

Customer managed keys (Tri-secret secure)

D.

Extended time travel

E.

Native support for geospatial data

Questions 176

Why does Snowflake recommend file sizes of 100-250 MB compressed when loading data?

Options:
A.

Optimizes the virtual warehouse size and multi-cluster setting to economy mode

B.

Allows a user to import the files in a sequential order

C.

Increases the latency staging and accuracy when loading the data

D.

Allows optimization of parallel operations

Questions 177

How does Snowflake Fail-safe protect data in a permanent table?

Options:
A.

Fail-safe makes data available up to 1 day, recoverable by user operations.

B.

Fail-safe makes data available for 7 days, recoverable by user operations.

C.

Fail-safe makes data available for 7 days, recoverable only by Snowflake Support.

D.

Fail-safe makes data available up to 1 day, recoverable only by Snowflake Support.

Questions 178

Which methods can be used to delete staged files from a Snowflake stage? (Choose two.)

Options:
A.

Use the DROP < file > command after the load completes.

B.

Specify the TEMPORARY option when creating the file format.

C.

Specify the PURGE copy option in the COPY INTO < table > command.

D.

Use the REMOVE command after the load completes.

E.

Use the DELETE LOAD HISTORY command after the load completes.

Questions 179

When cloning a database containing stored procedures and regular views, that have fully qualified table references, which of the following will occur?

Options:
A.

The cloned views and the stored procedures will reference the cloned tables in the cloned database.

B.

An error will occur, as views with qualified references cannot be cloned.

C.

An error will occur, as stored objects cannot be cloned.

D.

The stored procedures and views will refer to tables in the source database.

Questions 180

Which command sets the Virtual Warehouse for a session?

Options:
A.

COPY WAREHOUSE FROM < < config file > > ;

B.

SET WAREHOUSE = < < warehouse name > > ;

C.

USE WAREHOUSE < < warehouse name > > ;

D.

USE VIRTUAL_WAREHOUSE < < warehouse name > > ;