

InterviewSolution
Saved Bookmarks
1. |
Without a primary, a replica set cannot accept ________ operations.(a) read(b) write(c) read write(d) all of the mentionedThe question was asked during an internship interview.I'm obligated to ask this question of Replica Set Deployment Architectures topic in division Replication Concepts, Processes and Replication Set of MongoDB |
Answer» RIGHT choice is (B) write For explanation: Arbiters do not KEEP a COPY of the DATA. |
|