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

What is the purpose of the COMPLETE function in Snowflake Cortex?

A.

To parse documents

B.

To translate languages

C.

To classify text

D.

To generate text completions based on a given prompt

What parameter is used to define how long Time Travel can be used to access a table?

A.

DATE_OUTPUT_FORMAT

B.

DATA_RETENTION_TIME_IN_DAYS

C.

TIMEZONE

D.

USE_CACHED_RESULT

Given a table named MY_TABLE, which SQL statement would create a clone named MY_TABLE_CLONE?

A.

COPY TABLE MY_TABLE TO MY_TABLE_CLONE;

B.

CREATE TABLE MY_TABLE_CLONE CLONE MY_TABLE;

C.

BACKUP TABLE MY_TABLE TO MY_TABLE_CLONE;

D.

RESTORE TABLE MY_TABLE TO MY_TABLE_CLONE;

What are characteristics of the Snowflake Platform? (Select TWO).

A.

Snowflake supports column-level security not row-level security.

B.

Snowflake is responsible for all data security.

C.

Snowflake handles platform maintenance, management, and upgrades.

D.

There is no infrastructure to provision and maintain.

E.

Snowflake can run on private infrastructures on-premises.

Which of the following can be cloned using Snowflake's Cloning feature? (Choose any 3 options)

A.

Databases

B.

Schemas

C.

Roles

D.

Tables

What are computer language considerations when using Snowflake interfaces? (Select TWO).

A.

Notebook cells can be written in Python.

B.

Databases can process queries using Scala.

C.

Notebook cells can be written in SQL.

D.

Worksheets can only be written in SQL.

E.

Dashboards can be written in JavaScript.

What is a benefit of using an external stage to load data into Snowflake?

A.

External stages reduce data storage costs because data is stored outside Snowflake.

B.

External stages provide automatic data purging after successful loads.

C.

External stages are more secure than internal stages for sensitive data.

D.

External stages reduce the number of objects in a database.

Which command is used to grant privileges to a role in Snowflake?

A.

ASSIGN

B.

CREATE

C.

REVOKE

D.

GRANT

Which function would you use to determine the sentiment of a customer review in Snowflake Cortex?

A.

TRANSLATE

B.

COMPLETE

C.

SENTIMENT

D.

PARSE_DOCUMENT

What is the default Time Travel retention period for standard tables in Snowflake?

A.

0 days

B.

1 day

C.

7 days

D.

14 days