In Snowflake, what happens when a resource monitor reaches its defined credit usage threshold?
Think about whether the monitor acts automatically or requires configuration to suspend warehouses.
Resource monitors send alerts when thresholds are reached. Suspension of warehouses happens only if the monitor is configured to do so.
Select the correct Snowflake SQL command to create a resource monitor named monthly_monitor with a 100 credit monthly quota.
Check the correct syntax for specifying credit quota and period.
The correct syntax uses WITH CREDIT_QUOTA = value TRIGGERS ON value PERCENT DO NOTIFY; to set quota and notification.
You manage multiple Snowflake accounts for different teams. Which architecture allows centralized cost monitoring and control using resource monitors?
Consider how Snowflake resource monitors can be assigned and how to centralize control.
Using a shared account with resource monitors assigned by warehouse tags allows centralized monitoring and control.
To securely manage resource monitors, which Snowflake role must a user have?
Think about which role has the highest privileges related to account-wide settings.
The ACCOUNTADMIN role has privileges to create and manage resource monitors.
Which approach best prevents resource monitors from suspending warehouses unexpectedly during critical business hours?
Consider how to combine scheduling and monitoring to protect business operations.
Scheduling suspensions outside business hours using tasks and alerts allows cost control without disrupting critical workloads.