

InterviewSolution
Saved Bookmarks
1. |
Point out the wrong statement.(a) Replication provides scalability and increases data redundancy(b) A replica set in MongoDB is a group of mongod processes that provide redundancy and high availability(c) You can also maintain an arbiter as part of a replica set(d) None of the mentionedI got this question in homework.Enquiry is from Replica Set Members in section Replication Concepts, Processes and Replication Set of MongoDB |
Answer» CORRECT choice is (a) Replication provides scalability and INCREASES data REDUNDANCY The explanation: Data redundancy is reduced by REPLICATING the COPIES of data. |
|