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.

Which of the following operations are atomic on document level?

a) update
b) remove
c) findAndModify
d) all of the mentioned

Answer: d
Explanation: In MongoDB, write operations, e.g. db.collection.update(), db.collection.findAndModify(), db.collection.remove(), are atomic on the level of a single document.

Join The Discussion