Databricks ML Associate cheat sheet

Updated September 20, 2026

Last-minute reference for the Databricks Machine Learning Associate exam. Remember the balance: the platform section outweighs model development.

Exam facts

Questions48 scored
Duration90 minutes
Fee200 USD
Validity2 years
Passing scoreNot published by Databricks

Section weights

SectionWeight
Databricks Machine Learning38%
Model Development31%
ML Workflows19%
Model Deployment12%

Platform concepts

ConceptWhat it is for
Experiment trackingParameters, metrics and artefacts per run, so results are comparable and reproducible
Model registryVersioned stage transitions with an approval trail
Feature storeOne feature definition shared by training and serving — the fix for skew
AutoMLA fast baseline and reviewable code, not a final unexamined answer
Environment specLibrary versions recorded with the run; the usual reason a run will not reproduce

Modelling quick answers

  • Random split on a time series → leaks the future; split chronologically
  • Feature computed from the target → target leakage; great validation, poor production
  • Encoder must match at serving → fit in training and persist
  • Rare positive class, 99.7% accuracy → precision, recall, AUC-PR
  • Train loss down, validation up → overfitting; regularise or stop early
  • Large errors disproportionately costly → RMSE
  • Wide variance across CV folds → unstable estimate, not a good model
  • Two models within 0.5% → take the simpler one
  • Why was this prediction made → per-prediction attribution, not global importance

Deployment

  • 60M records overnight, no latency need → batch inference job
  • Accuracy declining over a year → data and concept drift

The published-score trap

No passing score is published. Any quoted percentage is a guess.

Night-before checklist

  • Four sections; the platform section is the largest at 38%
  • Tracking, registry, feature store — what each solves
  • Leakage versus skew versus drift
  • Check ID and proctoring rules — see exam day

Take the 20-question practice test.