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

COF-C02 Snowflake Exam Lab Questions

Page: 3 / 71
Total 948 questions

SnowPro Core Certification Exam Questions and Answers

Question 9

Which command will identify the names of files that are in a Snowflake stage?

Options:

A.

DESCRIBE FILE FORMAT

B.

SHOW FILE FORMAT

C.

LIST

D.

SELECT $1 FROM

Question 10

How does Snowflake support the use of structured and semi-structured data? (Select TWO)

Options:

A.

Structured data is supported through the use of traditional relational database tables, organized into rows and columns.

B.

Structured and semi-structured data are stored in separate physical storage locations; users must choose which type of data to use when creating a table.

C.

Semi-structured data is supported through the use of automatically indexed database tables.

D.

All semi-structured data is automatically converted into structured data when it is loaded into Snowflake.

E.

Users can load and query semi-structured data using SQL using the SQL semi-structured data handling functions.

Question 11

Which command will create an ARRAY output from inputs 'a' and 'b'?

Options:

A.

ARRAY_CONSTRUCT('a', 'b');

B.

TO_ARRAY('a', 'b');

C.

AS_ARRAY('a', 'b');

D.

LISTAGG('a', 'b');

Question 12

What will happen to partitions if a table is cloned and the original table type is then changed from permanent to transient?

Options:

A.

Old partitions will not be changed to transient, but any new partitions added to the clone will follow the transient lifecycle.

B.

Old partitions will be changed to transient, and any new partitions added to the clone will follow the transient lifecycle.

C.

Both old and new partitions will be changed to transient, but the original table will keep the original table type.

D.

Both old and new partitions will be changed to transient, and the original table type will change to transient.

Page: 3 / 71
Total 948 questions