Failure of a single disk in a RAID 1 array will not result in permanent data loss.
Correct Incorrect Unanswered Report Issue Answer Description
True - failure of a single disk in RAID 1 will not result in permanent data loss. Redundant Array of Independent Disks 1 (RAID) uses disk mirroring to ensure every piece of data can also be found on another hard drive. This means if a single disk fails, another disk will still have the necessary data. Be careful reading this question, CompTIA questions will try to trick you. It says will NOT result in data loss
Wikipedia
RAID (; "redundant array of inexpensive disks" or "redundant array of independent disks") is a data storage virtualization technology that combines multiple physical disk drive components into one or more logical units for the purposes of data redundancy, performance improvement, or both. This is in contrast to the previous concept of highly reliable mainframe disk drives referred to as "single large expensive disk" (SLED).Data is distributed across the drives in one of several ways, referred to as RAID levels, depending on the required level of redundancy and performance. The different schemes, or data distribution layouts, are named by the word "RAID" followed by a number, for example RAID 0 or RAID 1. Each scheme, or RAID level, provides a different balance among the key goals: reliability, availability, performance, and capacity. RAID levels greater than RAID 0 provide protection against unrecoverable sector read errors, as well as against failures of whole physical drives.
RAID - Wikipedia, the free encyclopedia Subscribe to avoid duplicate questions and track your progress over time