Big Cyber Monday Sale 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: save70

Snowflake SOL-C01 Based on Real Exam Environment

Page: 2 / 16
Total 214 questions

SnowPro Associate: Platform Certification Exam Questions and Answers

Question 5

How do you specify a custom delimiter for a CSV file when using COPY INTO

?

Options:

A.

Using the FIELD_DELIMITER file format option

B.

Using the FIELD_SEPARATOR stage property.

C.

Using the DELIMITER_CHAR table property.

D.

Using the COLUMN_SEPARATOR query parameter

Question 6

What will be returned when a user runs this command?

SELECT count FROM my_table LIMIT 10;

Options:

A.

A non-deterministic set of 10 values in the count column.

B.

The highest 10 values in the count column.

C.

All values in the count column that are less than or equal to 10.

D.

The lowest 10 values in the count column.

Question 7

What is the purpose of the COPY INTO SQL command?

Options:

A.

To copy data into a virtual warehouse

B.

To copy data from one table into another

C.

To load data from a stage into a table

D.

To duplicate all files on a stage

loads data from staged files (internal or external stages) into a Snowflake table.

It supports pattern matching, file formats, error-handling modes, and parallel loading.

It does not move files, does not load to a warehouse (warehouses only supply compute), and table-to-table copying uses INSERT INTO…SELECT.

==================

Question 8

What is the impact of enabling auto-suspend on a Snowflake virtual warehouse?

Options:

A.

The size of the warehouse will adjust automatically, improving query performance.

B.

The warehouse will be dropped after a specified period of inactivity.

C.

The warehouse will be stopped after a specified period of inactivity, reducing costs.

D.

The warehouse costs will stabilize from month-to-month.

Page: 2 / 16
Total 214 questions