

InterviewSolution
Saved Bookmarks
1. |
Point out the wrong statement.(a) As of version 2.0.0, there are no control scripts for mongos(b) The mongodb-enterprise package includes various control scripts, including the init script /etc/rc.d/init.d/mongod(c) You must configure SELinux to allow MongoDB to start on Red Hat Linux-based systems(d) None of the mentioned |
Answer» Right option is (a) As of version 2.0.0, there are no control scripts for mongos To explain: As of version 3.0.0, there are no control scripts for mongos.The mongos process is used only in sharding. |
|