Cloud Digital Leader How Google Cloud Resources Are Managed Practice Question
A company wants to receive notifications when its monthly spending exceeds 80% of a $10,000 budget. Which set of steps will achieve this?
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Set up a budget in the Billing section of Cloud Console, define the amount, and add alert thresholds at 80%
Budgets and alerts can be set up in the Cloud Console to trigger email or Pub/Sub notifications at specified thresholds (e.g., 50%, 80%, 90%).
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Create a budget alert in Cloud Monitoring with a metric threshold of 80%
Why it's wrong here
Cloud Monitoring alerting policies are designed for operational telemetry such as CPU utilization, latency, and error rates, not for financial thresholds. There is no native budget-alert rule type in Cloud Monitoring, and it cannot directly evaluate spend against a billing-account budget. Budget notifications must be created in the Billing section of Cloud Console, which is the service that owns spend tracking. Using Cloud Monitoring would require building a custom, indirect pipeline from billing exports, which is neither the intended nor supported approach for this requirement.
- ✓
Set up a budget in the Billing section of Cloud Console, define the amount, and add alert thresholds at 80%
Why this is correct
Cloud Billing budgets, configured under the Billing section of Cloud Console, are the official service for monitoring spend against a defined amount. You set a budget amount and then add alert threshold rules, such as 80% of the budget, which trigger notifications when actual or forecasted spend crosses that threshold. These alerts are event-driven and can deliver email or Pub/Sub messages, enabling immediate reaction when spending approaches the limit. This directly satisfies the company's requirement to be notified when monthly spend reaches 80% of the planned amount.
- ✗
Use the Google Cloud Pricing Calculator to set a spending limit
Why it's wrong here
The Google Cloud Pricing Calculator is a planning tool that estimates future costs based on user-selected services and configurations; it does not connect to live billing data. It cannot create a spending limit, enforce alerts, or monitor actual monthly spend, because it is entirely disconnected from the billing system. The calculator produces static estimates only, so it is incapable of generating notifications when a real budget threshold is exceeded. For proactive spend alerts, the company must use Cloud Billing budgets, not a cost-estimation utility.
- ✗
Configure a Cloud Scheduler job to check billing data in BigQuery and send a notification
Why it's wrong here
Cloud Scheduler triggers jobs on a fixed schedule, not in response to real-time spending thresholds; the requirement demands an alert when a specific budget percentage is exceeded, which requires an event-driven trigger such as a budget alert rule. It is tempting because Cloud Scheduler can query BigQuery billing data and send notifications, making it suitable for periodic cost reports, but it cannot react to an instantaneous spending condition without a polling loop that introduces latency.
Go deeper
Related to this question
Learn chapter
Cloud Digital Transformation
Key term
Pub/Sub
Pub/Sub is a messaging pattern where publishers send messages without knowing who receives them, and subscribers receive only the messages they care about.
Key term
Budgets
Budgets in cloud computing are monitoring tools that allow you to set spending limits and receive alerts when your costs approach or exceed those limits.
About these practice questions
Courseiva writes every GCDL question from scratch — 829 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This GCDL practice question is part of Courseiva's free Google Cloud certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the GCDL exam.