Examers.io
ExamsOrganizationsHow it worksPricingHelp & FAQ
Linux Foundation logo

Kubernetes and Cloud Native Associate (KCNA)

Domain 1Objective 5

Storage KCNA Practice Questions (Page 1)

Part of the Kubernetes Fundamentals domain, which accounts for 44% of the KCNA exam. Linux Foundation does not publish an official question count, but from its 90-minute exam (~35–60 total, ~15–26 in this domain), expect 3–4 from this objective — we provide 26 practice questions to prepare you well beyond it. (estimate)

26questions here
6free pages
6concepts
44%of the exam

Questions 1–5

  1. 1application · medium

    A PersistentVolume with reclaimPolicy: Delete is bound to a PVC. The PVC is deleted. What happens to the PV and the underlying storage?

    Select an answer first
  2. 2foundation · easy

    What is the primary purpose of a StorageClass object in Kubernetes?

    Select an answer first
  3. 3expert · medium

    Your cluster has a StorageClass named 'slow' with reclaimPolicy: Delete and a StorageClass named 'fast' with reclaimPolicy: Retain. A developer creates a PVC that requests 5 GiB and specifies storageClassName: fast. The PVC binds to a dynamically provisioned PV. Later, the developer deletes the PVC. What happens to the PV and the underlying storage?

    Select an answer first
  4. 4application · medium

    You are deploying a stateful application that requires each replica to have its own dedicated persistent storage that remains attached even if the pod is rescheduled to a different node. You plan to use a StatefulSet. What must you configure to ensure each replica gets its own persistent volume?

    Select an answer first
  5. 5application · medium

    An administrator manually creates a PersistentVolume backed by an NFS server. A developer creates a PersistentVolumeClaim requesting 5 GiB. The PV has a capacity of 10 GiB and an access mode of ReadWriteOnce. The PVC requests ReadWriteOnce and 5 GiB. What happens after the PVC is created?

    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. “KCNA” is a trademark of its owner, used for identification only.