

InterviewSolution
Saved Bookmarks
1. |
MongoDB uses a ____________ lock that allows concurrent read access to a database but exclusive write access to a single write operation.(a) readers(b) readers-writer(c) writer(d) none of the mentionedI got this question in examination.The above asked question is from Big data and MongoDB topic in portion MongoDB and noSQL Concepts of MongoDB |
Answer» The correct answer is (B) readers-writer |
|