EX280 Storage And Persistent Volumes Practice Question
Which command allows an administrator to view details, including events and current binding status, of a specific PersistentVolume named 'pv-data01'?
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
✓
oc describe pv pv-data01
The 'oc describe pv pv-data01' command displays detailed information and recent events for the PersistentVolume.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
oc status pv-data01
Why it's wrong here
oc status provides an overview of the current project application topology, not individual PVs.
- ✗
oc get pv pv-data01 -o yaml
Why it's wrong here
While YAML output shows the spec and status, it does not display Kubernetes cluster events associated with the object.
- ✓
oc describe pv pv-data01
Why this is correct
oc describe provides comprehensive status and events for a PV.
- ✗
oc logs pv/pv-data01
Why it's wrong here
oc logs is only valid for pods or build/deployment logs, not storage objects.
About these practice questions
This EX280 question is part of Courseiva's 509-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →
JA
Written and reviewed by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
Last reviewed August 2026 · checked against the official Red Hat exam blueprint
This EX280 practice question is part of Courseiva's free Red Hat 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 EX280 exam.