

InterviewSolution
Saved Bookmarks
1. |
mongod process is stopped by issuing which of the following command?(a) sudo service mongod start(b) sudo service mongod stop(c) sudo service mongod restart(d) none of the mentioned |
Answer» The correct choice is (b) sudo service mongod stop Best explanation: To stop MongoDB, press Control+C in the terminal where the mongod instance is running. |
|