Question 292 of 506
Monitoring ML solutionseasyMultiple ChoiceObjective-mapped

Quick Answer

The answer is Cloud Monitoring, as it is the Google Cloud service designed to receive pipeline run failure alerts for Vertex AI Pipelines. Vertex AI Pipelines automatically exports execution metrics, such as run state changes and failure counts, to Cloud Monitoring, where you can define alerting policies that trigger on conditions like a metric filter for status=FAILED. On the Google Professional Machine Learning Engineer exam, this tests your understanding of operational monitoring versus logging or notification services; a common trap is choosing Cloud Logging for alerts, but Cloud Logging is for log-based analysis, not metric-based alerting. Remember that Cloud Monitoring is the centralized metrics and alerting hub, while Cloud Logging handles raw log data. A helpful mnemonic is “Metrics for Monitoring, Logs for Logging”—if you need to alert on a pipeline run failure count, always think of Cloud Monitoring first.

PMLE Monitoring ML solutions Practice Question

This PMLE practice question tests your understanding of monitoring ml solutions. The scenario asks you to isolate a root cause — eliminate options that address a different problem before choosing. 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 ML team is using Vertex AI Pipelines to run automated retraining workflows. They want to monitor pipeline execution and receive alerts when a pipeline run fails. Which Google Cloud service should they use to set up such alerts?

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

Cloud Monitoring (formerly Stackdriver Monitoring) is the correct service because it provides alerting policies that can be triggered based on pipeline run status metrics, such as failure counts or run state changes. Vertex AI Pipelines automatically exports execution metrics to Cloud Monitoring, allowing you to define conditions (e.g., metric 'pipeline/run_count' with filter 'status=FAILED') and configure notifications via channels like email, Pub/Sub, or PagerDuty.

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.

  • Vertex AI Metadata

    Why it's wrong here

    Vertex AI Metadata stores information about pipeline runs but does not include alerting capabilities.

  • Cloud Monitoring

    Why this is correct

    Cloud Monitoring can be configured with alerts on metrics like pipeline run failure count or success rate.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Cloud Logging

    Why it's wrong here

    Cloud Logging can be used to view logs, but alerting requires Cloud Monitoring log-based alert policies.

  • Cloud Scheduler

    Why it's wrong here

    Cloud Scheduler runs scheduled jobs; it does not monitor or alert on pipeline outcomes.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates confuse Cloud Logging (which stores logs) with Cloud Monitoring (which provides alerting), or assume Vertex AI Metadata can trigger alerts because it tracks pipeline metadata, but it lacks any notification or policy engine.

Detailed technical explanation

How to think about this question

Under the hood, Vertex AI Pipelines emits custom metrics to Cloud Monitoring via the `google.cloud.aiplatform` monitored resource, including `pipeline_job/state` and `pipeline_job/failure_count`. An alerting policy can be configured with a condition like `metric.type = 'aiplatform.googleapis.com/pipeline_job/state'` and `metric.labels.state = 'FAILED'`, using a rolling window of e.g., 5 minutes. This approach avoids the latency and cost of log-based alerting, which would require parsing unstructured log entries and may miss transient failures.

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 PMLE 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 PMLE 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 PMLE question test?

Monitoring ML solutions — This question tests Monitoring ML solutions — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: Cloud Monitoring — Cloud Monitoring (formerly Stackdriver Monitoring) is the correct service because it provides alerting policies that can be triggered based on pipeline run status metrics, such as failure counts or run state changes. Vertex AI Pipelines automatically exports execution metrics to Cloud Monitoring, allowing you to define conditions (e.g., metric 'pipeline/run_count' with filter 'status=FAILED') and configure notifications via channels like email, Pub/Sub, or PagerDuty.

What should I do if I get this PMLE 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 24, 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 PMLE 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 PMLE exam.