
Certified Kubernetes Administrator (CKA)
Domain 1Objective 3
Manage Persistent Volumes and Persistent Volume Claims CKA Practice Questions (Page 3)
Part of the Storage domain, which accounts for 10% of the CKA exam. Linux Foundation does not publish an official question count, but from its 120-minute exam (~50–80 total, ~5–8 in this domain), expect 2–3 from this objective — we provide 33 practice questions to prepare you well beyond it. (estimate)
33questions here
7free pages
12concepts
10%of the exam
Questions 11–15
- 11
A team needs to provision a raw block volume for a database. They create a PersistentVolume (PV) with volumeMode: Block and accessMode: ReadWriteOnce. They then create a PersistentVolumeClaim (PVC) with volumeMode: Block and accessMode: ReadWriteOnce. The PVC binds to the PV. When the pod that uses this PVC is scheduled, what must be configured in the pod spec to use the block volume?
Select an answer first - 12
What is the process of manually creating a PersistentVolume and then creating a PVC to bind to it called?
Select an answer first - 13
A team needs to provision storage for a new application. They want the storage to be created automatically when a PersistentVolumeClaim (PVC) is submitted, without manually creating PersistentVolumes (PVs). The cluster has a StorageClass named 'fast-ssd' configured with a provisioner. What should the team do to ensure the PVC triggers dynamic provisioning?
Select an answer first - 14
What is the default volumeMode for a PersistentVolume if not specified?
Select an answer first - 15
Which of the following is a required field in a PersistentVolume manifest?
Select an answer first
Finished these 5 questions?
Review the revealed explanations, or continue through the curriculum.
Free Basic Practice is a study aid with revealable answers — not a scored exam. Examers.io is independent and not affiliated with or endorsed by Linux Foundation. “CKA” is a trademark of its owner, used for identification only.