1.6 KiB
1.6 KiB
| id | title | mode | open_at | close_at | retakes_enabled | max_attempts | grade_max | time_limit_seconds |
|---|---|---|---|---|---|---|---|---|
| act-03-kubernetes-fundamentals-test | Test 01 — Kubernetes Fundamentals Quiz | test | 2026-02-10T00:00:00+01:00 | 2026-12-31T23:59:59+01:00 | true | 5 | 100 | 1800 |
Test 01 — Kubernetes Fundamentals Quiz
T1
Type: mcq Points: 25 Prompt: Kubernetes is best described as: Refs:
- mat-01-kubernetes-primer#kubernetes-background Choices:
- A container orchestration platform for managing containerized workloads
- A package manager for Linux distributions
- A CI server used only for running unit tests
T2
Type: short Points: 25 Prompt: Single-choice (write only A, B, or C): Which Kubernetes control plane component stores cluster state? Refs:
- mat-01-kubernetes-primer#control-plane Answer: B
T3
Type: mcq Points: 25 Prompt: Multiple-choice: Which statement about Kubernetes Services is correct? Refs:
- mat-02-k8s-objects-and-getting-started#services Choices:
- Services provide a stable network endpoint for Pods
- Services are used to build container images
- Services replace Deployments and StatefulSets
T4
Type: file Points: 25 Prompt: Submit @solutions/pod-commands.md listing at least five kubectl commands for pod inspection and debugging. Refs:
- mat-05-kubectl-for-pods#inspect-pods-with-kubectl-get
- mat-05-kubectl-for-pods#kubectl-describe
- mat-05-kubectl-for-pods#kubectl-logs
- mat-05-kubectl-for-pods#kubectl-exec Rubric:
- Includes at least five relevant kubectl commands (10)
- Commands are appropriate for inspection/debugging tasks (10)
- Notes are clear and concise (5)