CKA • Timed Practice Test 2
This is a timed practice session. You have 10 minutes to answer 10 questions — approximately 1 minute per question, matching real CKA exam pace. Answer every question before time expires.
Time remaining
10:00
Exam-pace drill
Allow 1 minute per question. On the real CKA exam you have approximately 72 seconds per question — this session trains you to maintain that pace under pressure.
Given the following YAML manifests in the same namespace: ```yaml apiVersion: v1 kind: Pod metadata: name: my-pod labels: app: my-app spec: containers: - name: app image: nginx ports: - containerPort: 8080 --- apiVersion: v1 kind: Service metadata: name: my-service spec: selector: app: my-app ports: - port: 80 targetPort: 8080 ``` A pod in the same namespace tries to reach my-service on port 80. What is the most likely outcome?
10 minute time limit — choose an answer to begin.
10 questions · 10 minute exam-pace drill.