

InterviewSolution
Saved Bookmarks
1. |
Point out the wrong statement.(a) Replication provides redundancy and increases data availability(b) Replication allows you to recover from hardware failure and service interruptions(c) With multiple copies of data on different database servers, replication protects a database from the loss of a single server(d) None of the mentionedThe question was posed to me in an interview for job.The doubt is from Replication in MongoDB topic in section Replication Concepts, Processes and Replication Set of MongoDB |
Answer» CORRECT option is (d) None of the mentioned To EXPLAIN: With additional COPIES of the data, you can dedicate one to DISASTER recovery, reporting, or backup. |
|