Skip to main content
CNCF ⭐ Premium ⭐ Featured

CNCF Certified Kubernetes Administrator (CKA)

By Webmaster Certland English 📝 340 questions ❤️ 0 likes

Practice exam for the Certified Kubernetes Administrator (CKA). Covers Storage, Workloads and Scheduling, Servicing and Networking, Cluster Architecture, and Troubleshooting.

⭐ Premium Updated Mar 2026

Unlock all 340 CNCF Certified Kubernetes Administrator (CKA) questions

Full simulation · Detailed explanations · Unlimited attempts

  • 340 questions — ~5 full-length simulations
  • Detailed explanations — why each answer is right or wrong
  • Unlimited attempts — retake as many times as needed
  • Smart Practice + Focus Mode + no ads
340
Questions
All certifications
from $4.90/mo

Sample Questions — CNCF Certified Kubernetes Administrator (CKA)

5 free sample questions from this practice exam. Correct answers are highlighted.

1. A Kubernetes administrator needs to provision storage automatically for applications deployed in the cluster. Developers should not need to manually create PersistentVolumes. What should the administrator configure?

A Create PersistentVolumes manually for each application before deploying.
B Create a StorageClass that references an appropriate provisioner. ✓ Correct
C Create a ConfigMap that maps volume names to storage paths.
D Use emptyDir volumes in each pod specification.

2. A company's cluster has a StorageClass named 'fast-ssd' set as the default. A developer creates a PVC without specifying a storageClassName field. Which StorageClass will the PVC use?

A The PVC will use 'fast-ssd' because it is the default StorageClass. ✓ Correct
B The PVC will remain unbound because no StorageClass was specified.
C The PVC will use the StorageClass configured for its namespace.
D The PVC will behave as if storageClassName is set to an empty string.

3. A Kubernetes administrator observes that a PersistentVolumeClaim remains in the 'Pending' state after creation. The StorageClass used has volumeBindingMode set to 'WaitForFirstConsumer'. What is the expected behavior?

A The PVC is stuck due to a misconfiguration and the administrator should re-create it.
B The PVC will never bind and must be deleted and re-created with Immediate binding mode.
C The PVC will remain Pending until a Pod referencing it is scheduled, at which point the volume is provisioned. ✓ Correct
D The PVC will bind immediately once the provisioner creates the PersistentVolume.

4. A Kubernetes administrator needs to ensure that when a PersistentVolumeClaim is deleted, the underlying storage resource is also deleted automatically. Which reclaim policy should be set on the StorageClass?

A Retain
B Delete ✓ Correct
C Recycle
D Archive

5. A Kubernetes administrator needs to share a read-only volume across multiple Pods running on different nodes. Which access mode should be set on the PersistentVolumeClaim?

A ReadWriteOnce
B ReadWriteMany
C ReadOnlyMany ✓ Correct
D ReadWriteOncePod

Want to test yourself for real?

Create a free account and run our exam simulation engine.

Free No credit card
  • Simulation engine
  • Up to 10 questions per attempt
  • Score & basic stats
Create free account Already have an account? Sign in
Best
Premium Premium
  • All 340 questions
  • Detailed explanations
  • Smart Practice + Focus Mode
⭐ Get Premium

Information

Questions 340
Time 2h
Difficulty Hard
Minimum Score 66.00%


💰 ROI

Official exam $395.00
CertLand $4.90/mo
Prepare for $395 for less than a coffee/mo

Study Guides & Articles

Related Exams

Discussion

No comments yet. Be the first to start the discussion!

Sign in to join the discussion.