SnowPro Core Certification — Question 424
Other than ownership what privileges does a user need to view and modify resource monitors in Snowflake? (Choose two.)
Answer options
- A. ALTER
- B. MONITOR
- C. MODIFY
- D. CREATE
- E. DROP
Correct answer: B, C
Explanation
To view and modify resource monitors in Snowflake, a user needs the MONITOR and MODIFY privileges. The MONITOR privilege allows a user to view the resource monitor's usage metrics, while the MODIFY privilege is necessary to make changes to the resource monitor's settings. The other options, ALTER, CREATE, and DROP, are not required for these specific actions.