Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

snow4

Total questions: 13

Worksheet time: 10mins

Name
Class
Date
1.

In which Snowsight section can a user switch roles, modify their profile, and access documentation?

a)

The user menu

b)

The activity page

c)

The content pane

d)

The worksheets page

2.

What is the recommended way to change the existing file format type in my_format from CSV to JSON?

a)

ALTER FILE FORMAT my_format SET TYPE=JSON;

b)

ALTER FILE FORMAT my_format SWAP TYPE WITH JSON;

c)

CREATE OR REPLACE FILE FORMAT my_format TYPE=JSON;

d)

REPLACE FILE FORMAT my_format TYPE=JSON;

3.

What mechanisms can be used to inform Snowpipe that there are staged files available to load into a Snowflake table? (Choose two.)

a)

Cloud messaging

b)

Email integrations

c)

Error notifications

d)

REST endpoints

e)

Snowsight interactions

4.

The MAXIMUM size for a serverless task run is equivalent to what size virtual warehouse?

a)

Medium

b)

Large

c)

2X-Large

d)

4X-Large

5.

What storage cost is completely eliminated when a Snowflake table is defined as transient?

a)

Active

b)

Fail-safe

c)

Staged

d)

Time Travel

6.

Based on Snowflake recommendations, when creating a hierarchy of custom roles, the top-most custom role should be assigned to which role?

a)

ACCOUNTADMIN

b)

SECURITYADMIN

c)

SYSADMIN

d)

USERADMIN

7.

What happens to the privileges granted to Snowflake system-defined roles?

a)

The privileges cannot be revoked.

b)

The privileges can be revoked by an ACCOUNTADMIN.

c)

The privileges can be revoked by an ORGADMIN.

d)

The privileges can be revoked by any user-defined role with appropriate privileges.

8.

How does Snowflake improve the performance of queries that are designed to filter out a significant amount of data?

a)

The use of indexing

b)

The use of pruning

c)

The use of TableScan

d)

By increasing the number of partitions scanned

9.

Which function should be used to insert JSON formatted string data into a VARIANT field?

a)

FLATTEN

b)

CHECK_JSON

c)

PARSE_JSON

d)

TO_VARIANT

10.

Which permission on a Snowflake virtual warehouse allows the role to resize the warehouse?

a)

ALTER

b)

MODIFY

c)

MONITOR

d)

USAGE

11.

What is it called when a customer managed key is combined with a Snowflake managed key to create a composite key for encryption?

a)

Hierarchical key model

b)

Client-side encryption

c)

Tri-secret secure encryption

d)

Key pair authentication

12.

What is the COPY INTO command option default for unloading data into multiple files?

a)

SINGLE = 0

b)

SINGLE = NULL

c)

SINGLE = TRUE

d)

SINGLE = FALSE

13.

What is the impact of increasing the number of concurrent users on a Snowflake virtual warehouse?

a)

Improved performance for small, simple queries

b)

Improved performance for large, complex queries

c)

Decreased performance for large, complex queries

d)

Decreased consumption of Snowflake credits