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

Free Snowflake SOL-C01 Practice Exam with Questions & Answers | Set: 2

Questions 11

Changing the size of a virtual warehouse from a Medium to a Large refers to what type of warehouse tuning?

Options:
A.

Scaling down

B.

Scaling in

C.

Scaling out

D.

Scaling up

Snowflake SOL-C01 Premium Access
Questions 12

What is the SHOW GRANTS SQL command primarily used for?

Options:
A.

To view the history of data loads.

B.

To display all privileges granted to a role or user.

C.

To list all active users in the account.

D.

To show current warehouse credit usage.

Questions 13

Which of the following is true about Snowflake clones?

Options:
A.

Clones consume the same storage as the original object.

B.

Clones initially consume minimal/no storage, with storage only being used for changes made to the clone or the original

C.

Clones can only be created from databases, not tables or schemas.

D.

Clones are automatically synchronized with the original object.

Questions 14

Which Snowflake object is a logical container for schemas and other database objects?

Options:
A.

Schema

B.

View

C.

Table

D.

Database

Questions 15

What are the three key layers of Snowflake's architecture?

Options:
A.

Data Repository, Compute Clusters, Metadata Management

B.

Authentication, Access Control, Cloud Services

C.

Database Storage, ODBC Drivers, Virtual Warehouses

D.

Data Storage, Query Processing, Cloud Services

Questions 16

What is the purpose of the PARSE_JSON function in Snowflake?

Options:
A.

Storing JSON data in its PARSE format

B.

Converting JSON data to XML format

C.

Loading JSON data from external stages

D.

Parsing JSON data into relational table format

Questions 17

How can you load JSON data into a Snowflake table from stage?

Options:
A.

Use the INSERT INTO command

B.

Use the COPY INTO command

C.

Use the LOAD DATA command

D.

Use the UPLOAD JSON command