New Year Sale Special - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sntaclus

What can a schema in Snowflake contain? (Choose any 3 options)

A.

Views

B.

Tables

C.

Stage

D.

Virtual warehouses

What is Snowflake's primary security capability?

A.

Automated data masking

B.

Network perimeter defense

C.

Role-based access control (RBAC)

D.

End-to-end encryption for all data, in transit and at rest

What is a key feature of Snowflake notebooks?

A.

Command-line interface only

B.

Text-only data display

C.

Integrated environment for writing queries and visualizing results

D.

Manual hardware configuration

What is the LIST command used for in Snowflake?

A.

Lists all the users assigned to a given role.

B.

Lists all the files in a given stage.

C.

Lists all the tables in a specific schema.

D.

Lists all the privileges granted on a specific object.

Which data type in Snowflake is best suited for storing semi-structured data like JSON or Avro without a predefined schema?

A.

STRING

B.

TEXT

C.

VARCHAR

D.

VARIANT

Which types of stages are supported in Snowflake for data loading and unloading? (Select TWO)

A.

Managed Stages

B.

Permanent Stages

C.

Temporary Stages

D.

External Stages

E.

Internal Stages

What file formats can be loaded into Snowflake using the COPY INTO command? (Choose any 3 options)

A.

JSON

B.

XLS

C.

Parquet

D.

CSV

How do you drop a schema named "temp_schema" in Snowflake?

A.

DROP SCHEMA temp_schema;

B.

DROP DATABASE temp_schema;

C.

DELETE SCHEMA temp_schema;

D.

DROP VIEW temp_schema;

Which of the following components are included in a fully qualified name in Snowflake? (Choose any 3 options)

A.

Database name

B.

Role name

C.

Schema name

D.

Table or view name

Which SQL command is commonly used to load structured data from a stage into a Snowflake table?

A.

INSERT INTO

B.

COPY INTO

C.

LOAD DATA

D.

IMPORT DATA