Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

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 mentioned

Answer: b
Explanation: Before version 2.2, this lock was implemented on a per-mongod basis. Since version 2.2, the lock has been implemented at the database level.

Join The Discussion