Databricks GenAI Engineer cheat sheet

Updated September 20, 2026

Last-minute reference for the Databricks Generative AI Engineer Associate exam.

Exam facts

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

Section weights

SectionWeight
Application Development30%
Assembling and Deploying Apps22%
Design Applications14%
Data Preparation14%
Evaluation and Monitoring12%
Governance8%

Development plus deployment is 52%.

RAG quick answers

Symptom or requirementAnswer
40,000 docs updated weeklyRAG over an index refreshed as docs change
Answers must cite the source paragraphRetrieval returns identifiers and locations
Topically related but useless passagesSmaller chunks with overlap
Tables lose meaning when flattenedPreserve row/column relationships
Exact identifiers missed by semantic searchHybrid search with keyword matching
Output must be fixed JSONConstrain to a schema and validate
Latency dominated by 50 chunks, quality flat above 8Retrieve fewer, rerank to keep the best
Hidden instructions in retrieved contentIsolate retrieved content from the instruction channel
Tool charges a customerExplicit confirmation before execution

Deployment

  • Tenfold month-end spike → autoscaling with min and max
  • Compare two prompt versions on live traffic → split traffic, compare measured outcomes
  • Reproducible six months later → version the full configuration: prompt, model version, retrieval settings, code
  • Must not be publicly reachable → private network access, not an IP allow-list

Governance and evaluation

  • Entitlements enforced at retrieval, before content enters the context
  • Log metadata, source references and decisions, sensitive content redacted
  • Groundedness = supported by sources; relevance = addresses the question
  • Quality decline with no code change → drift in the question distribution or the corpus

The published-score trap

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

Night-before checklist

  • Six sections; development plus deployment is 52%
  • Chunking failure mode and its fix
  • Groundedness versus relevance
  • Check ID and proctoring rules — see exam day

Take the 20-question practice test.