devops/activities/03-kubernetes-fundamentals-test.md
2026-01-01 00:00:00 +00:00

58 lines
1.6 KiB
Markdown

---
id: act-03-kubernetes-fundamentals-test
title: "Test 01 — Kubernetes Fundamentals Quiz"
mode: test
open_at: "2026-02-10T00:00:00+01:00"
close_at: "2026-12-31T23:59:59+01:00"
retakes_enabled: true
max_attempts: 5
grade_max: 100
time_limit_seconds: 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:
- [x] 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:
- [x] 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)