mediumMultiple ChoiceObjective-mapped
200-901 PersistentVolume (PV) Practice Question
A developer wants to deploy a containerized application on a Cisco Container Platform (CCP) cluster. The application requires persistent storage. Which Kubernetes resource should be used to provision storage?
⚠ Common exam trap
Candidates often confuse ConfigMap with PersistentVolumeClaim because both can be mounted into pods. However, ConfigMap is only for configuration data and does not provide persistent storage; PersistentVolumeClaim is the correct resource for requesting storage that survives pod restarts.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
PersistentVolumeClaim
PersistentVolumeClaim (PVC) is the correct Kubernetes resource for requesting persistent storage. A PVC binds to a PersistentVolume (PV) that provides storage independent of pod lifecycle. ConfigMap is for configuration data, not persistent storage. Secrets store sensitive data, Services enable network access, and neither provides persistent storage.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Secret
Why it's wrong here
Secret: Used for sensitive data like passwords or tokens; not for persistent storage.
- ✗
Service
Why it's wrong here
Service: An abstraction for networking access to a set of pods; not for storage.
- ✓
PersistentVolumeClaim
Why this is correct
PersistentVolumeClaim: Correct. It requests persistent storage that can be mounted into a pod and survives restarts.
- ✗
ConfigMap
Why it's wrong here
ConfigMap: Used for configuration data but does not provide persistent storage; data is lost if ConfigMap is deleted or pod restarts (unless backed by a volume, but it's not designed for persistent application data).
Go deeper
Related to this question
About these practice questions
Courseiva writes every 200-901 question from scratch — 989 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This 200-901 practice question is part of Courseiva's free Cisco certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the 200-901 exam.