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

Questions 281

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.

Snowflake COF-C02 Premium Access
Questions 282

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 283

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 284

Which Snowflake layer is always leveraged when accessing a query from the result cache?

Options:
A.

Metadata

B.

Data Storage

C.

Compute

D.

Cloud Services