hardMultiple SelectObjective-mapped
Data Drift Detection and Mitigation on Vertex AI
Which TWO actions are recommended to detect and mitigate data drift in a production ML system on Vertex AI?
Quick Answer
The answer is to set up Vertex AI Model Monitoring for alerting on feature distribution changes and to configure automated retraining triggered by drift thresholds. These two actions work together because Model Monitoring continuously tracks input feature statistics using divergence metrics like Jensen-Shannon divergence or L-infinity distance, detecting when the production data deviates from the training baseline. When drift exceeds a predefined threshold, the automated retraining pipeline can be triggered to adapt the model without manual intervention, ensuring sustained performance. On the Google Professional Machine Learning Engineer exam, this question tests your understanding of MLOps operationalization—specifically, the distinction between detection (monitoring alerts) and mitigation (automated retraining). A common trap is confusing manual retraining with automated pipelines, or overlooking that monitoring alone does not mitigate drift. Remember the mnemonic: “Monitor to detect, retrain to correct.”
⚠ Common exam trap
Google Cloud often tests the distinction between drift detection (monitoring input distributions) and model performance monitoring (tracking prediction errors or confidence), leading candidates to confuse E with a valid drift mitigation technique.
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
✓
Automatically retrain the model when drift exceeds thresholds
Vertex AI's automated retraining pipeline can be triggered when data drift exceeds a predefined threshold, ensuring the model adapts to distribution changes without manual intervention. Option D is correct because Vertex AI Model Monitoring continuously tracks feature distribution statistics (e.g., using Jensen-Shannon divergence or L-infinity distance) and sends alerts when drift is detected, enabling proactive mitigation.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Deploy multiple models and use an ensemble to average predictions
Why it's wrong here
Ensemble does not directly address drift.
- ✗
Manually review model predictions daily
Why it's wrong here
Manual review is not scalable or automatic.
- ✓
Automatically retrain the model when drift exceeds thresholds
Why this is correct
Automated retraining mitigates drift.
- ✓
Set up Vertex AI Model Monitoring to alert on feature distribution changes
Why this is correct
Model Monitoring alerts on drift.
- ✗
Monitor prediction errors and flag when confidence is low
Why it's wrong here
This monitors prediction quality, not data drift.
Go deeper
Related to this question
About these practice questions
One of 990 original PMLE 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 →
Same concept, more angles
1 more way 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. A data scientist deployed a classification model on Vertex AI Endpoints. After a week, the model's accuracy drops significantly from 92% to 78%. The data scientist suspects training-serving skew. What is the first step to confirm this?
medium- A.Look for data leakage in the training pipeline
- ✓ B.Compare feature distributions between training and serving data using Vertex AI Model Monitoring
- C.Examine the feature importance of the model
- D.Check the prediction confidence over time
Why B: Vertex AI Model Monitoring provides a built-in capability to automatically detect training-serving skew by comparing feature distributions between the training data and the live serving data. This is the most direct and efficient first step to confirm whether the accuracy drop is due to a shift in the input data distribution, which is the hallmark of training-serving skew. The data scientist can set up monitoring jobs that compute statistical distance metrics (e.g., Jensen-Shannon divergence) and alert when significant deviations occur.
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
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.