Snowflake SnowPro Core Practice Test - Questions Answers, Page 57
List of questions
Related questions
What action should be taken if a Snowflake user wants to share a newly created object in a database with consumers?
Use the automatic sharing feature for seamless access.
Drop the object and then re-add it to the database to trigger sharing.
Recreate the object with a different name in the database before sharing.
Use the grant privilege ... TO share command to grant the necessary privileges.
Which Snowflake privilege is required on a pipe object to pause or resume pipes?
OPERATE
READ
SELECT
USAGE
What information is stored in the ACCESS_HlSTORY view?
History of the files that have been loaded into Snowflake
Names and owners of the roles that are currently enabled in the session
Query details such as the objects included and the user who executed the query
Details around the privileges that have been granted for all objects in an account
In the Data Exchange, who can get or request data from the listings? (Select TWO).
Users with ACCOUNTADMIN role
Users with sysadmin role
Users with ORGADMIN role
Users with import share privilege
Users with manage grants privilege
Authorization to execute CREATE <object> statements comes only from which role?
Primary role
Secondary role
Application role
Database role
Which command is used to upload data files from a local directory or folder on a client machine to an internal stage, for a specified table?
GET
PUT
CREATE STREAM
COPY INTO <location>
Which file function provides a URL with access to a file on a stage without the need for authentication and authorization?
GET_RELATIVE_PATH
GET_PRESIGNED_URL
BUILD_STAGE_FILE_URL
BUILD_SCOPED_FILE_URL
Which governance feature is supported by all Snowflake editions?
Object tags
Masking policies
Row access policies
OBJECT_DEPENDENCIES View
What causes objects in a data share to become unavailable to a consumer account?
The DATA_RETENTI0N_TIME_IN_DAYS parameter in the consumer account is set to 0.
The consumer account runs the GRANT IMPORTED PRIVILEGES command on the data share every 24 hours.
The objects in the data share are being deleted and the grant pattern is not re-applied systematically.
The consumer account acquires the data share through a private data exchange.
Which chart type is supported in Snowsight for Snowflake users to visualize data with dashboards?
Area chart
Box plot
Heat grid
Pie chart
Question