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

Questions 121

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.

Snowflake COF-C03 Premium Access
Questions 122

What types of data listings are available in the Snowflake Data Marketplace? (Choose two.)

Options:
A.

Reader

B.

Consumer

C.

Vendor

D.

Standard

E.

Personalized

Questions 123

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 124

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 125

Network policies can be set at which Snowflake levels? (Choose two.)

Options:
A.

Role

B.

Schema

C.

User

D.

Database

E.

Account

F.

Tables

Questions 126

What affects whether the query results cache can be used?

Options:
A.

If the query contains a deterministic function

B.

If the virtual warehouse has been suspended

C.

If the referenced data in the table has changed

D.

If multiple users are using the same virtual warehouse

Questions 127

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 128

Which tasks are performed in the Snowflake Cloud Services layer? (Choose two.)

Options:
A.

Management of metadata

B.

Computing the data

C.

Maintaining Availability Zones

D.

Infrastructure security

E.

Parsing and optimizing queries

Questions 129

In the Snowflake access control model, which entity owns an object by default?

Options:
A.

The user who created the object

B.

The SYSADMIN role

C.

Ownership depends on the type of object

D.

The role used to create the object

Questions 130

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 131

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 132

What is the maximum Time Travel retention period for a temporary Snowflake table?

Options:
A.

90 days

B.

1 day

C.

7 days

D.

45 days

Questions 133

Which command should be used to download files from a Snowflake stage to a local folder on a client ' s machine?

Options:
A.

PUT

B.

GET

C.

COPY

D.

SELECT

Questions 134

What is the default file size when unloading data from Snowflake using the COPY command?

Options:
A.

5 MB

B.

8 GB

C.

16 MB

D.

32 MB

Questions 135

Which file formats are supported for unloading data from Snowflake? (Choose two.)

Options:
A.

Avro

B.

JSON

C.

ORC

D.

XML

E.

Delimited (CSV, TSV, etc.)

Questions 136

A table needs to be loaded. The input data is in JSON format and is a concatenation of multiple JSON documents. The file size is 3 GB. A warehouse size small is being used. The following COPY INTO command was executed:

COPY INTO SAMPLE FROM @~/SAMPLE.JSON (TYPE=JSON)

The load failed with this error:

Max LOB size (16777216) exceeded, actual size of parsed column is 17894470.

How can this issue be resolved?

Options:
A.

Compress the file and load the compressed file.

B.

Split the file into multiple files in the recommended size range (100 MB - 250 MB).

C.

Use a larger-sized warehouse.

D.

Set STRIP_OUTER_ARRAY=TRUE in the COPY INTO command.

Questions 137

How many days is load history for Snowpipe retained?

Options:
A.

1 day

B.

7 days

C.

14 days

D.

64 days

Questions 138

What is an advantage of using an explain plan instead of the query profiler to evaluate the performance of a query?

Options:
A.

The explain plan output is available graphically.

B.

An explain plan can be used to conduct performance analysis without executing a query.

C.

An explain plan will handle queries with temporary tables and the query profiler will not.

D.

An explain plan ' s output will display automatic data skew optimization information.

Questions 139

In an auto-scaling multi-cluster virtual warehouse with the setting SCALING_POLICY = ECONOMY enabled, when is another cluster started?

Options:
A.

When the system has enough load for 2 minutes

B.

When the system has enough load for 6 minutes

C.

When the system has enough load for 8 minutes

D.

When the system has enough load for 10 minutes

Questions 140

What impacts the credit consumption of maintaining a materialized view? (Choose two.)

Options:
A.

Whether or not it is also a secure view

B.

How often the underlying base table is queried

C.

How often the base table changes

D.

Whether the materialized view has a cluster key defined

E.

How often the materialized view is queried