wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Knowledge Check 4 (Final)

Total questions: 15

Worksheet time: 23mins

Name
Class
Date
1.

What all options are available for data transformation while loading data into a table using the COPY command? (Select all that apply)

a)

Truncation of Text Strings

b)

Column omission

c)

Casts

d)

Join

e)

Column reordering

2.

What is the expiration period of a File URL?

a)

Length of time specified in the expiration_time argument

b)

The URL expires when the persisted query result period ends

c)

It is Permanent

3.

Which data does not fit into a predefined data model or schema?

a)

All of these

b)

Semi-Structured Data

c)

Structured-data

d)

Unstructured Data

4.

How can we turn off the query result cache?

a)

Setting the parameter USE_CACHED_RESULT to FALSE

b)

Setting the parameter USE_CACHED_INFO to FALSE

c)

Setting the parameter USE_QUERY_CACHED to FALSE

d)

Query result cache can be turned off.

5.

How long do results remain in the Query results cache?

a)

16 hours

b)

31 hours

c)

1 hour

d)

12 hours

e)

24 hours

6.

Micro-partitioning is the on-demand feature of Snowflake. It is required to be enabled explicitly by ACCOUNTADMIN. (True / False)

a)

True

b)

False

7.

Which services are managed by Snowflake's cloud services layer? (Select all that apply)

a)

Infrastructure Management

b)

Access Control

c)

Metadata Management

d)

Authentication

e)

Query Parsing and Optimization

8.

Which of these types of VIEW does Snowflake support? (Select 3)

a)

SECURE VIEW

b)

TEMPORARY VIEW

c)

STANDARD VIEW

d)

MATERIALIZED VIEW

e)

PERMANENT VIEW

9.

Which of these Snowflake features does enable accessing historical data (i.e., data that has been changed or deleted) at any point within a defined period?

a)

Zero Copy Cloning

b)

Search Optimization Service

c)

Data Sharing

d)

Time Travel

10.

Which object parameter can users with the ACCOUNTADMIN role use to set the default retention period for their account?

a)

DATA_RETENTION_TIME_IN_DAYS

b)

DATA_RETENTION_IN_TIME_TRAVEL

c)

DATA_RETENTION_TIME_MAX

d)

DATA_RETENTION_TIME_IN_HOURS

11.

John has to create a PIPE that will be triggered for loading by calling the Snowpipe REST endpoints. What parameter does he need to specify in CREATE PIPE statement?

a)

AUTO_INGEST = FALSE

b)

API_INGEST = FALSE

c)

AUTO_INGEST = TRUE

d)

API_INGEST = TRUE

12.

Which copy option is used to delete the file from the Snowflake stage when data from staged files are loaded successfully?

a)

DELETE = TRUE

b)

PURGE = TRUE

c)

DEL = TRUE

d)

REMOVE = TRUE

13.

What size limit does VARIANT data type impose on individual rows?

a)

16 GB

b)

16 MB

c)

10 GB

d)

10 MB

e)

100 MB

14.

The best use of Snowpipe is to load large volumes of data and incrementally make them available for analysis. (True/False)

a)

True

b)

False

15.

There are multiple ways you can trigger the loading of files from the stage into Snowpipe. Select two ways generally used to trigger the loading with Snowpipe.

a)

Automating Snowpipe using cloud messaging (notification)

b)

Calling Snowpipe SOAP endpoints

c)

Calling Snowpipe REST endpoints

d)

By executing START PIPE <pipe_name>