_________ re-configures a replica set by applying a new replica set configuration object.

_________ re-configures a replica set by applying a new replica set configuration object. Correct Answer rs.reconfig()

To reconfigure an existing replica set, first retrieve the current configuration with rs.conf(), modify the configuration document as needed, and then pass the modified document to rs.reconfig().

Related Questions

Which of the following is used to display the replica set configuration object?
________ applies a new configuration to an existing replica set.
_________ returns the replica set configuration document.