Exampractice
Data & AI

Best Machine Learning Certifications

The ML-specific certifications still bookable in 2026 — AWS MLA, Google PMLE, Databricks and Microsoft's MLOps successor — compared on cost, depth and renewal.

Maya Patel · 8 min read
Railway-style diagram of a machine learning pipeline with certification badges as stations and one closed station

For years, one exam sat at the top of every machine learning certification list: the AWS Certified Machine Learning – Specialty. You can no longer take it. AWS retired MLS-C01 on 31 March 2026, and Microsoft retired DP-100, the Azure Data Scientist Associate exam, on 1 June 2026. If the ML certification you had bookmarked is one of those two, your shortlist needs rebuilding from scratch — which is exactly what this article does.

The scope here is deliberately narrow: certifications that test machine learning engineering and modelling — training, tuning, deploying and operating models. Broad AI credentials that cover the whole field are ranked in our best AI certifications for 2026, and LLM-centred credentials get their own treatment in the generative AI certifications guide. What remains after those filters is a short, strong list.

What actually counts as an ML certification in 2026?

A working definition: a proctored exam whose objectives centre on the ML lifecycle — data preparation, model training and evaluation, deployment, and production operations (MLOps) — rather than on consuming pre-built AI services or on business literacy. By that standard, four credentials make the core list, with two ecosystem-specific additions worth considering. Course certificates such as TensorFlow-focused specialisations or Coursera programmes can teach you a great deal, but they are not invigilated credentials, so they sit outside this ranking.

The core four

AWS Certified Machine Learning Engineer – Associate

Who it fits: ML practitioners on AWS, and the default pick when no other constraint applies.

This is the closest successor to the retired Specialty and now AWS's flagship ML credential. The MLA-C01 exam runs 65 questions in 130 minutes for $150 USD (regional pricing varies), with a 720 scaled passing score and no prerequisites — AWS suggests about a year of hands-on work with SageMaker and related services. It uses AWS's newer question types (ordering, matching, case study) alongside multiple choice, which rewards genuine workflow understanding over recall.

Version alert: MLA-C02 registration opens on 1 September 2026, the last English sitting of MLA-C01 is 28 September 2026, and the C02 revision folds in generative AI, agentic AI and foundation-model workloads. The certification lasts three years, and earning it auto-recertifies the foundational AI Practitioner. If you are studying now, check AWS's exam page to confirm which version your date falls under.

Google Cloud Professional Machine Learning Engineer

Who it fits: experienced practitioners who want the most demanding, design-orientated ML exam on the market.

Google's Professional Machine Learning Engineer costs $200 USD plus tax and runs 50–60 multiple-choice and multiple-select questions over two hours. There are no exam codes (Google Cloud does not use them), no prerequisites, and no published passing score — results are pass/fail only. Google recommends three-plus years in industry with at least one year on Google Cloud, and although the exam does not directly assess coding, Google advises baseline Python and SQL so you can read code snippets.

The 2026 refresh matters: Google has updated the exam to reflect the transition from Vertex AI-era content toward the Gemini Enterprise Agent Platform, alongside product renames. Prep material written for the old Vertex-centric exam will steer you wrong. Timed Professional Machine Learning Engineer practice questions are worth using early here — not at the end of your prep — because the fastest way to discover this exam's scenario style is to fail some scenarios cheaply.

Databricks Machine Learning Associate and Professional

Who it fits: practitioners in Databricks shops, where the lakehouse platform is the ML workbench.

Databricks maintains a two-tier machine learning track — the Certified Machine Learning Associate and the Certified Machine Learning Professional — covering ML work on the Databricks platform at practitioner and advanced level respectively. We have not verified current formats and fees for these two exams against official pages, so take those details from Databricks' certification site directly. What we can say from the wider Databricks portfolio: its exams are proctored, scenario-based, and typically valid for two years with renewal by retaking the current exam — a heavier maintenance cycle than AWS's three years.

If your organisation runs Databricks, these certifications map to your daily tooling more tightly than any cloud-generic exam will. You can review the exam pages for the Databricks Certified Machine Learning Associate and Databricks Certified Machine Learning Professional to see the shape of each.

Microsoft's MLOps successor to DP-100

Who it fits: ML practitioners in Azure environments — once the new exam settles.

DP-100 and the Azure Data Scientist Associate certification are gone; Microsoft's replacement path is a new MLOps-focused associate certification via exam AI-300, orientated toward production machine learning operations and generative AI operations. At the time of research Microsoft had not published full official details for AI-300 — treat the exam code and positioning as announced, and confirm format, pricing and objectives on Microsoft Learn before committing study time. What is stable is Microsoft's policy layer: associate certifications are scored out of 1,000 with 700 to pass, expire after one year, and renew free through an open-book online assessment. Do not buy DP-100 prep material in 2026; it can no longer earn you anything.

