

InterviewSolution
Saved Bookmarks
1. |
Point out the wrong statement.(a) Each replica set member will act in the role of primary replica only(b) The primary replica performs all writes and reads by default(c) Secondaries can also perform read operations, but the data is eventually consistent by default(d) None of the mentioned |
Answer» The correct answer is (a) Each replica set member will act in the role of primary replica only Easy explanation: Each replica set member may act in the role of the primary or secondary replica at any time. |
|