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:

Monte
2 days ago
I remember a similar question where we had to adjust the credit quota. Maybe we should set it higher to allow both warehouses to resume?
upvoted 0 times
...
Alison
8 days ago
I think we need to unset the resource monitor for at least one of the warehouses to resume them, but I'm not sure if it's fin_wh1 or fin_wh2.
upvoted 0 times
...
Naomi
13 days ago
I'm not entirely sure about this one. I'll need to double-check the details and make sure I'm selecting the correct actions to resume the warehouses.
upvoted 0 times
...
Scot
19 days ago
This seems straightforward. The warehouses are suspended due to the credit limit, so we need to either remove the resource monitor or increase the quota to get them back up and running.
upvoted 0 times
...
Margret
24 days ago
Okay, I think I've got this. The key is to either remove the resource monitor from the warehouses or increase the credit quota to allow them to resume. I'll select the two most appropriate options.
upvoted 0 times
...
Alton
29 days ago
Hmm, I'm a bit confused about the resource monitor and how it's applied to the warehouses. I'll need to review the details to make sure I understand the right approach.
upvoted 0 times
...
Derrick
1 month ago
This looks like a tricky question. I'll need to carefully read through the options and think about the resource monitor and warehouse settings.
upvoted 0 times
...
Eloisa
3 months ago
I don't think that's necessary, we just need to resume the warehouses.
upvoted 0 times
...
Annette
3 months ago
Shouldn't we also ALTER RESOURCE MONITOR MONTHLY_FINANCE_LIMIT SET CREDIT_QUOTA = 1500?
upvoted 0 times
...
Latia
3 months ago
I agree with Eloisa, but we also need to ALTER WAREHOUSE fin_wh2 RESUME.
upvoted 0 times
...
Jesusita
3 months ago
Wait, can we just turn off the resource monitor entirely? Option G seems like a cheat code to me.
upvoted 0 times
...
Natalie
3 months 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
3 months 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
4 months ago
I think we need to ALTER WAREHOUSE fin_wh1 RESUME.
upvoted 0 times
...
William
4 months 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
3 months ago
Yes, it's important to stay within the financial limits.
upvoted 0 times
...
Erinn
3 months ago
I agree, resetting the credit limit is a good idea.
upvoted 0 times
...
...
Hana
4 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
Alethea
3 months ago
After unsetting the resource monitor, we can then increase the credit quota to 1500 with option E.
upvoted 0 times
...
Janna
3 months ago
Agreed. Let's execute options C and D before moving on to option E.
upvoted 0 times
...
Casie
3 months ago
I think we should first unset the resource monitor on both warehouses before increasing the credit quota.
upvoted 0 times
...
...

Save Cancel