Question 50 of 506
Monitoring ML solutionsmediumMultiple ChoiceObjective-mapped

Quick Answer

The answer is Vertex AI Model Monitoring with Fairness Indicators integration. This is the correct choice because it provides continuous, post-deployment monitoring of a deployed model’s predictions for bias against protected groups, such as race or gender, by analyzing prediction distributions and allowing you to set custom alert thresholds. On the Google Professional Machine Learning Engineer exam, this question tests your ability to distinguish between pre-deployment fairness evaluation (e.g., using the What-If Tool during training) and live monitoring requirements—a common trap is selecting a training-time tool like TensorFlow Model Analysis instead. The key is remembering that monitoring fairness of loan approval models on Vertex AI requires a tool that watches live inference traffic, not just static datasets. Memory tip: think “post-deploy, not pre-train”—if the scenario says “set up alerts on live predictions,” you need Vertex AI Model Monitoring with Fairness Indicators, not an evaluation library.

PMLE Monitoring ML solutions Practice Question

This PMLE practice question tests your understanding of monitoring ml solutions. Examine the command output carefully: the correct answer depends on what the output actually shows, not on general recall alone. 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.

Your organization has a requirement to monitor fairness of an ML model that predicts loan approvals. You need to set up alerts if the model's predictions show bias against a protected group. Which tool on Google Cloud can you use to monitor this?

Question 1mediummultiple 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

Vertex AI Model Monitoring with Fairness Indicators integration.

Vertex AI Model Monitoring with Fairness Indicators integration is the correct tool because it allows you to continuously monitor a deployed model's predictions for bias against protected groups (e.g., race, gender) by analyzing prediction distributions and setting alert thresholds. This is a post-deployment monitoring capability, not a training-time evaluation, and it directly addresses the requirement to set up alerts on live predictions.

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 Vision API to analyze demographic data.

    Why it's wrong here

    Irrelevant for tabular loan data.

  • Vertex AI Model Monitoring with Fairness Indicators integration.

    Why this is correct

    Fairness Indicators can be evaluated and monitored via Vertex AI Model Monitoring.

    Related concept

    Read the scenario before looking for a memorised answer.

  • AutoML Tables fairness evaluation results from training.

    Why it's wrong here

    Evaluation is static, not continuous monitoring.

  • Cloud DLP (Data Loss Prevention) to inspect input features for bias.

    Why it's wrong here

    Cloud DLP is not designed for bias detection in predictions.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates confuse training-time fairness evaluation (AutoML Tables) with post-deployment monitoring (Vertex AI Model Monitoring), or they mistakenly think data inspection tools like Cloud DLP or Vision API can perform bias analysis on predictions.

Detailed technical explanation

How to think about this question

Vertex AI Model Monitoring with Fairness Indicators works by comparing the distribution of predictions (e.g., approval rates) across different slices defined by protected attributes (e.g., gender, race) using metrics like equal opportunity difference or demographic parity difference. It can be configured to send alerts via Cloud Monitoring when a threshold (e.g., a 0.1 difference in approval rates) is breached, and it supports both classification and regression models. A subtle behavior is that it requires the protected attributes to be present in the prediction request or joined from a separate dataset, and it does not automatically detect bias if the protected attribute is not explicitly provided.

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: Vertex AI Model Monitoring with Fairness Indicators integration. — Vertex AI Model Monitoring with Fairness Indicators integration is the correct tool because it allows you to continuously monitor a deployed model's predictions for bias against protected groups (e.g., race, gender) by analyzing prediction distributions and setting alert thresholds. This is a post-deployment monitoring capability, not a training-time evaluation, and it directly addresses the requirement to set up alerts on live predictions.

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

Same concept, more angles

1 more ways this is tested on PMLE

These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.

Variation 1. An ML team wants to monitor their recommendation model for fairness. Which TWO metrics should they track to detect potential bias? (Select TWO.)

easy
  • A.Pair-wise fairness metrics such as equal opportunity difference.
  • B.Recall for the minority group only.
  • C.Overall accuracy on the test set.
  • D.Average prediction confidence per request.
  • E.Prediction distribution (e.g., top-K recommendations) across different sensitive attribute groups.

Why A: Pair-wise fairness metrics like equal opportunity difference directly compare model outcomes (e.g., true positive rates) across sensitive groups, making them a standard tool for detecting bias in classification tasks. This metric measures the difference in true positive rates between privileged and unprivileged groups, where a value close to zero indicates fairness. Tracking such metrics aligns with the core principle of monitoring for disparate impact in ML systems.

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.