← Google ML Engineer 2023 · ML Engineer Advanced

Google ML Engineer Advanced Quiz

Learning Objectives

Master advanced ML engineering: distributed training, custom containers, and responsible AI.

Google ML Engineer 2023 certification badge
Time left --:--:--
Question 1 / 60 · 60 unanswered
Question 1 of 60
A Google Professional ML Engineer 2023 exam candidate must design a training pipeline that guarantees consistent feature transformations between offline training and online serving for a fraud detection model. Which architecture MOST effectively prevents training-serving skew?
1 / 60
Question 2 of 60
A Google Professional ML Engineer 2023 exam candidate is designing a pipeline for real-time anomaly detection on IoT sensor streams. Which end-to-end architecture on Google Cloud BEST meets sub-second latency and scalability requirements?
2 / 60
Question 3 of 60
The Google Professional ML Engineer 2023 exam covers designing ML systems for high-stakes decisions. Which evaluation practice MOST ensures a credit risk model does not systematically disadvantage a protected class?
3 / 60
Question 4 of 60
A Google Professional ML Engineer 2023 exam candidate is tasked with reducing the cost of a Vertex AI training job that requires 48 hours on 8 × A100 GPUs. Which optimization MOST reduces cost without sacrificing model quality?
4 / 60
Question 5 of 60
On the Google Professional ML Engineer 2023 exam, a data scientist observes that their gradient boosted model achieves 99% training accuracy but only 62% test accuracy. Which combination of interventions is MOST likely to address this?
5 / 60
Question 6 of 60
On the Google Professional ML Engineer 2023 exam, which strategy MOST effectively addresses label noise in a large training dataset without discarding data?
6 / 60
Question 7 of 60
On the Google Professional ML Engineer 2023 exam, an engineer needs to serve a 13B-parameter language model with p99 latency under 200ms on Vertex AI. Which approach MOST likely meets this requirement?
7 / 60
Question 8 of 60
The Google Professional ML Engineer 2023 exam covers 'Shapley values' for model explainability. Which limitation of Shapley-based explanations is MOST important to communicate to stakeholders?
8 / 60
Question 9 of 60
According to the Google Professional ML Engineer 2023 exam, a production ML model's AUC-ROC has degraded from 0.92 to 0.74 over 6 months. Vertex AI Model Monitoring alerts show significant feature drift in 3 key inputs. Which response plan is MOST appropriate?
9 / 60
Question 10 of 60
According to the Google Professional ML Engineer 2023 exam, which approach MOST effectively validates that a newly trained model is a genuine improvement before production deployment?
10 / 60
Question 11 of 60
According to the Google Professional ML Engineer 2023 exam, which technique MOST effectively handles long-range dependencies in a document classification model trained on variable-length text inputs?
11 / 60
Question 12 of 60
On the Google Professional ML Engineer 2023 exam, which approach MOST effectively makes a recommendation model robust to popularity bias (where popular items dominate predictions)?
12 / 60
Question 13 of 60
The Google Professional ML Engineer 2023 exam addresses serving large language models (LLMs) on Vertex AI. Which serving configuration MOST reduces per-request cost while maintaining acceptable latency for a high-volume summarization API?
13 / 60
Question 14 of 60
The Google Professional ML Engineer 2023 exam covers serving ML models at the edge. Which combination of tools is MOST appropriate for converting a Vertex AI trained TensorFlow model to run on mobile devices?
14 / 60
Question 15 of 60
The Google Professional ML Engineer 2023 exam asks about multi-modal ML. Which Vertex AI capability MOST supports building a model that jointly processes both image and text inputs?
15 / 60
Question 16 of 60
According to the Google Professional ML Engineer 2023 exam, which Vertex AI capability MOST efficiently enables parameter-efficient fine-tuning of a foundation model on a small domain-specific dataset?
16 / 60
Question 17 of 60
On the Google Professional ML Engineer 2023 exam, which approach MOST effectively evaluates fairness of a binary classification model used in a loan approval system?
17 / 60
Question 18 of 60
On the Google Professional ML Engineer 2023 exam, which approach to handling severe class imbalance (1:1000 ratio) in a classification task is MOST likely to produce a well-calibrated model?
18 / 60
Question 19 of 60
On the Google Professional ML Engineer 2023 exam, which approach MOST effectively enables a Vertex AI training pipeline to recover from hardware failures mid-run without losing all progress?
19 / 60
Question 20 of 60
The Google Professional ML Engineer 2023 exam describes 'concept drift' versus 'data drift'. Which scenario BEST illustrates concept drift specifically?
20 / 60
Question 21 of 60
A Google Professional ML Engineer 2023 exam candidate is designing a multi-region ML serving architecture that must minimize prediction latency globally. Which Vertex AI deployment pattern BEST achieves this?
21 / 60
Question 22 of 60
The Google Professional ML Engineer 2023 exam asks about designing an ML system that must comply with GDPR's right to erasure. Which architecture MOST effectively enables erasure without full model retraining?
22 / 60
Question 23 of 60
According to the Google Professional ML Engineer 2023 exam, which combination of Vertex AI components MOST effectively supports a regulated ML model's 'right to explanation' requirement?
23 / 60
Question 24 of 60
On the Google Professional ML Engineer 2023 exam, a team trains a model on data from a cloud-based simulation environment to be deployed in a physical robotic system. The model performs well in simulation but fails in the real world. Which phenomenon MOST explains this?
24 / 60
Question 25 of 60
The Google Professional ML Engineer 2023 exam covers federated learning. In which scenario is federated learning MOST appropriate?
25 / 60
Question 26 of 60
According to the Google Professional ML Engineer 2023 exam, which approach MOST effectively reduces Vertex AI training cost for a large-scale NLP model without sacrificing final model quality?
26 / 60
Question 27 of 60
The Google Professional ML Engineer 2023 exam covers 'prompt engineering' for LLM-based applications. Which technique MOST reliably improves the accuracy of an LLM's structured output (e.g., JSON extraction) without fine-tuning?
27 / 60
Question 28 of 60
According to the Google Professional ML Engineer 2023 exam, which technique MOST effectively enables an ML model to refuse to make predictions when input data falls outside the training distribution?
28 / 60
Question 29 of 60
On the Google Professional ML Engineer 2023 exam, a continuous training pipeline has been deployed with Vertex AI Pipelines. Which additional component MOST completes the MLOps feedback loop?
29 / 60
Question 30 of 60
The Google Professional ML Engineer 2023 exam covers 'multi-objective optimization' in ML. Which scenario MOST requires this approach?
30 / 60
Question 31 of 60
On the Google Professional ML Engineer 2023 exam, which approach MOST effectively evaluates the business impact of deploying a new ML model version in production?
31 / 60
Question 32 of 60
The Google Professional ML Engineer 2023 exam covers responsible AI in generative models. Which risk is MOST specific to deploying a large language model (LLM) in a customer-facing application?
32 / 60
Question 33 of 60
According to the Google Professional ML Engineer 2023 exam, which technique MOST effectively reduces catastrophic forgetting when incrementally fine-tuning a pretrained language model on a new domain?
33 / 60
Question 34 of 60
On the Google Professional ML Engineer 2023 exam, which pattern MOST effectively enables zero-downtime model updates for a production Vertex AI Online Prediction endpoint serving millions of requests per day?
34 / 60
Question 35 of 60
According to the Google Professional ML Engineer 2023 exam, which Vertex AI serving feature MOST reduces cold-start latency for a model endpoint that receives intermittent, bursty traffic?
35 / 60
Question 36 of 60
On the Google Professional ML Engineer 2023 exam, which approach MOST effectively enables a Vertex AI model to serve predictions for user queries that include recently created entities (e.g., new products) not present in training data?
36 / 60
Question 37 of 60
The Google Professional ML Engineer 2023 exam asks about designing a real-time recommendation system for a streaming platform. Which architecture MOST efficiently serves personalized recommendations at scale?
37 / 60
Question 38 of 60
According to the Google Professional ML Engineer 2023 exam, which approach MOST effectively enables a team to detect silent data pipeline failures that corrupt ML feature values before they affect model predictions?
38 / 60
Question 39 of 60
The Google Professional ML Engineer 2023 exam covers 'data-centric AI'. Which practice MOST embodies this paradigm?
39 / 60
Question 40 of 60
According to the Google Professional ML Engineer 2023 exam, which strategy MOST effectively prevents a Vertex AI AutoML model from selecting features that would create discriminatory model behavior?
40 / 60
Question 41 of 60
On the Google Professional ML Engineer 2023 exam, which approach to ML pipeline testing MOST rigorously validates that a new training pipeline version will produce a deployable model?
41 / 60
Question 42 of 60
The Google Professional ML Engineer 2023 exam identifies which technique as MOST effective for improving generalization in a deep learning model trained on a limited labeled dataset?
42 / 60
Question 43 of 60
On the Google Professional ML Engineer 2023 exam, which ML system design pattern MOST effectively addresses the challenge of serving different user populations with distinct data distributions using a single model?
43 / 60
Question 44 of 60
The Google Professional ML Engineer 2023 exam identifies which advanced Vertex AI Vizier configuration as MOST effective for optimizing a non-convex objective with multiple local minima?
44 / 60
Question 45 of 60
According to the Google Professional ML Engineer 2023 exam, which regularization technique is MOST effective for sparse feature spaces with many irrelevant features?
45 / 60
Question 46 of 60
On the Google Professional ML Engineer 2023 exam, which approach MOST rigorously ensures that a deployed Vertex AI model does not produce harmful or biased outputs for a public-facing application?
46 / 60
Question 47 of 60
According to the Google Professional ML Engineer 2023 exam, which approach MOST effectively benchmarks a new Vertex AI model endpoint for production readiness under realistic traffic patterns?
47 / 60
Question 48 of 60
On the Google Professional ML Engineer 2023 exam, which approach MOST effectively monitors a Vertex AI model serving financial predictions for signs of adversarial manipulation by external actors?
48 / 60
Question 49 of 60
The Google Professional ML Engineer 2023 exam covers 'model cards' as a tool for:
49 / 60
Question 50 of 60
The Google Professional ML Engineer 2023 exam covers distributed training strategies. Which strategy is MOST appropriate for training a model too large to fit in a single accelerator's memory?
50 / 60
Question 51 of 60
The Google Professional ML Engineer 2023 exam identifies which scenario as MOST appropriate for Vertex AI Vector Search (formerly Matching Engine)?
51 / 60
Question 52 of 60
According to the Google Professional ML Engineer 2023 exam, which design choice MOST ensures long-term maintainability of a production ML system?
52 / 60
Question 53 of 60
On the Google Professional ML Engineer 2023 exam, a Vertex AI Batch Prediction job is running significantly over its time budget. Which optimization MOST likely reduces job duration?
53 / 60
Question 54 of 60
According to the Google Professional ML Engineer 2023 exam, which monitoring strategy MOST effectively detects when a Vertex AI model's prediction confidence is systematically lower for a specific user segment?
54 / 60
Question 55 of 60
On the Google Professional ML Engineer 2023 exam, which testing practice MOST effectively validates ML pipeline code changes before merging into the main branch?
55 / 60
Question 56 of 60
The Google Professional ML Engineer 2023 exam covers 'speculative decoding' for LLM serving. Which benefit does it provide?
56 / 60
Question 57 of 60
According to the Google Professional ML Engineer 2023 exam, when building a production-grade NLP pipeline that must handle 20+ languages, which approach MOST effectively manages multilingual model quality?
57 / 60
Question 58 of 60
The Google Professional ML Engineer 2023 exam asks about designing an ML system for a regulated healthcare application. Which combination of Vertex AI features MOST comprehensively addresses auditability and compliance requirements?
58 / 60
Question 59 of 60
According to the Google Professional ML Engineer 2023 exam, which design consideration is MOST important when building an ML system that must generate predictions for regulatory audit at any point in the future?
59 / 60
Question 60 of 60
On the Google Professional ML Engineer 2023 exam, which approach MOST effectively operationalizes responsible AI principles throughout the ML development lifecycle?
60 / 60