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

How are privileges inherited in the Snowflake role hierarchy?

A.

Privileges are only inherited by direct child roles in the hierarchy.

B.

Privileges are inherited by any roles at the same level in the hierarchy.

C.

Privileges are inherited by any roles above a given role in the hierarchy.

D.

Privileges are only inherited by the direct parent role in the hierarchy.

What does the SELECT * statement do in a Snowflake query?

A.

Retrieves all columns from a specified table or view

B.

Retrieves only distinct values

C.

Retrieves only the primary key column

D.

Retrieves a limited number of rows

Which of the following is true about Snowflake clones?

A.

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

B.

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

C.

Clones consume the same storage as the original object.

D.

Clones are automatically synchronized with the original object.

What are virtual warehouses in Snowflake?

A.

A compute resource

B.

A worksheet for writing queries

C.

A type of user account

D.

A storage location for data files

How do you enable a Directory Table for an external stage in Snowflake?

A.

By default, Directory Tables are enabled

B.

Using the command CREATE DIRECTORY TABLE ...

C.

By setting the ENABLE_DIRECTORY_TABLE property to TRUE on the external stage using ALTER STAGE ... SET ENABLE_DIRECTORY_TABLE = TRUE

D.

By creating a view on the external stage

Which of the following are key components of Snowflake's RBAC system? (Choose any 3 options)

A.

Permissions

B.

Roles

C.

Privileges

D.

Users

What does a red checkmark next to a cell in a Snowflake notebook signify?

A.

The cell has errors

B.

The cell is currently running

C.

The cell has completed execution successfully

D.

The cell is paused

What is the CREATE FILE FORMAT command used for in Snowflake?

A.

To delete a file format

B.

To define the format of data files for processing

C.

To modify an existing file format in a table

D.

To create a new table

What is a share?

A.

A Snowflake object that can only be accessed by using a reader account.

B.

A Snowflake object that holds all of the information required to share a database.

C.

A Snowflake object that holds all the information required to replicate data into a secondary account.

D.

A Snowflake object that holds the metrics about table data that has been shared outside of Snowflake.

Which Snowflake Cortex LLM function allows a user to specify which model will be used?

A.

COMPLETE

B.

SENTIMENT

C.

SUMMARIZE

D.

TRANSLATE