Solutions
When unloading (or extracting) data using a Query, you can extract data from - answer
Multiple tables joined together
a view
a single table
What are some of the ways to improve performance of an external table? - answer
Partition the external table (if the logical folder structure permits)
Create materialized views on top of the external table
You can unload (or extract) data from Snowflake using which of the following
mechanisms? - answer Unload/Extract using a query
Unload/extract from a table
Which of the following statements are true about Encryption in Snowflake? - answerAll
files stored in internal stages automatically encrypted
Supports encryption using customer provided keys
all data inside snowflake is automatically encrypted
Which of the following statements are true when data is UNLOADED into a Snowflake
stage (internal or external). - answerThe customer downloads data from the internal
stage and decrypts the data on their own machine
if the data is unloaded into an external stage the data is not automatically encrypted
however the customer can choose to encrypt as an option
if the data is unloaded into an internal stage the data is automatically encrypted
Which of the following are valid Snowflake stage types? - answerTable stage
Internal Stage
External Stage
, Select what are the features of External tables in Snowflake? - answerviews can be
created on top of external tables
they can be joined with other tables
they are read only
When unloading data from Snowflake, what are the places where an output format of
the file can be specified? - answerin the definition of the named stage
in the definition of a table itself
specified as an option directly in the copy command
Which of the following data types are treated as VARCHAR "under the covers" by
Snowflake? - answerchar
text
string
character
A string constant in Snowflake can be enclosed by - answersingle quotes
$ symbol
Which of the following are supported file formats when UNLOADING data from
Snowflake? - answerParquet
json
delimited text
Which of the following are options when creating a new virtual warehouse. Select all
that apply - answerauto resume
auto suspend
A consumer of a shared database can add new tables or views in the shared database?
- answerFalse
What is the lowest snowflake edition that allows customer dedicated virtual
warehouses? - answerstandard