Chapter 4: Loading Data Flashcards
True or False: Snowpipe is designed to load small volumes of data that is arriving continuously.
True
False
True
Which of the following features in Snowflake allows creating tables through which you can query data in an external stage without loading it first?
Materialized views
External tables
Snowpipe
COPY
External tables
Which of the following statements are true for external tables? (Choose three.)
External tables can be joined with other tables.
Views can be created on external tables.
Update queries can be run on external tables.
External tables are read-only.
External tables can be joined with other tables.
Views can be created on external tables.
External tables are read-only.
Which of the following statements are true for Snowpipe? (Choose two.)
Snowpipe uses an active virtual warehouse to load data.
Snowpipe makes use of Snowflake’s serverless computing resources.
Snowflake automatically scales up and down the Snowpipe resource.
Snowpipe’s compute resources are managed through a virtual warehouse that you must expand
Snowpipe makes use of Snowflake’s serverless computing resources.
Snowflake automatically scales up and down the Snowpipe resource.
Which one of the following data loading methods uses virtual warehouse resources? (Choose all that apply.)
Loading data using COPY command through an external stage
Loading data using COPY command through an internal stage
Data loading through Snowpipe
Unloading data to an external stage using the COPY command
Loading data using COPY command through an external stage
Loading data using COPY command through an internal stage
Unloading data to an external stage using the COPY command
Which of the following is true about Snowpipe? (Choose two.)
The cost of Snowpipe is calculated and billed separately from the cost of virtual warehouse use.
Snowpipe utilizes shared virtual warehouse computational resources for processing.
Snowpipe is serverless and so does not require virtual warehouse resources.
Snowpipe consumption costs are included in the virtual warehouse compute.
The cost of Snowpipe is calculated and billed separately from the cost of virtual warehouse use.
Snowpipe is serverless and so does not require virtual warehouse resources.
Which of the following can be used to load data using the COPY command? (Choose two.)
External stage
Internal stage
Web pages
REST APIs
External stage
Internal stage
Snowflake supports which semi-structured file formats? (Choose all that apply.)
Parquet
JSON
HTML
Avro
XML
Parquet
JSON
Avro
XML
When exporting or unloading data from Snowflake, which of the following file formats are supported for unloading? (Choose all that apply.)
Avro
ORC
XML
CSV
Parquet
CSV
Parquet
What is the amount of uncompressed data that a column of VARIANT data type can store for a single row?
8 MB
16 MB
Unlimited
32 MB
16 MB
The load metadata for a table expires after how many days?
64 days
32 days
Never
256 days
64 days
Which of the following can be a target location when using the COPY INTO <location> command? (Choose two.)</location>
A named internal stage
A named external stage
A local folder
Cloud storage location, such as an S3 bucket
A named internal stage
A named external stage
Which of the following statements are true regarding data loading? (Choose all that apply.)
GET is used to download files from a Snowflake internal stage to a local folder.
PUT is used to upload files into a Snowflake internal stage from a local folder.
REMOVE can be used to remove files from internal stages and external stages.
GET and PUT cannot be executed from the Worksheets view.
LOAD is used to load files into a table from an internal stage.
GET is used to download files from a Snowflake internal stage to a local folder.
PUT is used to upload files into a Snowflake internal stage from a local folder.
REMOVE can be used to remove files from internal stages and external stages.
GET and PUT cannot be executed from the Worksheets view.
Which of the following transformations are not supported by the COPY command? (Choose three.)
JOIN
GROUP BY
FLATTEN
CONCAT
CAST
JOIN
GROUP BY
FLATTEN
Snowpipe supports loading data continuously. Snowpipe can load data from which of the following objects? (Choose two.)
External stages
Internal stages
Temporary tables
Transient tables
External stages
Internal stages