Snowflake SnowPro Core Practice Test - Questions Answers, Page 61
List of questions
Related questions
What does the Activity area of Snowsight allow users to do? (Select TWO).
Schedule automated data backups.
Explore each step of an executed query.
Monitor queries executed by users in an account.
Create and manage user roles and permissions.
Access Snowflake Marketplace to find and integrate datasets.
When a Snowflake user loads CSV data from a stage, which copy into <table> command guideline should they follow?
The CSV field delimiter must be a comma character (*,'),
The number of columns in each row should be consistent.
The data file in the stage must be in a compressed format.
The data file must have the same number of columns as the target table.
In addition to performing all the standard steps to share data, which privilege must be granted on each database referenced by a secure view in order to be shared?
READ
REFERENCES
REFERENCEJJSAGE
USAGE
What value provides information about disk usage for operations where intermediate results do not fit in memory in a Query Profile?
IO
Network
Pruning
Spilling
How do secure views compare to non-secure views in Snowflake?
Secure views execute slowly compared to non-secure views.
Non-secure views are preferred over secure views when sharing data.
Secure views are similar to materialized views in that they are the most performant.
There are no performance differences between secure and non-secure views.
When using SnowSQL, which configuration options are required when unloading data from a SQL query run on a local machine? {Select TWO).
echo
quiet
output_file
output_format
force_put_overwrite
How can a Snowflake user post-process the result of SHOW FILE FORMATS?
Use the RESULT_SCAN function.
Create a CURSOR for the command.
Put it in the FROM clause in brackets.
Assign the command to RESULTSET.
Which file function gives a user or application access to download unstructured data from a Snowflake stage?
BUILD_SCOPED_FILE_URL
BUILD_STAGE_FILE_URL
GET_PRESIGNED_URL
GET STAGE LOCATION
In Snowflake, the use of federated authentication enables which Single Sign-On (SSO) workflow activities? (Select TWO).
Authorizing users
Initiating user sessions
Logging into Snowflake
Logging out of Snowflake
Performing role authentication
A user wants to upload a file to an internal Snowflake stage using a put command.
Which tools and or connectors could be used to execute this command? (Select TWO).
SnowCD
SnowSQL
SQL API
Python connector
Snowsight worksheets
Question