easyMultiple ChoiceObjective-mapped
Google ACE Practice Question: A team wants to receive an email alert when the…
A team wants to receive an email alert when the average CPU utilization of VMs in a managed instance group exceeds 80% for more than 5 minutes. What should they create in Cloud Monitoring?
⚠ Common exam trap
Google Cloud often tests the distinction between alerting policies (which trigger notifications) and dashboards (which only display data), so candidates mistakenly choose a dashboard thinking it can send 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
✓
An alerting policy with a CPU utilization threshold condition
B is correct because Cloud Monitoring alerting policies allow you to define conditions based on metric thresholds, such as average CPU utilization exceeding 80% for a specified duration (5 minutes). This directly meets the requirement to trigger an email alert when the condition is met.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
A dashboard with a CPU utilization chart
Why it's wrong here
A dashboard displaying a CPU utilization chart is a visualization tool, not a monitoring notification mechanism. It renders the time-series metric so a human can observe trends, but it cannot evaluate thresholds or trigger notifications on its own. To receive an automatic alert when CPU is high, you must pair the metric with an alerting policy that defines a condition and a notification channel.
- ✓
An alerting policy with a CPU utilization threshold condition
Why this is correct
An alerting policy with a CPU utilization threshold condition is the correct choice because it continuously evaluates the compute.googleapis.com/instance/cpu/utilization metric against the threshold you set. Once the metric exceeds the threshold for the specified duration (e.g., 5 minutes), the policy triggers a notification through the configured channel (email, SMS, webhook, etc.). This provides the real-time proactive notification that dashboards, log-based metrics, and uptime checks cannot.
- ✗
A log-based metric filter for high-CPU events
Why it's wrong here
A log-based metric filter is designed to extract numeric data from log entries, such as counting occurrences of ERROR or measuring latency from structured payloads. CPU utilization, however, is a resource metric emitted directly as a time series by the Compute Engine platform or the monitoring agent; it is not a field inside the VM's log records. Even if you created a custom logging pipeline to export CPU stats to logs, you would still need an alerting policy to evaluate and act on the resulting metric—making the log-based filter an unnecessary extra step with no direct notification capability.
- ✗
An uptime check targeting the managed instance group
Why it's wrong here
An uptime check targeting the managed instance group sends synthetic HTTP, HTTPS, or TCP probes from locations outside Google Cloud to verify that the endpoint is reachable and returns an expected response. It answers 'is my service up?' but says nothing about how loaded the underlying VM's CPUs are—a group could be responding normally while CPU utilization is critically high. Uptime checks are designed for availability, not resource utilization metrics, so they cannot be used as a condition for CPU threshold alerting.
Go deeper
Related to this question
Learn chapter
Google Cloud Platform Overview
Key term
Managed instance group
A managed instance group is a collection of identical virtual machine instances that are automatically managed as a single unit to ensure high availability and scalability.
Key term
Alerting policy
An alerting policy is a set of rules that defines when to send notifications about a system condition that needs attention.
About these practice questions
One of 769 original ACE practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. 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.