

InterviewSolution
Saved Bookmarks
1. |
__________ sets the member that this replica set member will sync from, overriding the default sync target selection logic.(a) rs.reconfig()(b) rs.remove()(c) rs.stepDown()(d) rs.syncFrom()I had been asked this question by my school teacher while I was bunking the class.I want to ask this question from Replication Processes in section Replication Concepts, Processes and Replication Set of MongoDB |
Answer» Right CHOICE is (d) rs.syncFrom() |
|