Snowflake SnowPro Core Practice Test - Questions Answers, Page 60
List of questions
Related questions
Which Snowflake feature or tool helps troubleshoot issues in SQL query expressions that commonly cause performance bottlenecks?
Persisted query results
QUERY_HISTORY View
Query acceleration service
Query Profile
Which function returns the URL of a stage using the stage name as the input?
BUILD_STAGE_FILE_URL
BUILD_SCOPED_FILE_URL
GET_PRESIGNED_URL
GET STAGE LOCATION
When does a materialized view get suspended in Snowflake?
When a column is added to the base table
When a column is dropped from the base table
When a DML operation is run on the base table
When the base table is reclustered
What does a table with a clustering depth of 1 mean in Snowflake?
The table has only 1 micro-partition.
The table has 1 overlapping micro-partition.
The table has no overlapping micro-partitions.
The table has no micro-partitions.
Which Snowflake object contains all the information required to share a database?
Private listing
Secure view
Sequence
Share
Based on Snowflake recommendations, when creating a hierarchy of custom roles, the top-most custom role should be assigned to which role?
ACCOUNTADMIN
SECURITYADMIN
SYSADMIN
USERADMIN
Which Snowflake table type is only visible to the user who creates it, can have the same name as permanent tables in the same schema, and is dropped at the end of the session?
Temporary
Local
User
Transient
The property mins_to_bypass_network_policy is set at which level?
User
Role
Account
Organization
Which privilege is required on a virtual warehouse to abort any existing executing queries?
USAGE
OPERATE
MODIFY
MONITOR
What is the PRIMARY factor that determines the cost of using a virtual warehouse in Snowflake?
The type of SQL statements executed
The number of tables or databases queried
The amount of data stored in the warehouse
The length of time the compute resources in each cluster run
Question