Question: Which command adds members to the replica set from MongoDB shell?

  1. `rs.add("")`
  2. `replicaSetAdd("")`
  3. `rs.insert("")`
  4. `replica.add("")`

Answer: The correct answer of the above question is Option A:`rs.add("")`