

InterviewSolution
Saved Bookmarks
1. |
___________ replicas maintain a copy of the data on the primary using built-in replication.(a) Primary(b) Secondary(c) Backup(d) All of the mentioned |
Answer» The correct answer is (b) Secondary To explain I would say: When a primary replica fails, the replica set automatically conducts an election process to determine which secondary should become the primary. |
|