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

Questions 261

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-C02 Premium Access
Questions 262

A user created a transient table and made several changes to it over the course of several days. Three days after the table was created, the user would like to go back to the first version of the table.

How can this be accomplished?

Options:
A.

Use Time Travel, as long as DATA_RETENTION_TIME_IN_DAYS was set to at least 3 days.

B.

The transient table version cannot be retrieved after 24 hours.

C.

Contact Snowflake Support to have the data retrieved from Fail-safe storage.

D.

Use the FAIL_SAFE parameter for Time Travel to retrieve the data from Fail-safe storage.

Questions 263

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 264

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 265

A user is preparing to load data from an external stage

Which practice will provide the MOST efficient loading performance?

Options:
A.

Organize files into logical paths

B.

Store the files on the external stage to ensure caching is maintained

C.

Use pattern matching for regular expression execution

D.

Load the data in one large file

Questions 266

The Snowflake Cloud Data Platform is described as having which of the following architectures?

Options:
A.

Shared-disk

B.

Shared-nothing

C.

Multi-cluster shared data

D.

Serverless query engine

Questions 267

The following JSON is stored in a VARIANT column called src of the CAR_SALES table:

COF-C02 Question 267

A user needs to extract the dealership information from the JSON.

How can this be accomplished?

Options:
A.

select src:dealership from car_sales;

B.

select src.dealership from car_sales;

C.

select src:Dealership from car_sales;

D.

select dealership from car_sales;

Questions 268

Which SQL commands, when committed, will consume a stream and advance the stream offset? (Choose two.)

Options:
A.

UPDATE TABLE FROM STREAM

B.

SELECT FROM STREAM

C.

INSERT INTO TABLE SELECT FROM STREAM

D.

ALTER TABLE AS SELECT FROM STREAM

E.

BEGIN COMMIT

Questions 269

What are the correct parameters for time travel and fail-safe in the Snowflake Enterprise Edition?

Options:
A.

Default Time Travel Retention is set to 0 days.Maximum Time Travel Retention is 30 days.Fail Safe retention time is 1 day.

B.

Default Time Travel Retention is set to 1 day.Maximum Time Travel Retention is 365 days.Fail Safe retention time is 7 days.

C.

Default Time Travel Retention is set to 0 days.Maximum Time Travel Retention is 90 days.Fail Safe retention time is 7 days.

D.

Default Time Travel Retention is set to 1 day.Maximum Time Travel Retention is 90 days.Fail Safe retention time is 7 days.

E.

Default Time Travel Retention is set to 7 days.Maximum Time Travel Retention is 1 day.Fail Safe retention time is 90 days.

F.

Default Time Travel Retention is set to 90 days.Maximum Time Travel Retention is 7 days.Fail Safe retention time is 356 days.

Questions 270

A company needs to allow some users to see Personally Identifiable Information (PII) while limiting other users from seeing the full value of the PII.

Which Snowflake feature will support this?

Options:
A.

Row access policies

B.

Data masking policies

C.

Data encryption

D.

Role based access control

Questions 271

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 272

Which of the following is a data tokenization integration partner?

Options:
A.

Protegrity

B.

Tableau

C.

DBeaver

D.

SAP

Questions 273

Which of the following are characteristics of Snowflake virtual warehouses? (Choose two.)

Options:
A.

Auto-resume applies only to the last warehouse that was started in a multi-cluster warehouse.

B.

The ability to auto-suspend a warehouse is only available in the Enterprise edition or above.

C.

SnowSQL supports both a configuration file and a command line option for specifying a default warehouse.

D.

A user cannot specify a default warehouse when using the ODBC driver.

E.

The default virtual warehouse size can be changed at any time.

Questions 274

What is true about sharing data in Snowflake? (Choose two.)

Options:
A.

The Data Consumer pays for data storage as well as for data computing.

B.

The shared data is copied into the Data Consumer account, so the Consumer can modify it without impacting the base data of the Provider.

C.

A Snowflake account can both provide and consume shared data.

D.

The Provider is charged for compute resources used by the Data Consumer to query the shared data.

E.

The Data Consumer pays only for compute resources to query the shared data.

Questions 275

A running virtual warehouse is suspended.

What is the MINIMUM amount of time that the warehouse will incur charges for when it is restarted?

Options:
A.

1 second

B.

60 seconds

C.

5 minutes

D.

60 minutes

Questions 276

Assume there is a table consisting of five micro-partitions with values ranging from A to Z.

Which diagram indicates a well-clustered table?

Options:
A.

B.

C.

D.

Questions 277

True or False: Snowpipe via REST API can only reference External Stages as source.

Options:
A.

True

B.

False

Questions 278

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 279

What are common issues found by using the Query Profile? (Choose two.)

Options:
A.

Identifying queries that will likely run very slowly before executing them

B.

Locating queries that consume a high amount of credits

C.

Identifying logical issues with the queries

D.

Identifying inefficient micro-partition pruning

E.

Data spilling to a local or remote disk

Questions 280

What are the responsibilities of Snowflake's Cloud Service layer? (Choose three.)

Options:
A.

Authentication

B.

Resource management

C.

Virtual warehouse caching

D.

Query parsing and optimization

E.

Query execution

F.

Physical storage of micro-partitions