Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Snowflake Exam ADA-C01 Topic 8 Question 40 Discussion

Actual exam question for Snowflake's ADA-C01 exam
Question #: 40
Topic #: 8
[All ADA-C01 Questions]

A resource monitor named MONTHLY_FINANCE_LIMIT has been created and applied to two virtual warehouses (fin_wh1 and fin_wh2) using the following SQL:

Given that the combined total of credits consumed by fin_wh1 and fin_wh2 (including cloud services) has reached 800 credits and both warehouses are suspended, what should the ACCOUNTADMIN execute to allow both warehouses to be resumed? (Select TWO).

Show Suggested Answer Hide Answer
Suggested Answer: E, F

Scenario:

Resource Monitor MONTHLY_FINANCE_LIMIT has a credit quota of 1000.

800 credits have been used and warehouses are already suspended.

According to monitor configuration:

At 80%, warehouses are suspended.

At 100%, warehouses would be suspended immediately.

Warehouses cannot resume until the monitor is reset or the quota is increased.

E. SET CREDIT_QUOTA = 1500

Increases the monthly credit limit to 1500.

Since current usage is 800 < 1500, this puts usage below 80%.

This allows resumption of warehouses.

F. RESET

sql

CopyEdit

ALTER RESOURCE MONITOR MONTHLY_FINANCE_LIMIT RESET;

Resets usage to zero for the current period.

Allows warehouses to resume immediately --- same effect as a fresh cycle.

Why Other Options Are Incorrect:

A . / B. ALTER WAREHOUSE ... RESUME

Won't work while the resource monitor is actively suspending the warehouses due to limits.

C . / D. UNSET RESOURCE_MONITOR

You can't remove a resource monitor from a warehouse while it is currently suspended by that same monitor.

You must first reset or adjust the monitor.

G . UNSET RESOURCE_MONITORS

Invalid syntax --- there's no RESOURCE_MONITORS plural keyword.

SnowPro Administrator Reference:

Resource Monitors Overview

ALTER RESOURCE MONITOR

Best Practices for Controlling Warehouse Credit Usage


Contribute your Thoughts:

Eloisa
3 days ago
I don't think that's necessary, we just need to resume the warehouses.
upvoted 0 times
...
Annette
15 days ago
Shouldn't we also ALTER RESOURCE MONITOR MONTHLY_FINANCE_LIMIT SET CREDIT_QUOTA = 1500?
upvoted 0 times
...
Latia
16 days ago
I agree with Eloisa, but we also need to ALTER WAREHOUSE fin_wh2 RESUME.
upvoted 0 times
...
Jesusita
16 days ago
Wait, can we just turn off the resource monitor entirely? Option G seems like a cheat code to me.
upvoted 0 times
...
Natalie
17 days ago
Haha, this is like playing Tetris with SQL commands. I'm going with E and F, let's just crank up that credit quota and get the show back on the road!
upvoted 0 times
Ivette
8 days ago
User1: I think we should go with option E and F to increase the credit quota and reset the resource monitor.
upvoted 0 times
...
...
Eloisa
26 days ago
I think we need to ALTER WAREHOUSE fin_wh1 RESUME.
upvoted 0 times
...
William
30 days ago
I'd go with both E and F to reset the credit limit and resume the warehouses. Can't be too careful with financial limits, you know.
upvoted 0 times
Vannessa
6 days ago
Yes, it's important to stay within the financial limits.
upvoted 0 times
...
Erinn
9 days ago
I agree, resetting the credit limit is a good idea.
upvoted 0 times
...
...
Hana
1 months ago
Looks like we need to increase the credit quota to resume the warehouses. Option E seems like the way to go.
upvoted 0 times
Janna
3 days ago
Agreed. Let's execute options C and D before moving on to option E.
upvoted 0 times
...
Casie
4 days ago
I think we should first unset the resource monitor on both warehouses before increasing the credit quota.
upvoted 0 times
...
...

Save Cancel