mediumMultiple ChoiceObjective-mapped
PMLE Practice Question: You have deployed a regression model that…
You have deployed a regression model that predicts house prices. Over the past month, the model's predictions have been consistently too high. You suspect data drift in the input features. Which monitoring metric should you prioritize to confirm this?
⚠ Common exam trap
Google Cloud often tests the distinction between monitoring prediction drift (output) and feature drift (input), trapping candidates who assume that a change in predictions automatically implies data drift without verifying the input distributions.
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
✓
Monitor feature distribution drift using a divergence metric like Jensen-Shannon divergence
The question describes a scenario where predictions are consistently too high, which is a symptom of data drift—a change in the distribution of input features. Monitoring feature distribution drift using a divergence metric like Jensen-Shannon divergence directly measures whether the input data has shifted from the training distribution, which would cause the model to make biased predictions. This is the most direct way to confirm data drift in the input features.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Monitor prediction drift (prediction distribution)
Why it's wrong here
Prediction drift indicates output change but not which feature drifted.
- ✓
Monitor feature distribution drift using a divergence metric like Jensen-Shannon divergence
Why this is correct
Feature drift measures input distribution change.
- ✗
Monitor feature attribution drift using SHAP values
Why it's wrong here
Feature attribution drift measures impact on predictions, not input distribution.
- ✗
Monitor residual distribution drift
Why it's wrong here
Residuals measure error, not input drift.
Go deeper
Related to this question
About these practice questions
Courseiva writes every PMLE question from scratch — 990 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →
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.