A web-based simulator for the Kubernetes and Cloud Native Associate (KCNA) exam.
- Two sets of questions extracted from KCNA exam dumps
- 60-question exam simulation
- Timer to simulate real exam conditions
- Question navigation
- Detailed results with correct/incorrect answers
- Explanations for each question
- Open
index.htmlin a web browser - Choose between Question Set 1 or Question Set 2
- Answer all 60 questions within the 90-minute time limit
- Submit your exam to see your results
- Review your answers and explanations
- Built with vanilla HTML, CSS, and JavaScript
- No external dependencies required
- Questions stored in JSON format
- Responsive design for desktop and mobile devices
kcna-examsimulator/
├── index.html # Main HTML file
├── css/
│ └── styles.css # Styling for the application
├── js/
│ └── app.js # Application logic
├── data/
│ ├── questionSet1.json # First set of questions
│ └── questionSet2.json # Second set of questions
└── README.md # This file
This project is for educational purposes only.