ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 11 - ADA-C01 discussion

Report
Export

A virtual warehouse report_wh is configured with AUTO_RESUME=TRUE and AUTO_SUSPEND=300. A user has been granted the role accountant.

An application with the accountant role should use this warehouse to run financial reports, and should keep track of compute credits used by the warehouse.

What minimal privileges on the warehouse should be granted to the role to meet the requirements for the application? (Select TWO).

A.
OPERATE
Answers
A.
OPERATE
B.
MODIFY
Answers
B.
MODIFY
C.
MONITOR
Answers
C.
MONITOR
D.
USAGE
Answers
D.
USAGE
E.
OWNERSHIP
Answers
E.
OWNERSHIP
Suggested answer: C, D

Explanation:

According to the Snowflake documentation1, the MONITOR privilege on a warehouse grants the ability to view the warehouse usage and performance metrics, such as the number of credits consumed, the average and maximum run time, and the number of queries executed. The USAGE privilege on a warehouse grants the ability to use the warehouse to execute queries and load data. Therefore, the minimal privileges on the warehouse that should be granted to the role to meet the requirements for the application are MONITOR and USAGE. Option A is incorrect because the OPERATE privilege on a warehouse grants the ability to start, stop, resume, and suspend the warehouse, which is not required for the application. Option B is incorrect because the MODIFY privilege on a warehouse grants the ability to alter the warehouse properties, such as the size, auto-suspend, and auto-resume settings, which is not required for the application. Option E is incorrect because the OWNERSHIP privilege on a warehouse grants the ability to drop the warehouse, grant or revoke privileges on the warehouse, and transfer the ownership to another role, which is not required for the application.

asked 23/09/2024
Anupam Ojha
41 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first