wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Knowledge Check 3

Total questions: 5

Worksheet time: 4mins

Name
Class
Date
1.

Which copyOptions can help load a file with expired metadata (if the LAST_MODIFIED date is older than 64 days and the initial set of data was loaded into the table more than 64 days earlier (and if the file was loaded into the table, that also occurred more than 64 days earlier))? (Select 2)

a)

LOAD_UNCERTAIN_FILES = TRUE

b)

LOAD_CERTAIN_FILES = TRUE

c)

FORCE = FALSE

d)

LOAD_FILES = TRUE

e)

FORCE = TRUE

2.

Which of the following file format is not supported by Snowflake?

a)

JSON

b)

AVRO

c)

CSV

d)

ORC

e)

EDI

3.

What all locations do Snowflake support for staging the data? (Select all that apply)

a)

Amazon S3

b)

Oracle Cloud Storage

c)

Snowflake Internal Stage

d)

Microsoft Azure Blob Storage

e)

Google Cloud Storage

4.

Loading into Snowflake from a local file system is a straightforward affair. Which command is used to grab files from the local system, compress them and encrypt them, and then it copies them to Snowflake?

a)

MOVE command

b)

GET command

c)

PUT command

d)

COPY INTO <table>

5.

Which options for selecting staged data files are supported by COPY command in Snowflake? (Select that all apply)

a)

By path (internal stages) / prefix (Amazon S3 bucket)

b)

Using pattern matching to identify specific files by pattern

c)

Specifying a list of specific files to load