Snowflake COF-C02 Practice Test - Questions Answers, Page 70
List of questions
Related questions
What optional properties can a Snowflake user set when creating a virtual warehouse? (Select TWO).
What is the purpose of the use of the VALIDATE command?
Which function is used to unload a relational table into a JSON file*?
Use of which file function allows a user to share unstructured data from an internal stage with an external reporting tool that does not have access to Snowflake'>
What is the primary purpose of using a masking policy in Snowflake?
To protect sensitive data from unauthorized access when queries are run.
To automatically encrypt sensitive data when data is stored in Snowflake.
To protect multiple columns that have different data types in a given table.
To protect both column-level and row-level data.
When used with the UNLOAD command, which parameter specifies the destination of unloaded data?
COPY INTO <table name>
COPY INTO <stage name>
GET <file name>
PUT <file name>
What happens when a table or schema with a standard retention period is dropped?
The object is immediately removed from the system.
The object is instantaneously moved to Fail-safe.
The object is retained but all associated data is immediately purged.
The object is retained for the data retention period.
How can a data provider validate that a secure view is configured to display only the data the provider wishes to expose?
Log in to the data consumer account and check if the secure view data is appearing as expected.
Create a data share for a test data consumer account and check if the secure view data is appearing as expected.
Query the secure view from a consumer account by setting the share_restrictions parameter.
Simulate querying the secure view by setting the simulated_data_sharing_consumer session parameter.
When unloading data, which combination of parameters should be used to differentiate between empty strings and NULL values? (Select TWO).
ESCAPE_UNENCLOSED_FIELD
REPLACE_INVALID_CHARACTERS
FIELD_OPTIONALLY_ENCLOSED_BY
EMPTY_FIELD_AS_NULL
SKIP_BLANK_LINES
How does the search optimization service improve query performance?
By clustering the tables
By creating a persistent data structure
By using caching
By optimizing the use of micro-partitions
Question