- A
Cloud Logging, by configuring a log-based metric and email notification
Why wrong: Cloud Logging collects log data and can create log-based metrics, but the alerting and threshold policy described is configured in Cloud Monitoring, not directly in Cloud Logging. Cloud Monitoring can consume Cloud Logging data but is the correct alerting layer.
- B
Cloud Monitoring, by creating an alerting policy on the HTTP error rate metric with a 5-minute evaluation window and notification channel
Cloud Monitoring is the correct service. An alerting policy specifies: the metric to watch (HTTP error rate), the threshold (5%), the evaluation window (5 minutes), and the notification channel (email, PagerDuty, Slack, etc.). This is a core Cloud Monitoring capability.
- C
Cloud Trace, by setting a trace sampling threshold for error requests
Why wrong: Cloud Trace provides distributed request tracing for latency analysis. It does not provide metric-based alerting or threshold monitoring for error rates.
- D
Security Command Center, by configuring a finding for high error rates
Why wrong: Security Command Center monitors for security threats and misconfigurations. HTTP error rate alerting is an operational concern, not a security finding — it belongs in Cloud Monitoring.
Quick Answer
The answer is Cloud Monitoring, which is the correct Google Cloud product for configuring a metric-based alert on HTTP error rates. This service allows you to create an alerting policy that defines a condition, such as when the error rate exceeds 5%, and pairs it with an evaluation window—in this case, 5 minutes—to ensure the threshold is sustained before triggering. The policy then routes the notification through a channel like email or Slack, directly matching the team’s requirement for an automated, time-based alert. On the Google Cloud Digital Leader exam, this scenario tests your understanding of Cloud Monitoring’s role in operational health, often contrasting it with Cloud Logging (which stores logs but does not natively evaluate metric thresholds over time). A common trap is confusing the two: remember that Monitoring handles numeric thresholds and windows, while Logging handles text-based queries. Memory tip: think “Metric + Minutes = Monitoring” to link the metric-based alert with the time-based evaluation window.
Cloud Digital Leader Scaling with Google Cloud operations Practice Question
This GCDL practice question tests your understanding of scaling with google cloud operations. This is a configuration task: choose the command set that satisfies every stated requirement. Small differences — like 'secret' vs 'password' or 'transport input ssh' vs 'all' — change whether the answer is correct. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.
An operations team wants to receive an automated alert when their web application's HTTP error rate exceeds 5% for more than 5 minutes. Which Google Cloud product is used to configure this type of metric-based alert?
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 Monitoring, by creating an alerting policy on the HTTP error rate metric with a 5-minute evaluation window and notification channel
Cloud Monitoring is the correct service because it is purpose-built for creating alerting policies based on metrics like HTTP error rates. You can define a condition that triggers when the error rate exceeds 5% for a specified evaluation window (e.g., 5 minutes) and route the alert through a notification channel (e.g., email, Slack). This directly matches the requirement for a metric-based alert with a time-based threshold.
Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
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 Logging, by configuring a log-based metric and email notification
Why it's wrong here
Cloud Logging collects log data and can create log-based metrics, but the alerting and threshold policy described is configured in Cloud Monitoring, not directly in Cloud Logging. Cloud Monitoring can consume Cloud Logging data but is the correct alerting layer.
- ✓
Cloud Monitoring, by creating an alerting policy on the HTTP error rate metric with a 5-minute evaluation window and notification channel
Why this is correct
Cloud Monitoring is the correct service. An alerting policy specifies: the metric to watch (HTTP error rate), the threshold (5%), the evaluation window (5 minutes), and the notification channel (email, PagerDuty, Slack, etc.). This is a core Cloud Monitoring capability.
Related concept
Read the scenario before looking for a memorised answer.
- ✗
Cloud Trace, by setting a trace sampling threshold for error requests
Why it's wrong here
Cloud Trace provides distributed request tracing for latency analysis. It does not provide metric-based alerting or threshold monitoring for error rates.
- ✗
Security Command Center, by configuring a finding for high error rates
Why it's wrong here
Security Command Center monitors for security threats and misconfigurations. HTTP error rate alerting is an operational concern, not a security finding — it belongs in Cloud Monitoring.
Common exam traps
Common exam trap: answer the scenario, not the keyword
Google Cloud often tests the misconception that Cloud Logging can directly send alerts, but in reality, Cloud Logging only stores logs and log-based metrics; the alerting policy must always be configured in Cloud Monitoring.
Trap categories for this question
Command / output trap
Security Command Center monitors for security threats and misconfigurations. HTTP error rate alerting is an operational concern, not a security finding — it belongs in Cloud Monitoring.
Detailed technical explanation
How to think about this question
Under the hood, Cloud Monitoring alerting policies use a MetricsQL-like language to define conditions, and the evaluation window is a rolling time window (e.g., 5 minutes) that checks if the metric value (e.g., `serviceruntime.googleapis.com/http/request_count` with a filter for 5xx responses) exceeds the threshold. The alert fires only when the condition is met for the entire duration of the window, preventing flapping from short spikes. In a real-world scenario, you might combine this with a notification channel to trigger an automated incident response workflow via Cloud Functions or Pub/Sub.
KKey Concepts to Remember
- Read the scenario before looking for a memorised answer.
- Find the constraint that changes the correct option.
- Eliminate answers that are true in general but not in this case.
TExam Day Tips
- Watch for words such as best, first, most likely and least administrative effort.
- Review why wrong options are wrong, not only why the correct option is correct.
Key takeaway
Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Real-world example
How this comes up in practice
A cloud solutions architect for a retail company is evaluating services for a new workload. The correct answer here reflects best practice for the specific scenario described — not a general cloud recommendation. Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option. Cloud exam questions reward reading the constraint carefully: the same technology can be right or wrong depending on the use case.
What to study next
Got this wrong? Here's your next step.
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
- →
Scaling with Google Cloud operations — study guide chapter
Learn the concepts, then practise the questions
- →
Scaling with Google Cloud operations practice questions
Targeted practice on this topic area only
- →
All GCDL questions
507 questions across all exam domains
- →
Google Cloud Digital Leader study guide
Full concept coverage aligned to exam objectives
- →
GCDL practice test guide
How to use practice tests most effectively before exam day
Related practice questions
Related GCDL practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
Why cloud technology is transforming business practice questions
Practise GCDL questions linked to Why cloud technology is transforming business.
Fundamental cloud concepts practice questions
Practise GCDL questions linked to Fundamental cloud concepts.
Google Cloud products, services, and solutions practice questions
Practise GCDL questions linked to Google Cloud products, services, and solutions.
Scaling with Google Cloud operations practice questions
Practise GCDL questions linked to Scaling with Google Cloud operations.
Trust and security with Google Cloud practice questions
Practise GCDL questions linked to Trust and security with Google Cloud.
GCDL fundamentals practice questions
Practise GCDL questions linked to GCDL fundamentals.
GCDL scenario practice questions
Practise GCDL questions linked to GCDL scenario.
GCDL troubleshooting practice questions
Practise GCDL questions linked to GCDL troubleshooting.
Practice this exam
Start a free GCDL practice session
Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.
FAQ
Questions learners often ask
What does this GCDL question test?
Scaling with Google Cloud operations — This question tests Scaling with Google Cloud operations — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: Cloud Monitoring, by creating an alerting policy on the HTTP error rate metric with a 5-minute evaluation window and notification channel — Cloud Monitoring is the correct service because it is purpose-built for creating alerting policies based on metrics like HTTP error rates. You can define a condition that triggers when the error rate exceeds 5% for a specified evaluation window (e.g., 5 minutes) and route the alert through a notification channel (e.g., email, Slack). This directly matches the requirement for a metric-based alert with a time-based threshold.
What should I do if I get this GCDL question wrong?
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
What is the key concept behind this question?
Read the scenario before looking for a memorised answer.
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Last reviewed: Jun 30, 2026
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.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.