hardMultiple ChoiceObjective-mapped
220-1201 Practice Question: A technician is troubleshooting a server that…
A technician is troubleshooting a server that uses a RAID 6 array with six 4 TB HDDs. One drive fails, and after replacement, the rebuild process is taking much longer than expected. The array is still online. What is the most likely reason for the slow rebuild?
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
✓
The large capacity of the drives and the double parity overhead are causing the slow rebuild.
RAID 6 uses double parity, requiring more calculations during rebuild. Additionally, large-capacity drives (4 TB) take longer to rebuild because the entire drive surface must be read and written. The rebuild process also competes with normal I/O, slowing it further.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
The replacement drive is of a different RPM.
Why it's wrong here
While a drive's RPM influences its raw sequential read/write speed, a slight difference in RPM for a single replacement drive is unlikely to be the primary cause of a significantly slow RAID 6 rebuild. The rebuild process is bottlenecked more by the extensive I/O operations across all remaining drives, the complex double parity calculations performed by the controller, and the sheer volume of data (4 TB) that must be read and written. The overall array performance and controller processing power are typically more critical factors than a minor RPM variation in one drive.
- ✗
The RAID controller is faulty.
Why it's wrong here
A faulty RAID controller typically manifests with more severe symptoms than merely a slow rebuild. Common indicators of a failing controller include complete array failure, inability to detect drives, data corruption, system crashes, or persistent I/O errors. While a severely degraded controller could contribute to slowness, the primary and more definitive signs of a faulty controller are usually critical operational failures, making a slow rebuild alone an unlikely sole symptom.
- ✗
The array is performing background consistency checks.
Why it's wrong here
Background consistency checks are distinct operations from a drive rebuild and are not automatically initiated by a drive replacement. Consistency checks verify the integrity of data and parity across the array, often scheduled periodically or run manually. A drive replacement triggers a rebuild to reconstruct the lost data onto the new drive. While both are resource-intensive, they are separate processes, and a rebuild's slowness is due to its inherent data reconstruction demands, not concurrent consistency checks.
- ✓
The large capacity of the drives and the double parity overhead are causing the slow rebuild.
Why this is correct
RAID 6 rebuilds are inherently slow due to the necessity of calculating two independent parity blocks (P and Q) for each data stripe. This process requires reading data from all remaining operational drives to reconstruct the missing data, performing intensive computational parity calculations, and then writing the reconstructed data and updated parity to the new drive. With 4 TB drives, the immense volume of data amplifies these I/O and CPU demands, making the rebuild a prolonged and resource-intensive operation.
Quick reference
RAID Level Comparison
| RAID Level | Min Disks | Fault Tolerance | Read | Write | Usable Capacity |
|---|---|---|---|---|---|
| RAID 0 | 2 | None | Excellent | Excellent | 100% |
| RAID 1 | 2 | 1 disk | Good | Moderate | 50% |
| RAID 5 | 3 | 1 disk | Good | Moderate | 67–94% |
| RAID 6 | 4 | 2 disks | Good | Lower | 50–88% |
| RAID 10 | 4 | 1 disk per mirror | Excellent | Good | 50% |
RAID is not a backup strategy — it protects against disk failure but not against accidental deletion, ransomware, or site-level events.
Go deeper
Related to this question
About these practice questions
Courseiva writes every 220-1201 question from scratch — 972 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 220-1201 practice question is part of Courseiva's free CompTIA 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 220-1201 exam.