

InterviewSolution
Saved Bookmarks
1. |
A rollback reverts _______ operations on a former primary when the member rejoins the replica set after a failover.(a) read(b) write(c) view(d) secondaryThis question was addressed to me by my school teacher while I was bunking the class.The query is from Read and Write Semantics topic in division Replication Concepts, Processes and Replication Set of MongoDB |
Answer» Right answer is (b) write |
|