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
(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
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.