easyMultiple ChoiceObjective-mapped
Google ACE Practice Question: Receive email notifications when your GCP…
You want to receive email notifications when your GCP project's billing reaches 50%, 80%, and 100% of a monthly budget. Which GCP feature should you configure?
⚠ Common exam trap
Many candidates confuse Cloud Monitoring alerting policies (which can monitor billing metrics but require manual setup for percentage thresholds) with the simpler, built-in Cloud Billing Budget feature that directly supports percentage-based email alerts.
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
✓
Cloud Billing Budget with alert thresholds at 50%, 80%, and 100%.
Cloud Billing Budgets allow you to set a budget amount for a GCP project and define alert threshold percentages (e.g., 50%, 80%, 100%). When the actual cost or forecasted cost reaches any threshold, Cloud Billing automatically sends email notifications to Billing Administrators and users you specify. This is the native, purpose-built feature for budget-based billing alerts.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Cloud Monitoring alerting policies on billing metrics.
Why it's wrong here
Cloud Monitoring alerting policies require a metric to alert on, but Cloud Monitoring does not expose billing spend as a standard metric in its metric system; billing cost data lives in Cloud Billing, not in Cloud Monitoring's resource metrics. To create such an alert you'd have to ingest billing data into Monitoring as custom metrics, which is an unsupported and convoluted workaround. Cloud Billing Budget is the native service designed to monitor and notify on spend, making monitoring policies the wrong tool for this requirement.
- ✓
Cloud Billing Budget with alert thresholds at 50%, 80%, and 100%.
Why this is correct
Cloud Billing Budget is the purpose-built feature for monitoring spend: it lets you set a budget amount and define multiple percentage-based alert thresholds (50%, 80%, 100%) that trigger notifications when actual or forecasted costs cross each threshold. Alerts are delivered either to billing account contacts via email or programmatically through Pub/Sub, enabling immediate, low-cost monitoring without custom tooling. Importantly, the budget itself never stops spending; it only notifies you, which is exactly what the question asks for.
- ✗
Set a project spending limit in the Cloud Console billing settings.
Why it's wrong here
GCP does not provide a native per-project spending limit that automatically stops cloud usage; the only built-in construct is a Cloud Billing Budget with alert thresholds, which notifies you but does not enforce a cap. The Cloud Console billing settings allow you to set the budget amount and thresholds, but the name 'spending limit' is misleading—there is no mechanism to stop services once the limit is reached. For automatic enforcement, you would need to build a custom automation (e.g., a Cloud Function triggered by Pub/Sub notifications) to shut down resources, which is beyond a simple console setting.
- ✗
Enable billing export to BigQuery and create a scheduled query that sends alert emails.
Why it's wrong here
While exporting billing data to BigQuery is excellent for deep historical analysis and custom reporting, building a scheduled query to send alert emails requires you to design a query against exported billing tables, handle Cloud Scheduler, Pub/Sub, and a notification service, and manage updating credentials and scheduling windows. This approach adds significant operational complexity and introduces latency (exports happen periodically, typically every 5–6 hours), so it cannot provide timely threshold alerts as efficiently as Cloud Billing Budget, which is integrated and near-real-time.
Go deeper
Related to this question
About these practice questions
Courseiva writes every ACE question from scratch — 769 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 ACE 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 ACE exam.