Google Cloud · 2026 Edition
A complete preparation guide written by Google Cloud-certified engineers. Covers the exam format,all 8 blueprint domains, a week-by-week study plan, and proven tips for passing first time.
4–6 months
Prep time
Advanced
Difficulty
60
Exam questions
720/1000
Pass mark
Exam code
PMLE
Full name
Google Professional Machine Learning Engineer
Vendor
Google Cloud
Duration
120 minutes
Questions
60 items
Passing score
720/1000 (scaled)
Domains covered
8 blueprint domains
Recommended experience
3+ years of ML engineering experience; proficiency in Python; hands-on experience with TensorFlow or JAX
Typical prep time
4–6 months
The Professional Machine Learning Engineer certification validates the ability to frame ML problems, build ML models, and operationalise ML systems at scale on Google Cloud. It is the credential expected for senior ML roles at Google Cloud-centric organisations.
Job roles this opens
Domain percentage weights are not currently available for this exam. The checklist below is still useful for planning your study.
Weeks 1–2
Problem Framing and Data Strategy: translating business problems to ML tasks, data collection, bias detection
Tip: Know the difference between ML problem types: supervised (labelled data), unsupervised (unlabelled, find patterns), reinforcement learning (reward-based), and self-supervised (use data itself as labels). Questions describe a business problem and ask which problem type applies and which GCP service supports it.
Weeks 3–5
Data Processing: Vertex AI Datasets, BigQuery ML, Dataflow (Apache Beam), Feature Store
Tip: Vertex AI Feature Store provides a centralised repository for ML features with online serving (low-latency lookups for predictions) and offline serving (batch export for training). Know why Feature Store solves the training-serving skew problem — it ensures the same feature computation is used in both training and prediction.
Weeks 6–9
Model Development: Vertex AI Workbench, AutoML, custom training, hyperparameter tuning
Tip: Vertex AI AutoML vs custom training: AutoML is no-code/low-code, trains on your data using Google-managed architectures, best when you lack ML expertise or have a standard use case. Custom training gives full control over the model architecture and training loop — necessary for research or highly specialised domains.
Weeks 10–14
MLOps: Vertex AI Pipelines, Model Registry, Model Monitoring, explainability
Tip: Vertex AI Model Monitoring detects skew (difference between training data distribution and prediction request distribution) and drift (change in prediction request distribution over time). Know the monitoring job types and what each detects — questions give symptoms of a degraded model and ask which monitor type would catch them.
Vertex AI is the primary ML platform on GCP and tested throughout the exam. Know the key Vertex AI services: Workbench (managed notebooks), Training (custom and AutoML training jobs), Prediction (online and batch endpoints), Pipelines (MLOps orchestration using Kubeflow Pipelines or TFX), and Feature Store.
TensorFlow Extended (TFX) pipeline components are tested: ExampleGen (data ingestion), StatisticsGen (descriptive stats), SchemaGen (data schema), ExampleValidator (anomaly detection), Transform (feature engineering), Trainer (model training), Evaluator (model validation), and Pusher (deployment). Know what each component does in the pipeline.
Model explainability on Vertex AI: Integrated Gradients and XRAI (for image models), Shapley values (for tabular models). Know that explainability output shows feature attribution — which features contributed most to a prediction. This is required for regulated industries (financial services, healthcare).
Responsible AI principles on the ML Engineer exam: fairness (unbiased predictions across groups), interpretability (explainable predictions), privacy (differential privacy, federated learning), and safety (robustness to adversarial inputs). Know Google's responsible AI practices and which Vertex AI features support each principle.
Hyperparameter tuning on Vertex AI uses Vizier, Google's black-box optimisation service. Know the search algorithms: grid search (exhaustive, works for small search spaces), random search (better for large spaces), and Bayesian optimisation (uses results of previous trials to guide next trial — most efficient for expensive training runs).
Apply everything in this guide with adaptive practice questions, detailed answer explanations, and domain analytics.
Deep-dive explanations of the key topics tested on PMLE — with exam key points and common misconceptions.