Databricks ML Professional cheat sheet

Updated September 20, 2026

Last-minute reference for the Databricks Machine Learning Professional exam. Half of it is operations.

Exam facts

Questions59 scored
Duration120 minutes
Fee200 USD
LanguageEnglish only
Passing scoreNot published by Databricks

Section weights

SectionWeight
Model Development44%
ML Ops44%
Model Deployment12%

MLOps answers

RequirementAnswer
Roll back within minutesRegistry retains the previous version + tested rollback
Labels arrive 30 days lateProxy monitoring now, true metrics on arrival
Validate on live traffic without risking all usersCanary or shadow deployment
Automated retraining promoted a worse modelPromotion gate vs incumbent on a held-out set
Reconstruct a prediction six months laterModel version, served features and configuration for that request
Two teams break each other’s pipelinesSchema and semantics contract enforced in CI
Cost jumped after promotionServing instance type, min replicas, autoscaling bounds
Prevent unreviewed changes shippingCode review and tests as mandatory gates

Development answers

  • Feature available at training but three days late in production → cannot serve as evaluated
  • Predictions diverge from validation → training-serving skew; one shared definition
  • Monthly rolling window retrain → parameterise the window, record the resolved data version
  • Strong aggregate, fails one segment → evaluate per segment
  • Two teams report different accuracy → different data, splits or metric definitions
  • Ensemble gains 0.3% at triple cost → decide explicitly against business value; default simpler
  • Reproducibility needs seeds, library versions, data version and non-deterministic ops together

Deployment

  • Sub-100ms with feature-store lookups → online feature lookup latency is the risk
  • Nightly 80M batch plus low-latency single requests → separate serving paths, same registered model version

Data and concept drift

Input distribution change versus a change in the input-to-target relationship. The second is only visible once labels arrive.

The published-score trap

No passing score is published. Calibrate on a weighted practice test.

Night-before checklist

  • Development and MLOps are 44% each
  • Promotion gate, rollback, shadow deployment
  • Skew versus drift
  • Check ID and proctoring rules — see exam day

Take the 20-question practice test.