

InterviewSolution
Saved Bookmarks
1. |
When inserts, updates and deletes have a _________ write concern, write operations return quickly.(a) strong(b) weak(c) average(d) very strong |
Answer» Right choice is (b) weak For explanation I would say: With stronger write concerns, clients wait after sending a write operation for MongoDB to confirm the write operations. |
|