

InterviewSolution
Saved Bookmarks
1. |
With an __________ write concern, MongoDB does not acknowledge the receipt of write operations.(a) Nacknowledged(b) Acknowledgement(c) Acknowledged(d) UnacknowledgedI got this question by my college director while I was bunking the class.This is a very interesting question from Write operations topic in portion MongoDB CRUD Concepts and Operation of MongoDB |
Answer» CORRECT choice is (d) UNACKNOWLEDGED Explanation: Unacknowledged is SIMILAR to ERRORS ignored. |
|