Skip to main content
DevOps ⭐ Premium ⭐ Featured

CNCF Certified Kubernetes Administrator (CKA) - 340 Questions

By Webmaster Certland ❤️ 0 likes

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

🔒

Premium Content

This exam is exclusive to Premium users. Upgrade to get unlimited access!

Become Premium

👁️ Free Preview (5 of 340 questions)

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.
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.
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.
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
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
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 7-day trial
  • All 340 questions
  • Detailed explanations
  • Smart Practice + Focus Mode
⭐ Start 7-day free trial

Information

Questions 340
Time 2h
Difficulty Hard
Minimum Score 66.00%

🤍 Like

Related Exams

Discussion

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

Sign in to join the discussion.