Abhinav Sinha
4acdb0df40
feat(exam): log time spent per scenario in exam report
...
Signed-off-by: Abhinav Sinha <[email protected] >
2026-06-16 16:29:50 +05:30
Abhinav Sinha
6766d772d1
feat(exam): add exam history and improve scenario timer
...
Signed-off-by: Abhinav Sinha <[email protected] >
2026-06-16 16:03:08 +05:30
Abhinav Sinha
5720b59a5f
feat(exam): add timer for each scenario in exam mode
...
Signed-off-by: Abhinav Sinha <[email protected] >
2026-06-16 10:53:14 +05:30
Abhinav Sinha
ab2403e914
feat: implement scenario caching and hot-reloading
...
Signed-off-by: Abhinav Sinha <[email protected] >
2026-06-15 15:28:53 +05:30
Abhinav Sinha
8489544981
refactor(server): replace execSync with execAsync
...
Signed-off-by: Abhinav Sinha <[email protected] >
2026-06-15 11:02:28 +05:30
Abhinav Sinha
124e5276d4
refactor(scenarios): split monolithic configuration into individual files
...
- Split `scenarios/scenarios.json` into individual JSON files under `scenarios/data/` named `<scenario-id>.json`
- Split `scenarios/bundles.json` into individual JSON files under `scenarios/bundles/` named `<bundle-id>.json`
- Updated `backend/server.js` to dynamically load scenario and bundle files from their respective directories
- Updated documentation in `scenarios/SCHEMA.md` and `README.md` to reflect the new repository layout and contributor workflow
Signed-off-by: Abhinav Sinha <[email protected] >
2026-06-15 07:52:47 +05:30
Abhinav Sinha
356d4ee326
feat: Add 10 new scenarios
...
Added new scenarios:
1. Kubernetes Basics:
- [TASK] Annotating Kubernetes Resources
- [TASK] Pod with Init Container
- [MCQ] Pod Restart Policies
- [MCQ] kubectl Output Formats
2. Kubernetes Administrator (CKA):
- [TASK] Configure a PodDisruptionBudget
- [TASK] Pod Priority and PriorityClass
3. Kubernetes Security (CKS):
- [TASK] RuntimeClass for Sandboxed Workloads
- [TASK] Write a Kubernetes Audit Policy
- [TASK] Restrict Egress to Namespace
- [TASK] Enforce Non-Root Container
Signed-off-by: Abhinav Sinha <[email protected] >
2026-05-31 04:20:10 +05:30
Abhinav Sinha and GitHub
c26c0122ce
Initial commit
2026-05-26 20:18:08 +05:30