nerdexam
Google

PROFESSIONAL-MACHINE-LEARNING-ENGINEER · Question #184

You received a training-serving skew alert from a Vertex AI Model Monitoring job running in production. You retrained the model with more recent training data, and deployed it back to the Vertex AI…

The correct answer is B. Update the model monitoring job to use the more recent training data that was used to retrain the. If a training-serving skew alert persists after model retraining with new data, the model monitoring job's baseline must be updated to reflect the new training data distribution.

Submitted by amina.ke· Apr 18, 2026Monitoring, optimizing, and maintaining ML solutions

Question

You received a training-serving skew alert from a Vertex AI Model Monitoring job running in production. You retrained the model with more recent training data, and deployed it back to the Vertex AI endpoint, but you are still receiving the same alert. What should you do?

Options

  • AUpdate the model monitoring job to use a lower sampling rate.
  • BUpdate the model monitoring job to use the more recent training data that was used to retrain the
  • CTemporarily disable the alert. Enable the alert again after a sufficient amount of new production
  • DTemporarily disable the alert until the model can be retrained again on newer training data.

How the community answered

(42 responses)
  • A
    12% (5)
  • B
    76% (32)
  • C
    5% (2)
  • D
    7% (3)

Why each option

If a training-serving skew alert persists after model retraining with new data, the model monitoring job's baseline must be updated to reflect the new training data distribution.

AUpdate the model monitoring job to use a lower sampling rate.

Using a lower sampling rate would reduce the amount of data analyzed, potentially masking actual skew or making detection less reliable, rather than resolving the root cause of the alert.

BUpdate the model monitoring job to use the more recent training data that was used to retrain theCorrect

The model monitoring job compares live serving data against a baseline derived from training data; if the model was retrained with more recent data, the monitoring job's baseline must also be updated to this new dataset to accurately detect skew and avoid false positives from comparing against an outdated reference.

CTemporarily disable the alert. Enable the alert again after a sufficient amount of new production

Temporarily disabling the alert only hides the problem without addressing the underlying misconfiguration of the monitoring job's baseline or the potential for actual skew.

DTemporarily disable the alert until the model can be retrained again on newer training data.

Disabling the alert is a temporary workaround that does not fix the monitoring configuration, which is comparing serving data against an incorrect or outdated training data baseline.

Concept tested: Vertex AI Model Monitoring, training-serving skew, updating monitoring baselines

Source: https://cloud.google.com/vertex-ai/docs/model-monitoring/overview

Topics

#Model Monitoring#Training-Serving Skew#Vertex AI#Data Drift

Community Discussion

No community discussion yet for this question.

Full PROFESSIONAL-MACHINE-LEARNING-ENGINEER Practice