A local practice quiz for the Databricks Certified Data Engineer Associate exam.
databricks-quiz/
├── index.html ← Quiz app (standalone HTML)
├── style.css ← Styles
├── quiz.js ← JavaScript logic
├── questions.json ← 45 exam questions with answer key
└── README.md
Option 1: Open directly
open index.html
# or on Linux: xdg-open index.htmlOption 2: Local server
python3 -m http.server 8000
# Then open http://localhost:8000- Exam Mode — Answer all 45 questions with no feedback until the end
- Practice Mode — Get instant correct/incorrect feedback after each question before moving on
71% (32/45 correct) — matching the actual exam threshold
Each question has 5 answer choices (A–E). On the results screen:
- Total score percentage
- Correct / Incorrect count
- Review of all incorrect answers with your answer vs. the correct answer