Exam Overview & Strategy
The Google Cloud Professional Machine Learning Engineer certification validates your ability to design, build, and productionize ML models using Google Cloud technologies. This lesson covers everything you need to know about the exam before you start studying.
Exam Format at a Glance
| Detail | Value |
|---|---|
| Number of Questions | 50–60 multiple choice and multiple select |
| Duration | 120 minutes (2 hours) |
| Registration Fee | $200 USD |
| Passing Score | Not publicly disclosed (estimated ~70%) |
| Delivery | Remote proctored or test center (Kryterion) |
| Languages | English, Japanese |
| Recertification | Every 2 years |
| Prerequisites | 3+ years industry experience, 1+ year designing/managing GCP solutions (recommended) |
The Six Exam Domains
The exam tests six domains. Understanding the weight of each domain helps you prioritize your study time:
Domain 1: Architecting Low-Code ML Solutions (~12%)
Developing ML models using BigQuery ML, AutoML, and pre-built APIs. Knowing when to use low-code vs. custom approaches.
Domain 2: Collaborating within & across Teams (~16%)
ML project scoping, data collection strategies, responsible AI, and collaboration between data scientists and engineers.
Domain 3: Scaling Prototypes into ML Models (~18%)
Building models with Vertex AI, choosing frameworks, distributed training, and hyperparameter tuning at scale.
Domain 4: Serving & Scaling Models (~18%)
Model serving infrastructure, online and batch predictions, scaling endpoints, A/B testing, and optimization.
Domain 5: Automating & Orchestrating ML Pipelines (~18%)
Vertex Pipelines, Kubeflow, CI/CD for ML, feature management, and experiment tracking.
Domain 6: Monitoring ML Solutions (~18%)
Model performance monitoring, data drift detection, feature attribution, logging, and retraining triggers.
Recommended Study Plan
Here is a 4-week study plan assuming 1–2 hours per day. Adjust based on your existing GCP experience:
| Week | Focus | Lessons | Activities |
|---|---|---|---|
| Week 1 | Foundations | Lessons 1–2 | Read exam guide, explore Vertex AI console, do introductory Qwiklabs |
| Week 2 | Data & Models | Lessons 3–4 | Practice with BigQuery, Dataflow, build a TF model on Vertex AI |
| Week 3 | Pipelines & Serving | Lessons 5–6 | Build a Vertex Pipeline, deploy a model endpoint, set up monitoring |
| Week 4 | Practice & Review | Lessons 7–8 | Take practice exam, review weak areas, re-read exam tips |
Question Types You Will See
The exam uses two question formats:
- Multiple choice: Select ONE correct answer from four options. These make up the majority of questions.
- Multiple select: Select TWO or MORE correct answers. The question will tell you how many to choose (e.g., "Select two").
Most questions are scenario-based. You will be given a business situation and asked to choose the best GCP solution. The key is identifying the constraints (cost, latency, scale, compliance) and mapping them to the right services.
How Scoring Works
Google does not publish the exact passing score, but based on community reports the threshold is approximately 70%. Key facts about scoring:
- There is no penalty for wrong answers — always answer every question
- All questions are weighted equally
- You can flag questions and return to them later
- Your score is available immediately after completing the exam
- Results show pass/fail only — no domain-level breakdown
Registration & Scheduling
- Go to cloud.google.com/certification/machine-learning-engineer
- Click "Register" and sign in with your Google account
- Choose remote proctored or test center delivery
- Pay the $200 USD registration fee
- Schedule your exam at least 1 week in advance
- For remote proctoring: test your system requirements (webcam, microphone, stable internet, clean desk)
Prerequisites & Background Knowledge
Before diving into the domain-specific lessons, make sure you are comfortable with these fundamentals:
ML Fundamentals
- Supervised vs. unsupervised learning
- Classification, regression, clustering
- Training, validation, test splits
- Bias-variance trade-off
- Common metrics (accuracy, F1, AUC, RMSE)
GCP Fundamentals
- Projects, IAM, service accounts
- Cloud Storage buckets and access
- BigQuery basics (SQL, datasets, tables)
- Cloud Console and gcloud CLI
- Compute Engine vs. GKE vs. Cloud Run
Lilly Tech Systems