

InterviewSolution
Saved Bookmarks
1. |
__________ enables or disables a maintenance mode, which puts a secondary node in a RECOVERING state.(a) replSetReconfig(b) replSetMaintenance(c) replSetStepDown(d) all of the mentionedThe question was asked in an interview for internship.My query is from Troubleshooting topic in division Replication Concepts, Processes and Replication Set of MongoDB |
Answer» CORRECT answer is (b) replSetMaintenance The explanation: The replSetMaintenance admin COMMAND ENABLES or disables the maintenance mode for a secondary member of a REPLICA SET. |
|