Databricks Data Engineer Associate sheet

Updated September 20, 2026

Last-minute reference for the Databricks Data Engineer Associate exam.

Exam facts

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

Section weights

SectionWeight
Data Transformation and Modeling22%
Data Ingestion and Loading21%
Working with Lakeflow Jobs16%
Governance and Security15%
Implementing CI/CD10%
Troubleshooting, Monitoring, Optimization10%
Databricks Intelligence Platform6%

Ingestion plus transformation is 43%.

Pipeline patterns

RequirementPattern
Process each new file once, no full listingIncremental streaming ingestion with checkpointing
Re-run after partial failure without duplicatesIdempotent MERGE on a unique key
New optional column must not break the writeSchema evolution
Apply latest version of each record from a change feedMERGE INTO on the key
Keep attribute history for point-in-time joinsSCD type 2
Null business keys must be investigableQuality rule routing to a quarantine table
Task 3 runs only if 1 and 2 succeedOne job with task dependencies
Transient cloud storage errorsBounded retries with alerting on final failure
Start when upstream finishesTrigger on upstream completion

Layers

Bronze raw as received · Silver cleansed · Gold business-level aggregates, cheaper and consistently defined for dashboards.

Optimisation

  • Filter before the join, then aggregate
  • Job suddenly slow with no code change → input volume, small files, skew
  • A few tasks dominate a stage → data skew

Governance

  • Hide one column → column mask
  • Which tables a job reads and writes → lineage in the governance catalog
  • Leavers lose access automatically → group-based access
  • Promote code with review and traceability → version control plus automated deployment
  • Same code, two environments → parameterised catalog, schema and paths

The published-score trap

Databricks publishes no passing score. Treat any quoted percentage as a guess.

Night-before checklist

  • Seven sections; transformation and ingestion are 43% together
  • Idempotent merge as the correctness answer
  • Bronze/silver/gold, cold
  • Check ID and proctoring rules — see exam day

Take the 20-question practice test.