0
0
GCPcloud~20 mins

Budget alerts configuration in GCP - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Budget Alert Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
service_behavior
intermediate
2:00remaining
Understanding Budget Alert Thresholds

You configure a GCP budget with alert thresholds at 50%, 90%, and 100% of the budget amount. What happens when your spending reaches 90% of the budget?

AAn alert is sent only if spending exceeds 100%, not at 90%.
BNo alert is sent until spending reaches 100% of the budget.
CAlerts are sent only at 50% and 100%, not at 90%.
DYou receive an alert notification because the spending has crossed the 90% threshold.
Attempts:
2 left
💡 Hint

Think about how alert thresholds work in GCP budgets.

Configuration
intermediate
2:00remaining
Configuring Email Notifications for Budget Alerts

You want to receive email notifications when your GCP budget reaches 80% and 100%. Which configuration correctly sets these alert thresholds?

ASet alert thresholds to 0.8 and 1.0 in the budget configuration and add your email under notifications.
BSet alert thresholds to 80 and 100 and add your email under notifications.
CSet alert thresholds to 80% and 100% as strings and add your email under notifications.
DSet alert thresholds to 0.08 and 1.0 and add your email under notifications.
Attempts:
2 left
💡 Hint

Alert thresholds are decimal fractions representing percentages.

security
advanced
2:00remaining
Restricting Budget Alert Permissions

You want to ensure only specific team members can create or modify budget alerts in your GCP project. Which IAM role should you assign to those team members?

Aroles/billing.admin
Broles/viewer
Croles/billing.user
Droles/editor
Attempts:
2 left
💡 Hint

Consider which role allows managing billing and budgets.

Architecture
advanced
2:00remaining
Designing Multi-Project Budget Alerts

You manage multiple GCP projects and want to track combined spending with budget alerts. What is the best approach to configure this?

ACreate separate budgets for each project and manually add their amounts to monitor combined spending.
BCreate a single budget in the billing account that includes all projects to track combined spending.
CCreate budgets only in the largest project and ignore others.
DCreate budgets in each project without linking to the billing account.
Attempts:
2 left
💡 Hint

Think about how billing accounts relate to projects.

Best Practice
expert
2:00remaining
Optimizing Budget Alert Notifications to Reduce Noise

Your team receives too many budget alert emails for minor spending fluctuations. Which configuration change best reduces notification noise while keeping important alerts?

ADisable all budget alerts and check spending manually.
BLower alert thresholds to 10%, 30%, and 50% to catch spending early.
CIncrease alert thresholds to higher percentages like 70%, 90%, and 100% and use Pub/Sub notifications for automation.
DAdd more email recipients to spread the alerts across the team.
Attempts:
2 left
💡 Hint

Consider how threshold levels affect alert frequency and automation options.