Snowflake SnowPro Core Practice Test - Questions Answers, Page 46
List of questions
Related questions
What are the benefits of the replication feature in Snowflake? (Select TWO).
Disaster recovery
Time Travel
Fail-safe
Database failover and fallback
Data security
User1, who has the SYSADMIN role, executed a query on Snowsight. User2, who is in the same Snowflake account, wants to view the result set of the query executed by User1 using the Snowsight query history.
What will happen if User2 tries to access the query history?
If User2 has the sysadmin role they will be able to see the results.
If User2 has the securityadmin role they will be able to see the results.
If User2 has the ACCOUNTADMIN role they will be able to see the results.
User2 will be unable to view the result set of the query executed by User1.
What is the Fail-safe retention period for transient and temporary tables?
0 days
1 day
7 days
90 days
When floating-point number columns are unloaded to CSV or JSON files, Snowflake truncates the values to approximately what?
(12,2)
(10,4)
(14,8)
(15,9)
How does a Snowflake stored procedure compare to a User-Defined Function (UDF)?
A single executable statement can call only two stored procedures. In contrast, a single SQL statement can call multiple UDFs.
A single executable statement can call only one stored procedure. In contrast, a single SQL statement can call multiple UDFs.
A single executable statement can call multiple stored procedures. In contrast, multiple SQL statements can call the same UDFs.
Multiple executable statements can call more than one stored procedure. In contrast, a single SQL statement can call multiple UDFs.
Which URL provides access to files in Snowflake without authorization?
File URL
Scoped URL
Pre-signed URL
Scoped file URL
What does the TableScan operator represent in the Query Profile?
The access to a single table
The access to data stored in stage objects
The list of values provided with the VALUES clause
The records generated using the TABLE (GENERATOR (...)) construct
Which Snowflake data type is used to store JSON key value pairs?
TEXT
BINARY
STRING
VARIANT
How does Snowflake reorganize data when it is loaded? (Select TWO).
Binary format
Columnar format
Compressed format
Raw format
Zipped format
What activities can a user with the ORGADMIN role perform? (Select TWO).
Create an account for an organization.
Edit the account data for an organization.
Delete the account data for an organization.
View usage information for all accounts in an organization.
Select all the data in tables for all accounts in an organization.
Question