Question 372 of 507
Scaling with Google Cloud operationseasyMultiple ChoiceObjective-mapped

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?

Question 1easymultiple choice
Full question →

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.

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.

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 →

How Courseiva writes practice questions · Editorial policy

Last reviewed: Jun 30, 2026

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.

Loading comments…

Sign in to join the discussion.

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.