InterviewSolution
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
Which Is Best Raid Level For Performance And Which Is Best For Redundancy? |
|
Answer» RAID 0 for PERFORMANCE RAID 5 or RAID 6 better for redundancy(availability) RAID 0 for performance RAID 5 or RAID 6 better for redundancy(availability) |
|
| 2. |
What Is The Difference Between A Software Raid & Hardware Raid ? |
Answer»
|
|
| 3. |
How Raid Is Configured In Os Level? |
|
Answer» Once we install DEVICE drivers & ALSO RAID CONFIG or MANAGEMENT utility using that we can configure RAID in OS level. Once we install device drivers & also RAID config or management utility using that we can configure RAID in OS level. |
|
| 4. |
How Raid Is Configured Through Bios ? |
|
Answer» If we have a HARDWARE RAID controller card it gives an option while machine booting to ENTER into RAID BIOS utility. Here we have options which give us options to create RAID using a semi-GUI(DOS based GUI) interface. If we have a Hardware RAID controller card it gives an option while machine booting to enter into RAID BIOS utility. Here we have options which give us options to create RAID using a semi-GUI(DOS based GUI) interface. |
|
| 5. |
What Is The Difference Between A Global Hot Spare & A Dedicated Hot Spare ? |
Answer»
|
|
| 6. |
Explain Online,offline,degraded States Of An Array ? |
|
Answer» ONLINE:- when all drives are WORKING fine Downgraded:- Whenever there is a drive failure but still the array is functioning fine Offline:- Array or whole data storage is down REBUILDING:- Storage access is there but since a new drive has been inserted in place of a failed drive data is being written to new drive which might SLOW down the performance of the whole RAID array. Online:- when all drives are working fine Downgraded:- Whenever there is a drive failure but still the array is functioning fine Offline:- Array or whole data storage is down Rebuilding:- Storage access is there but since a new drive has been inserted in place of a failed drive data is being written to new drive which might slow down the performance of the whole RAID array. |
|
| 7. |
What Are The Different States An Array Can Be In And Explain Each State? |
| Answer» | |
| 8. |
What You Do When A Drive In An Array Fails, How You Bring It Back To Optimal Online Mode? |
|
Answer» We swap out failed DRIVE & PLUGIN new functioning drive & wait for the rebuilding process to complete. We make SURE REBUILD process happens WITHOUT any error. Once that completes array is back to optimal online state. We swap out failed drive & plugin new functioning drive & wait for the rebuilding process to complete. We make sure rebuild process happens without any error. Once that completes array is back to optimal online state. |
|
| 9. |
What Is Rebuilding Of Array ? |
|
Answer» WHENEVER there is a disk failure in the RAID array the array GOES to DOWNGRADED STATE. SO when we plug out the failed drive & insert a new functioning drive the RAID configured array STARTS regenerating the data to the newer drive. This process is called REBUILDING. Whenever there is a disk failure in the RAID array the array goes to DOWNGRADED STATE. SO when we plug out the failed drive & insert a new functioning drive the RAID configured array starts regenerating the data to the newer drive. This process is called rebuilding. |
|
| 10. |
What Is A Logical Drive Or Virtual Drive ? |
|
Answer» The partitioning or division of a large hard DRIVE into smaller units. A SINGLE, large Physical Drive can be partitioned into TWO or more smaller Logical Drives. The partitioning or division of a large hard drive into smaller units. A single, large Physical Drive can be partitioned into two or more smaller Logical Drives. |
|
| 11. |
What Is A Hot Spare? |
|
Answer» Hot spare is an EXTRA, unused disk drive that is part of the disk subsystem. It is usually in standby mode ready for service if a drive fails. Whenever there is a drive FAILURE this hot spare kicks in & TAKES over that failed drive's ROLE. Hot spare is an extra, unused disk drive that is part of the disk subsystem. It is usually in standby mode ready for service if a drive fails. Whenever there is a drive failure this hot spare kicks in & takes over that failed drive's role. |
|
| 12. |
When Jbod Is Preferred Over Raid Array ? |
|
Answer» When there is no NEED for redundancy & when it is OK if there is some hard disk failure or data unavailability in such scenarios JBOD is prefered over RAID because JBOD is inexpensive STORAGE SOLUTION. It is also easy to setup & start using compared to RAID. When there is no need for redundancy & when it is ok if there is some hard disk failure or data unavailability in such scenarios JBOD is prefered over RAID because JBOD is inexpensive storage solution. It is also easy to setup & start using compared to RAID. |
|
| 13. |
Whats The Difference Between A Jbod & A Raid Array ? |
|
Answer» Just A Bunch Of Disks (JBOD):-
Just A Bunch Of Disks (JBOD):- |
|
| 14. |
What Is A Raid Array ? |
|
Answer» RAID array is a group of disks which are CONFIGURED with RAID. That MEANS they are in a redundant setup to TOLERATE any DISK failures. RAID array is a group of disks which are configured with RAID. That means they are in a redundant setup to tolerate any disk failures. |
|
| 15. |
What Is Background Initialization? |
|
Answer» This is a Consistency check process FORCED when a new LOGICAL drive is created. This is an AUTOMATIC operation that starts 5 minutes after the new logical drive is created. This is a Consistency check process forced when a new logical drive is created. This is an automatic operation that starts 5 minutes after the new logical drive is created. |
|
| 16. |
What Is Check Consistency? |
|
Answer» Consistency CHECK or CC verifies CORRECTNESS of data in logical drives. This is a feature of some of the RAID HARDWARE controller cards. Consistency check or CC verifies correctness of data in logical drives. This is a feature of some of the RAID hardware controller cards. |
|
| 17. |
What Is Initialization? |
|
Answer» INITIALIZATION is the PROCESS of preparing a drive for storage use. It erases all data on the drive & makes way for NEW FILE system CREATION. Initialization is the process of preparing a drive for storage use. It erases all data on the drive & makes way for new file system creation. |
|
| 18. |
Other Than Raid Feature What Are The Other Features In Software Management Functionalities? |
| Answer» | |
| 19. |
How Raid 5 Works And How Parity Is Calculated ? |
|
Answer» The parity calculation is TYPICALLY performed using a logical OPERATION called "exclusive OR" or "XOR". As you may KNOW, the "OR" logical operator is "true" (1) if either of its operands is true, and false (0) if neither is true. The exclusive OR operator is "true" if and only if one of its operands is true; it differs from "OR" in that if both operands are true, "XOR" is false. The parity calculation is typically performed using a logical operation called "exclusive OR" or "XOR". As you may know, the "OR" logical operator is "true" (1) if either of its operands is true, and false (0) if neither is true. The exclusive OR operator is "true" if and only if one of its operands is true; it differs from "OR" in that if both operands are true, "XOR" is false. |
|
| 20. |
How Many Minimum Disk Drives Are Needed For R0,r1,r5,r10,r01 ? |
| Answer» | |
| 21. |
Whats The Difference Between Raid01 & Raid10? |
|
Answer» RAID 0+1: Striped Set + Mirrored Set (4 disk minimum; Even number of disks) provides fault tolerance and improved performance but increases COMPLEXITY. Array continues to operate with one FAILED drive. The key difference from RAID 1+0 is that RAID 0+1 creates a second striped set to MIRROR a primary striped set, and as a result can only sustain a maximum of a single disk LOSS, whereas 1+0 can sustain multiple drive losses as long as no two drive loss COMPRISE a single pair. RAID 1+0: Mirrored Set + Striped Set (4 disk minimum; Even number of disks) provides fault tolerance and improved performance but increases complexity. Array continues to operate with one or more failed drives. The key difference from RAID 0+1 is that RAID 1+0 creates a striped set from a series of mirrored drives. RAID 0+1: Striped Set + Mirrored Set (4 disk minimum; Even number of disks) provides fault tolerance and improved performance but increases complexity. Array continues to operate with one failed drive. The key difference from RAID 1+0 is that RAID 0+1 creates a second striped set to mirror a primary striped set, and as a result can only sustain a maximum of a single disk loss, whereas 1+0 can sustain multiple drive losses as long as no two drive loss comprise a single pair. RAID 1+0: Mirrored Set + Striped Set (4 disk minimum; Even number of disks) provides fault tolerance and improved performance but increases complexity. Array continues to operate with one or more failed drives. The key difference from RAID 0+1 is that RAID 1+0 creates a striped set from a series of mirrored drives. |
|
| 22. |
Whats The Difference Between Raid 3 & Raid 5 ? |
|
Answer» RAID 3 and RAID 4: Striped Set (3 disk minimum) with Dedicated Parity, the parity bits represent a memory LOCATION each, they have a value of 0 or 1, whether the given memory location is empty or full, thus enhancing the speed of read and write. : Provides improved performance and fault tolerance similar to RAID 5, but with a dedicated parity disk rather than rotated parity stripes. The single disk is a bottle-neck for writing since every write requires updating the parity data. One minor benefit is the dedicated parity disk allows the parity drive to fail and operation will continue without parity or performance penalty. RAID 5 does not have a dedicated parity drive but the parity is rotated across all the drives HENCE the parity is DISTRIBUTED. RAID 5: Striped Set (3 disk minimum) with Distributed Parity: Distributed parity requires all but one drive to be present to operate; drive failure requires replacement, but the array is not destroyed by a single drive failure. Upon drive failure, any subsequent reads can be calculated from the distributed parity such that the drive failure is masked from the end user. The array will have data loss in the event of a second drive failure and is vulnerable until the data that was on the FAILED drive is rebuilt onto a replacement drive. RAID 3 and RAID 4: Striped Set (3 disk minimum) with Dedicated Parity, the parity bits represent a memory location each, they have a value of 0 or 1, whether the given memory location is empty or full, thus enhancing the speed of read and write. : Provides improved performance and fault tolerance similar to RAID 5, but with a dedicated parity disk rather than rotated parity stripes. The single disk is a bottle-neck for writing since every write requires updating the parity data. One minor benefit is the dedicated parity disk allows the parity drive to fail and operation will continue without parity or performance penalty. RAID 5 does not have a dedicated parity drive but the parity is rotated across all the drives hence the parity is distributed. RAID 5: Striped Set (3 disk minimum) with Distributed Parity: Distributed parity requires all but one drive to be present to operate; drive failure requires replacement, but the array is not destroyed by a single drive failure. Upon drive failure, any subsequent reads can be calculated from the distributed parity such that the drive failure is masked from the end user. The array will have data loss in the event of a second drive failure and is vulnerable until the data that was on the failed drive is rebuilt onto a replacement drive. |
|
| 23. |
Whats The Difference Between Raid1 And Raid5 ? |
|
Answer» RAID 1: Minimum 2 drives are required . Gives only 50% disk SPACE. RAID 5: Minimum 3 drives are required . Gives only (N-1)X Capacity where n is the no. of disks, disk space. RAID 1: Minimum 2 drives are required . Gives only 50% disk space. RAID 5: Minimum 3 drives are required . Gives only (n-1)X Capacity where n is the no. of disks, disk space. |
|
| 24. |
Whats The Difference Between Raid0 & Raid1 ? |
|
Answer» RAID 0+1: This is a hybrid form of RAID that some manufacturers have IMPLEMENTED to try and give the advantages of each of the two versions combined. Typically this can only be done on a SYSTEM with a minimum of 4 hard drives. It then combines the methods of mirroring and striping to provide the performance and redundancy. The first set of drives will be active and have the data striped across them while the second set of drives will be a mirror of the data on the first two. RAID 10 or 1+0: RAID 10 is effectively a similar version to RAID 0+1. Rather than striping data between the DISK sets and then mirroring them, the first two drives in the set are a MIRRORED together. The second two drives form another set of DISKS that is are mirror of one another but store striped data with the first pair. This is a form of nested RAID setup. Drives 1 and 2 are a RAID 1 mirror and drives 3 and 4 are also a mirror. These two sets are then setup as stripped array. RAID 0+1: This is a hybrid form of RAID that some manufacturers have implemented to try and give the advantages of each of the two versions combined. Typically this can only be done on a system with a minimum of 4 hard drives. It then combines the methods of mirroring and striping to provide the performance and redundancy. The first set of drives will be active and have the data striped across them while the second set of drives will be a mirror of the data on the first two. RAID 10 or 1+0: RAID 10 is effectively a similar version to RAID 0+1. Rather than striping data between the disk sets and then mirroring them, the first two drives in the set are a mirrored together. The second two drives form another set of disks that is are mirror of one another but store striped data with the first pair. This is a form of nested RAID setup. Drives 1 and 2 are a RAID 1 mirror and drives 3 and 4 are also a mirror. These two sets are then setup as stripped array. |
|
| 25. |
Explain Raid 0, Raid 1, Raid 5 ? |
|
Answer» RAID 0:
RAID 1: RAID version 1 was the first real implementation of RAID. It provides a simple form of redundancy for data through a process called MIRRORING. This form typically requires two individual drives of SIMILAR capacity. One drive is the active drive and the secondary drive is the mirror. When data is written to the active drive, the same data is written to the mirror drive. RAID 5: This is the most powerful form of RAID that can be found in a desktop computer system. Typically it requires the form of a hardware controller card to manage the array, but some desktop operating systems can create these via software. This method uses a form of striping with parity to maintain data redundancy. A minimum of three drives is required to build a RAID 5 array and they should be identical drives for the best performance. RAID 0: RAID 1: RAID version 1 was the first real implementation of RAID. It provides a simple form of redundancy for data through a process called mirroring. This form typically requires two individual drives of similar capacity. One drive is the active drive and the secondary drive is the mirror. When data is written to the active drive, the same data is written to the mirror drive. RAID 5: This is the most powerful form of RAID that can be found in a desktop computer system. Typically it requires the form of a hardware controller card to manage the array, but some desktop operating systems can create these via software. This method uses a form of striping with parity to maintain data redundancy. A minimum of three drives is required to build a RAID 5 array and they should be identical drives for the best performance. |
|
| 26. |
What Are Different Levels Of Raid? |
|
Answer»
RAID 0,RAID 1,RAID 2,RAID 3,RAID 4,RAID 5,RAID 10,RAID 01,RAID 50,RAID 6 But POPULAR are RAID 0,RAID 1,RAID 5,RAID 10,RAID 01,RAID 50,RAID 6 generally used are R0,R1,R5 There are many levels like RAID 0,RAID 1,RAID 2,RAID 3,RAID 4,RAID 5,RAID 10,RAID 01,RAID 50,RAID 6 But popular are RAID 0,RAID 1,RAID 5,RAID 10,RAID 01,RAID 50,RAID 6 generally used are R0,R1,R5 |
|
| 27. |
What Are The Advantages Of Raid? |
Answer»
Higher Data Security: Through the use of redundancy, most RAID levels provide protection for the data stored on the array. This means that the data on the array can withstand even the complete failure of one hard disk (or sometimes more) without any data loss, and without requiring any data to be restored from backup. This security feature is a key benefit of RAID and probably the aspect that drives the creation of more RAID arrays than any other. All RAID levels provide some degree of data protection, depending on the exact implementation, except RAID level 0. Higher Data Security: Through the use of redundancy, most RAID levels provide protection for the data stored on the array. This means that the data on the array can withstand even the complete failure of one hard disk (or sometimes more) without any data loss, and without requiring any data to be restored from backup. This security feature is a key benefit of RAID and probably the aspect that drives the creation of more RAID arrays than any other. All RAID levels provide some degree of data protection, depending on the exact implementation, except RAID level 0. |
|
| 28. |
What Is Raid? |
Answer»
|
|