

InterviewSolution
Saved Bookmarks
1. |
MongoDB provides high ____________with replica sets.(a) performance(b) availability(c) scalability(d) none of the mentionedThis question was posed to me during an interview for a job.Query is from Big data and MongoDB in division MongoDB and noSQL Concepts of MongoDB |
Answer» CORRECT option is (b) availability The BEST I can explain: A replica set CONSISTS of two or more COPIES of the data. |
|