AWS MLA vs Google PMLE: the comparison most people are really making

Searches for "AWS Machine Learning Specialty vs Google ML Engineer" now resolve to this match-up, since the Specialty is retired. The honest answer is that they test different altitudes of the same job.

FactorAWS ML Engineer – AssociateGoogle Professional ML Engineer
LevelAssociateProfessional
DifficultyApplied, workflow-centredDesign-heavy, broader judgement calls
PrerequisitesNone (~1 yr AWS ML suggested)None (3+ yrs industry, 1+ yr GCP suggested)
Cost$150 USD$200 USD + tax
Format65 Q, 130 min, scaled score 720 to pass50–60 Q, 2 hrs, pass/fail only
Best forEngineers shipping ML on AWSSenior practitioners on Google Cloud
Career signalPlatform ML engineering competenceArchitecture-level ML judgement
Renewal3 years; higher AWS exams auto-renew itPer Google's renewal FAQ; shorter professional-tier terms

Neither is universally better. Pick by platform first: certifying against a cloud your employer does not run converts to interview value slowly. If you genuinely work across both, the AWS exam is the gentler entry and the Google exam the stronger senior signal — many practitioners sequence them in that order. How that sequencing extends into a multi-year plan is the subject of our machine learning certification roadmap.

A preparation sequence that fits how these exams test

These are applied exams, so prepare in the order the job works, not the order a textbook does:

  1. Read the current official exam guide first — 2026's refreshes mean domain lists have moved; the guide is the only authoritative syllabus.
  2. Build one end-to-end project on the target platform — ingest data, train, deploy behind an endpoint, monitor. Every exam on this list draws scenarios from exactly this loop.
  3. Study domains against your project, not in the abstract — when the guide says "model deployment", map it to the deployment you just did and note what you skipped.
  4. Introduce practice questions mid-prep as a diagnostic — score by domain, restudy your two weakest, and only then repeat. Free sample questions let you run the first diagnostic before paying for anything.
  5. Finish with at least one full-length timed simulation — the 2-hour-plus formats punish poor pacing more than poor knowledge.
  6. Re-check the provider's page the week you book — version cutovers (MLA-C02, AI-300's rollout) are live risks this year.

Signals you are ready to book

  • You can explain when you would not train a model — when a managed or pre-built service is the right call — because scenario questions love this trade-off.
  • You can compare training options (instance/compute choices, distributed training, tuning strategies) on the target platform without notes.
  • Your practice-test domain scores are consistently strong across all domains, not carried by one.
  • You finish full-length timed runs with time to spare for flagged questions.
  • You have deployed and rolled back at least one model version yourself.

If two or more of those are shaky, the cheapest fix is more hands-on time, not another course.

Which ML certification should you actually take?

Platform decides it. On AWS, take the Machine Learning Engineer – Associate — and if you are booking after 28 September 2026, that means MLA-C02. On Google Cloud, take the Professional Machine Learning Engineer, prepared against the refreshed guide. In a Databricks shop, take the Databricks ML track. On Azure, wait for AI-300's official details to firm up rather than guessing at its syllabus, and keep your skills warm in the meantime.

And if you are still weighing whether any certification justifies the fee and study time against simply building projects, that cost-benefit question deserves more than a paragraph — our verdict lives in is an AI certification worth it?. Whichever exam you choose, benchmark yourself with a timed run before spending the fee; the certification exams directory covers every provider on this list.

Frequently asked questions

Is the AWS Machine Learning Specialty coming back?

No indication of that — AWS retired it on 31 March 2026 and points candidates to the AI Practitioner, ML Engineer – Associate, Data Engineer – Associate and the new Generative AI Developer – Professional instead. Existing holders stay certified for three years from their earning date.

Do I need a maths or statistics background for these exams?

None of them list one as a prerequisite. The Google exam leans hardest on modelling judgement (evaluation metrics, framing problems), while the AWS and Databricks exams weight platform workflow more heavily. Provider experience recommendations are guidance, not gates.

Is there a good vendor-neutral machine learning certification?

The proctored ML certification market is vendor-anchored — the credible exams test ML on a platform. The nearest platform-light option, NVIDIA's associate-level generative AI exam, is LLM-focused rather than classic ML, and course certificates (TensorFlow or otherwise) are not proctored credentials.

How many attempts do providers allow if I fail?

Policies differ sharply: AWS lets you retake after a waiting period per its policy pages; Google Cloud caps Associate/Professional exams at four attempts in two years with waits of 14, 60 and then 365 days. Build the retake rules into your booking plan — details are on each provider's policy page.

Exam facts in this guide were checked against official certification-provider pages on . Fees, exam codes and policies change — confirm on the provider’s own site before you book.

Put it into practice

Test what you have just read

Reading about an exam only takes you so far. Work through practice questions for your certification and find the gaps before exam day does.

You may also like