1. What is PersistentVolume ? Junior A. a PV property like ReadWriteOnce or ReadWriteMany defining how nodes can mount it B. a point-in-time copy of a persistent volume managed via the snapshot API C. a template describing a class of storage and its dynamic provisioner D. a cluster storage resource provisioned by an admin or dynamically, independent of any pod Reveal the answer + AI explanation — free account
2. Which term means: "a cluster storage resource provisioned by an admin or dynamically, independent of any pod"? Junior A. Reclaim policy B. ConfigMap volume C. volumeClaimTemplates D. PersistentVolume Reveal the answer + AI explanation — free account
3. Which statement is correct? Junior A. PersistentVolume — a cluster storage resource provisioned by an admin or dynamically, independent of any pod B. PersistentVolume — the pod spec field mapping a volume into a container's filesystem path C. PersistentVolume — a StatefulSet field that creates a unique PVC per replica for stable storage D. PersistentVolume — a volume that mounts ConfigMap data as files into a pod Reveal the answer + AI explanation — free account
4. What is PersistentVolumeClaim ? Junior A. a StatefulSet field that creates a unique PVC per replica for stable storage B. the pod spec field mapping a volume into a container's filesystem path C. automatic creation of a PersistentVolume when a claim references a StorageClass D. a user request for storage that binds to a matching PersistentVolume Reveal the answer + AI explanation — free account
5. Which term means: "a user request for storage that binds to a matching PersistentVolume"? Junior A. volumeClaimTemplates B. Dynamic provisioning C. PersistentVolumeClaim D. Reclaim policy Reveal the answer + AI explanation — free account
6. Which statement is correct? Junior A. PersistentVolumeClaim — a cluster storage resource provisioned by an admin or dynamically, independent of any pod B. PersistentVolumeClaim — a user request for storage that binds to a matching PersistentVolume C. PersistentVolumeClaim — automatic creation of a PersistentVolume when a claim references a StorageClass D. PersistentVolumeClaim — a template describing a class of storage and its dynamic provisioner Reveal the answer + AI explanation — free account
7. What is StorageClass ? Junior A. a volume that mounts ConfigMap data as files into a pod B. a template describing a class of storage and its dynamic provisioner C. a user request for storage that binds to a matching PersistentVolume D. a plugin implementing the Container Storage Interface to integrate external storage systems Reveal the answer + AI explanation — free account
8. Which term means: "a template describing a class of storage and its dynamic provisioner"? Junior A. volumeClaimTemplates B. StorageClass C. PersistentVolume D. Reclaim policy Reveal the answer + AI explanation — free account
9. Which statement is correct? Junior A. StorageClass — a PV property like ReadWriteOnce or ReadWriteMany defining how nodes can mount it B. StorageClass — a volume that mounts ConfigMap data as files into a pod C. StorageClass — what happens to a PV after its claim is deleted, such as Retain or Delete D. StorageClass — a template describing a class of storage and its dynamic provisioner Reveal the answer + AI explanation — free account
10. What is emptyDir ? Junior A. an ephemeral volume created with a pod and deleted when the pod is removed B. a cluster storage resource provisioned by an admin or dynamically, independent of any pod C. automatic creation of a PersistentVolume when a claim references a StorageClass D. a plugin implementing the Container Storage Interface to integrate external storage systems Reveal the answer + AI explanation — free account
11. Which term means: "an ephemeral volume created with a pod and deleted when the pod is removed"? Junior A. Reclaim policy B. Volume snapshot C. emptyDir D. PersistentVolumeClaim Reveal the answer + AI explanation — free account
12. Which statement is correct? Junior A. emptyDir — a user request for storage that binds to a matching PersistentVolume B. emptyDir — what happens to a PV after its claim is deleted, such as Retain or Delete C. emptyDir — an ephemeral volume created with a pod and deleted when the pod is removed D. emptyDir — automatic creation of a PersistentVolume when a claim references a StorageClass Reveal the answer + AI explanation — free account
13. What is ConfigMap volume ? Junior A. what happens to a PV after its claim is deleted, such as Retain or Delete B. a StatefulSet field that creates a unique PVC per replica for stable storage C. a template describing a class of storage and its dynamic provisioner D. a volume that mounts ConfigMap data as files into a pod Reveal the answer + AI explanation — free account
14. Which term means: "a volume that mounts ConfigMap data as files into a pod"? Junior A. ConfigMap volume B. PersistentVolumeClaim C. PersistentVolume D. volumeClaimTemplates Reveal the answer + AI explanation — free account
15. Which statement is correct? Junior A. ConfigMap volume — what happens to a PV after its claim is deleted, such as Retain or Delete B. ConfigMap volume — a volume that mounts ConfigMap data as files into a pod C. ConfigMap volume — a PV property like ReadWriteOnce or ReadWriteMany defining how nodes can mount it D. ConfigMap volume — a StatefulSet field that creates a unique PVC per replica for stable storage Reveal the answer + AI explanation — free account
16. What is Access mode ? Mid A. a user request for storage that binds to a matching PersistentVolume B. a plugin implementing the Container Storage Interface to integrate external storage systems C. an ephemeral volume created with a pod and deleted when the pod is removed D. a PV property like ReadWriteOnce or ReadWriteMany defining how nodes can mount it Reveal the answer + AI explanation — free account
17. Which term means: "a PV property like ReadWriteOnce or ReadWriteMany defining how nodes can mount it"? Mid A. Access mode B. volumeMounts C. PersistentVolume D. Volume snapshot Reveal the answer + AI explanation — free account
18. Which statement is correct? Mid A. Access mode — a point-in-time copy of a persistent volume managed via the snapshot API B. Access mode — what happens to a PV after its claim is deleted, such as Retain or Delete C. Access mode — a PV property like ReadWriteOnce or ReadWriteMany defining how nodes can mount it D. Access mode — the pod spec field mapping a volume into a container's filesystem path Reveal the answer + AI explanation — free account
19. What is Dynamic provisioning ? Mid A. automatic creation of a PersistentVolume when a claim references a StorageClass B. what happens to a PV after its claim is deleted, such as Retain or Delete C. a StatefulSet field that creates a unique PVC per replica for stable storage D. the pod spec field mapping a volume into a container's filesystem path Reveal the answer + AI explanation — free account
20. Which term means: "automatic creation of a PersistentVolume when a claim references a StorageClass"? Mid A. Dynamic provisioning B. Reclaim policy C. CSI driver D. StorageClass Reveal the answer + AI explanation — free account
21. Which statement is correct? Mid A. Dynamic provisioning — a template describing a class of storage and its dynamic provisioner B. Dynamic provisioning — a volume that mounts ConfigMap data as files into a pod C. Dynamic provisioning — a StatefulSet field that creates a unique PVC per replica for stable storage D. Dynamic provisioning — automatic creation of a PersistentVolume when a claim references a StorageClass Reveal the answer + AI explanation — free account
22. What is Reclaim policy ? Mid A. a cluster storage resource provisioned by an admin or dynamically, independent of any pod B. what happens to a PV after its claim is deleted, such as Retain or Delete C. a PV property like ReadWriteOnce or ReadWriteMany defining how nodes can mount it D. a plugin implementing the Container Storage Interface to integrate external storage systems Reveal the answer + AI explanation — free account
23. Which term means: "what happens to a PV after its claim is deleted, such as Retain or Delete"? Mid A. CSI driver B. Reclaim policy C. volumeMounts D. PersistentVolume Reveal the answer + AI explanation — free account
24. Which statement is correct? Mid A. Reclaim policy — what happens to a PV after its claim is deleted, such as Retain or Delete B. Reclaim policy — a template describing a class of storage and its dynamic provisioner C. Reclaim policy — a plugin implementing the Container Storage Interface to integrate external storage systems D. Reclaim policy — a StatefulSet field that creates a unique PVC per replica for stable storage Reveal the answer + AI explanation — free account
25. What is volumeMounts ? Mid A. what happens to a PV after its claim is deleted, such as Retain or Delete B. the pod spec field mapping a volume into a container's filesystem path C. a PV property like ReadWriteOnce or ReadWriteMany defining how nodes can mount it D. a point-in-time copy of a persistent volume managed via the snapshot API Reveal the answer + AI explanation — free account
26. Which term means: "the pod spec field mapping a volume into a container's filesystem path"? Mid A. PersistentVolumeClaim B. Access mode C. CSI driver D. volumeMounts Reveal the answer + AI explanation — free account
27. Which statement is correct? Mid A. volumeMounts — the pod spec field mapping a volume into a container's filesystem path B. volumeMounts — a user request for storage that binds to a matching PersistentVolume C. volumeMounts — a cluster storage resource provisioned by an admin or dynamically, independent of any pod D. volumeMounts — a point-in-time copy of a persistent volume managed via the snapshot API Reveal the answer + AI explanation — free account
28. What is CSI driver ? Senior A. a volume that mounts ConfigMap data as files into a pod B. the pod spec field mapping a volume into a container's filesystem path C. what happens to a PV after its claim is deleted, such as Retain or Delete D. a plugin implementing the Container Storage Interface to integrate external storage systems Reveal the answer + AI explanation — free account
29. Which term means: "a plugin implementing the Container Storage Interface to integrate external storage systems"? Senior A. volumeMounts B. Dynamic provisioning C. CSI driver D. PersistentVolumeClaim Reveal the answer + AI explanation — free account
30. Which statement is correct? Senior A. CSI driver — a template describing a class of storage and its dynamic provisioner B. CSI driver — a plugin implementing the Container Storage Interface to integrate external storage systems C. CSI driver — a point-in-time copy of a persistent volume managed via the snapshot API D. CSI driver — a PV property like ReadWriteOnce or ReadWriteMany defining how nodes can mount it Reveal the answer + AI explanation — free accountShowing 30 of 54 Kubernetes · Storage questions — the full set, with answers, explanations and an AI tutor on every question, is inside.