

InterviewSolution
Saved Bookmarks
1. |
By default, an application directs its ______ operations to the primary member in a replica set.(a) read(b) write(c) read and write(d) none of the mentioned |
Answer» Correct answer is (a) read The best I can explain: Read preference describes how MongoDB clients route read operations to the members of a replica set. |
|