Google News
logo
MongoDB - Quiz(MCQ)
mongod process is stopped by issuing which of the following command?
A)
sudo service mongod
B)
sudo service mongod start
C)
sudo service mongod restart
D)
sudo service mongod stop

Correct Answer :   sudo service mongod stop


Explanation : To stop MongoDB, press Control+C in the terminal where the mongod instance is running.

Advertisement