LinkedIn Skill Assessment Answers – MongoDB Q1. Which command adds members to the replica set from MongoDB shell? rs.add(“<hostname>”) replicaSetAdd(“<hostname>”) rs.insert(“<hostname>”) replica.add(“<hostname>”) Q2. Which MongoDB shell command should you use to back up a database? restore backup mongobackup mongodump Q3. Which shell query displays all citizens with an age greaterContinue Reading