- A
Cloud Composer
Why wrong: For workflow orchestration, not monitoring.
- B
AI Platform Continuous Evaluation
Provides automated drift detection and model evaluation.
- C
Cloud Monitoring
Can create dashboards and alerts for model metrics like latency and errors.
- D
AI Platform Pipelines
Why wrong: For building ML pipelines, not monitoring.
- E
Cloud Logging
Why wrong: Useful for debugging but not specifically designed for drift monitoring.
Quick Answer
The correct answer is AI Platform Continuous Evaluation and Cloud Monitoring. AI Platform Continuous Evaluation is purpose-built for monitoring model drift on AI Platform, automatically comparing live prediction data against training distributions to detect data drift and performance degradation over time, while Cloud Monitoring provides the essential metrics and alerting infrastructure to track operational indicators like latency and error rates, integrating seamlessly with Continuous Evaluation for full observability. On the Google Professional Data Engineer exam, this pairing tests your understanding that drift detection requires both a specialized model monitoring service and a general-purpose observability platform; a common trap is choosing only Cloud Monitoring or confusing it with Cloud Logging, but remember that Continuous Evaluation handles the model-specific analysis. Memory tip: think “Continuous Evaluation for the model’s health, Cloud Monitoring for the system’s pulse.”
PDE Operationalizing machine learning models Practice Question
This PDE practice question tests your understanding of operationalizing machine learning models. Read the scenario carefully and evaluate each option against the stated constraints before committing to an answer. 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.
A team is deploying a TensorFlow model for online predictions on AI Platform Prediction. They want to monitor for data drift and model performance degradation. Which TWO Google Cloud services should they use?
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
AI Platform Continuous Evaluation
AI Platform Continuous Evaluation (option B) is correct because it is a managed service specifically designed to detect data drift and model performance degradation in deployed models. It automatically compares incoming prediction data against the training data distribution and monitors metrics like accuracy over time, triggering alerts when significant drift is detected. Cloud Monitoring (option C) is correct because it provides the underlying metrics and alerting infrastructure that can track model performance indicators (e.g., prediction latency, error rates) and integrate with Continuous Evaluation for comprehensive observability.
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 Composer
Why it's wrong here
For workflow orchestration, not monitoring.
- ✓
AI Platform Continuous Evaluation
Why this is correct
Provides automated drift detection and model evaluation.
Related concept
Read the scenario before looking for a memorised answer.
- ✓
Cloud Monitoring
Why this is correct
Can create dashboards and alerts for model metrics like latency and errors.
Related concept
Read the scenario before looking for a memorised answer.
- ✗
AI Platform Pipelines
Why it's wrong here
For building ML pipelines, not monitoring.
- ✗
Cloud Logging
Why it's wrong here
Useful for debugging but not specifically designed for drift monitoring.
Common exam traps
Common exam trap: answer the scenario, not the keyword
Google Cloud often tests the distinction between services that orchestrate pipelines (Composer, Pipelines) versus services that monitor and evaluate deployed models (Continuous Evaluation, Monitoring), leading candidates to mistakenly choose orchestration tools for monitoring tasks.
Detailed technical explanation
How to think about this question
AI Platform Continuous Evaluation uses a reference distribution (typically the training data) and computes statistical distances (e.g., Jensen-Shannon divergence, Kolmogorov-Smirnov test) on feature distributions from production predictions. It also tracks model performance metrics like AUC, precision, and recall when ground truth labels are available, and can automatically retrain or rollback models based on thresholds. Cloud Monitoring integrates with this via custom metrics and alerting policies, allowing teams to set up dashboards and notifications for drift events without manual intervention.
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.
- →
Operationalizing machine learning models — study guide chapter
Learn the concepts, then practise the questions
- →
Operationalizing machine learning models practice questions
Targeted practice on this topic area only
- →
All PDE questions
499 questions across all exam domains
- →
Google Professional Data Engineer study guide
Full concept coverage aligned to exam objectives
- →
PDE practice test guide
How to use practice tests most effectively before exam day
Related practice questions
Related PDE practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
Designing data processing systems practice questions
Practise PDE questions linked to Designing data processing systems.
Building and operationalizing data processing systems practice questions
Practise PDE questions linked to Building and operationalizing data processing systems.
Operationalizing machine learning models practice questions
Practise PDE questions linked to Operationalizing machine learning models.
Ensuring solution quality practice questions
Practise PDE questions linked to Ensuring solution quality.
PDE fundamentals practice questions
Practise PDE questions linked to PDE fundamentals.
PDE scenario practice questions
Practise PDE questions linked to PDE scenario.
PDE troubleshooting practice questions
Practise PDE questions linked to PDE troubleshooting.
Practice this exam
Start a free PDE 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 PDE question test?
Operationalizing machine learning models — This question tests Operationalizing machine learning models — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: AI Platform Continuous Evaluation — AI Platform Continuous Evaluation (option B) is correct because it is a managed service specifically designed to detect data drift and model performance degradation in deployed models. It automatically compares incoming prediction data against the training data distribution and monitors metrics like accuracy over time, triggering alerts when significant drift is detected. Cloud Monitoring (option C) is correct because it provides the underlying metrics and alerting infrastructure that can track model performance indicators (e.g., prediction latency, error rates) and integrate with Continuous Evaluation for comprehensive observability.
What should I do if I get this PDE 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 →
Same concept, more angles
1 more ways this is tested on PDE
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. Which THREE metrics should be monitored to detect model drift in a production ML system?
medium- A.Training loss convergence.
- ✓ B.Prediction distribution (prediction drift).
- ✓ C.Feature distribution (data drift).
- D.CPU utilization of the serving nodes.
- ✓ E.Model performance metrics (e.g., accuracy, precision, recall) on a ground truth dataset.
Why B: Prediction drift (distribution of predictions), feature drift (distribution of input features), and model performance metrics (e.g., accuracy) are key indicators. Infrastructure metrics (CPU usage) and training loss are not directly drift indicators.
Last reviewed: Jun 30, 2026
This PDE 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 PDE exam.
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.
Sign in to join the discussion.