Skip to content

duquee/databricks-quiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Databricks Certified Data Engineer Associate - Practice Quiz

A local practice quiz for the Databricks Certified Data Engineer Associate exam.

Project Structure

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

How to Run

Option 1: Open directly

open index.html
# or on Linux: xdg-open index.html

Option 2: Local server

python3 -m http.server 8000
# Then open http://localhost:8000

Modes

  • 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

Passing Score

71% (32/45 correct) — matching the actual exam threshold

Quiz Structure

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors