a) Permanent b) Secure c) Primary d) Protected Answer: b Explanation: MongoDB is designed to be run in trusted environments, ...
View QuestionMongoDB is installed unattended on Windows from the command line using ____________
a) msi.exe b) msiexec.exe c) exec.exe d) none of the mentioned Answer: b Explanation: MongoDB requires a ...
View Question___________ allows you to scale your cluster linearly by adding more machines.
a) Vertical sharding b) Autosharding c) Horizontal sharding d) all of the mentioned Answer: b Explanation: It is possible to increase capacity without any downtime, ...
View QuestionUser account running mongod has _______ permissions for the directory.
a) write only b) read only c) read and write d) none of the mentioned Answer: c Explanation: To ...
View QuestionWhich of the following file is a MongoDB configuration file?
a) mongodb.conf b) mongod.conf c) mongodb.con d) none of the mentioned Answer: b Explanation: The Enterprise ...
View QuestionPoint out the wrong statement.
a) If you change the user that runs the MongoDB process, you must modify the access control ...
View QuestionThe MongoDB process listens on port _________ by default.
a) 27017 b) 27170 c) 27107 d) 26017 Answer: a Explanation: Clients connect to the MongoDB process, optionally authenticate ...
View QuestionThe MongoDB instance stores its _________ files in /var/lib/mongo by default.
a) log b) data c) replica d) all of the mentioned Answer: b Explanation: You can specify alternate log ...
View QuestionPoint out the correct statement.
a) MongoDB can be installed on SUSE which is a Linux flavour b) MongoDB Enterprise is available on ...
View QuestionTo install the latest stable version of MongoDB on SUSE, issue ______________
a) sudo zypper install mongodb-enterprise b) sudo zypper update mongodb-enterprise c) sudo zyp install mongodb-enterprise d) None of the mentioned Answer: ...
View Question