Snowflake SnowPro Core Practice Test - Questions Answers, Page 59
Related questions
A Snowflake user wants to optimize performance for a query that queries only a small number of rows in a table. The rows require significant processing. The data in the table does not change frequently.
What should the user do?
Add a clustering key to the table.
Add the search optimization service to the table.
Create a materialized view based on the query.
Enable the query acceleration service for the virtual warehouse.
To use the overwrite option on insert, which privilege must be granted to the role?
truncate
DELETE
UPDATE
SELECT
A user needs to MINIMIZE the cost of large tables that are used to store transitory data. The data does not need to be protected against failures, because the data can be reconstructed outside of Snowflake.
What table type should be used?
Permanent
Transient
Temporary
Externa
What is the default access of a securable object until other access is granted?
No access
Read access
Write access
Full access
What happens when a suspended virtual warehouse is resized in Snowflake?
It will return an error.
It will return a warning.
The suspended warehouse is resumed and new compute resources are provisioned immediately.
The additional compute resources are provisioned when the warehouse is resumed.
How does Snowflake handle the data retention period for a table if a stream has not been consumed?
The data retention period is reduced to a minimum of 14 days.
The data retention period is permanently extended for the table.
The data retention period is temporarily extended to the stream's offset.
The data retention period is not affected by the stream consumption.
When unloading data with the COPY into <location> command, what is the purpose of the PARTITION BY <expression> parameter option?
To sort the contents of the output file by the specified expression.
To delimit the records in the output file using the specified expression.
To include a new column in the output using the specified window function expression.
To split the output into multiple files, one for each distinct value of the specified expression.
What are potential impacts of storing non-native values like dates and timestamps in a variant column in Snowflake?
Faster query performance and increased storage consumption
Slower query performance and increased storage consumption
Faster query performance and decreased storage consumption
Slower query performance and decreased storage consumption
Which views are included in the data_sharing_usage schema? (Select TWO).
ACCESS_HISTORY
DATA_TRANSFER_HISTORY
WAREHOUSE_METERING_HISTORY
MONETIZED_USAGE_DAILY
LISTING TELEMETRY DAILY
How does the Access_History view enhance overall data governance pertaining to read and write operations? (Select TWO).
Shows how the accessed data was moved from the source lo the target objects
Provides a unified picture of what data was accessed and when it was accessed
Protects sensitive data from unauthorized access while allowing authorized users to access it at query runtime
Identifies columns with personal information and tags them so masking policies can be applied to protect sensitive data
Determines whether a given row in a table can be accessed by the user by filtering the data based on a given policy
Question