

InterviewSolution
Saved Bookmarks
1. |
Clients can set a __________ value as part of a replica acknowledged write concern.(a) timeout(b) wtimeout(c) waittimeout(d) none of the mentioned |
Answer» Correct choice is (b) wtimeout Easiest explanation: If the write concern is not satisfied in the specified interval, the operation returns an error, even if the write concern will eventually succeed. |
|