

InterviewSolution
Saved Bookmarks
1. |
________ applies a new configuration to an existing replica set.(a) replSetReconfig(b) replSetMaintenance(c) replSetStepDown(d) all of the mentionedThe question was posed to me by my school teacher while I was bunking the class.My doubt stems from Troubleshooting topic in chapter Replication Concepts, Processes and Replication Set of MongoDB |
Answer» CORRECT CHOICE is (a) replSetReconfig The EXPLANATION: The replSetReconfig command MODIFIES the configuration of an EXISTING replica set. |
|