CoStudy

HomeCertificationsGCP Professional ML Engineer › Monitoring, Drift and Generative AI Evaluation

Monitoring, Drift and Generative AI Evaluation — GCP Professional ML Engineer practice questions

24 multiple-choice questions and 8 flashcards on Monitoring, Drift and Generative AI Evaluation, about 8% of the GCP Professional ML Engineer bank. Every one carries a written rationale.

Written and maintained by Nick Burton · last updated 2026-08-22 · how we write and review questions

What this chapter covers

Monitoring, Drift and Generative AI Evaluation is one of 8 chapters in CoStudy's GCP Professional ML Engineer bank, and it holds 24 of the bank's 300 multiple-choice questions — roughly 8% of the total. That proportion is not arbitrary: chapters follow the certifying body's published exam outline, and the number of questions in each is set by that domain's published weight, so the share of your practice time this chapter takes matches the share of the real exam it accounts for.

Studying by chapter is worth doing once you have a diagnostic score. A single overall percentage tells you whether you are close; it does not tell you which domain is dragging. Working a weak chapter in isolation, and re-testing it in isolation, is the fastest way to move a score that has stalled — and it is why the mock exams in CoStudy report by domain rather than as one number.

Free Monitoring, Drift and Generative AI Evaluation practice questions

3 questions drawn from this chapter, with the full rationale shown — the controlling principle behind the right answer, and why each wrong option tempts and fails.

Half-right monitoring: team monitors only top features and ignores rare-but-critical features. Risk?

  1. No real risk, because the top features dominate the model's predictions anyway
  2. The monitoring pipeline runs faster, the intended tradeoff of narrow coverage
  3. Rare high-impact features can shift undetected; prioritize by importance
  4. Monitoring costs fall, and cost is the main consideration when scoping coverage

Answer: C — Rare high-impact features can shift undetected; prioritize by importance

C) The controlling idea is that frequency and importance are different axes: a feature that appears rarely can still drive the decisions that matter most, so coverage should follow attribution-based importance. A tempts because top features usually do dominate on average, but averages hide the critical tail. B tempts because narrower monitoring is genuinely faster, yet speed is not the risk being asked about. D tempts for the same reason, trading a real blind spot for a small saving.

Vertex AI Model Monitoring detects:

  1. Network outages affecting the serving region network
  2. Feature, prediction, and concept drift in serving
  3. Application code bugs and unhandled exceptions
  4. Cost overruns against the monthly billing budget

Answer: B — Feature, prediction, and concept drift in serving

A) Infrastructure availability is a Cloud Monitoring concern. B) Correct — the managed model monitoring service compares live input and output distributions against a training baseline and alerts when they diverge. C) Error Reporting surfaces exceptions. D) Budgets and alerts live in billing.

Half-right monitoring: team monitors data drift but not model performance (accuracy, AUC, etc.). Risk?

  1. Drift can be benign or severe; without ground truth you cannot tell either way
  2. No real risk, since drift large enough to matter shows up in the input monitors
  3. Training runs finish faster because fewer evaluation metrics are computed
  4. Serving costs fall, since performance metrics are the costly part of monitoring

Answer: A — Drift can be benign or severe; without ground truth you cannot tell either way

A) The controlling idea is that input drift is a leading indicator, not a verdict: only labelled outcomes reveal whether accuracy or AUC actually degraded. B tempts because drift magnitude feels informative, but large shifts can be harmless and small ones can be fatal. C tempts because skipping metrics is faster, yet training duration is unrelated to production monitoring. D tempts by framing the omission as savings, but the saving is trivial next to the blind spot.

Monitoring, Drift and Generative AI Evaluation flashcards

1 cards from the 8 in this chapter.

Vertex AI Model Monitoring?

Detect drift in features + prediction outputs. Compare production samples to training baseline. Alert via Cloud Logging.

Practise the full chapter

These are a sample. The full Monitoring, Drift and Generative AI Evaluation chapter runs 32 items with per-chapter progress tracking, on the web and in the iOS app.

Open GCP Professional ML Engineer in CoStudy →

Other GCP Professional ML Engineer chapters

All GCP Professional ML Engineer practice questions →