MongoDB Questions and Answers – MongoDB Enterprise – 2

This set of MongoDB Multiple Choice Questions & Answers (MCQs) focuses on “MongoDB Enterprise – 2”.

1. To 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
View Answer

Answer: a
Explanation: When you install the packages, you choose whether to install the current release or a previous one. This step provides the commands for both.

2. Point out the correct statement.
a) MongoDB can be installed on SUSE which is a Linux flavour
b) MongoDB Enterprise is available on select platforms and contains support for several features related to security and monitoring
c) A commercial edition of MongoDB that includes additional features
d) All of the mentioned
View Answer

Answer: d
Explanation: MongoDB is a server process that runs on Linux, Windows and OS X.

3. The MongoDB instance stores its _________ files in /var/lib/mongo by default.
a) log
b) data
c) replica
d) all of the mentioned
View Answer

Answer: b
Explanation: You can specify alternate log and data file directories in /etc/mongod.conf.

4. The MongoDB process listens on port _________ by default.
a) 27017
b) 27170
c) 27107
d) 26017
View Answer

Answer: a
Explanation: Clients connect to the MongoDB process, optionally authenticate themselves if security is turned on, and perform a sequence of actions, such as inserts, queries and updates.

advertisement
advertisement

5. Point out the wrong statement.
a) If you change the user that runs the MongoDB process, you must modify the access control rights
b) The MongoDB instance stores its data files in /var/log/mongodb by default
c) MongoDB uses memory mapped files for data management for efficiency
d) None of the mentioned
View Answer

Answer: b
Explanation: The MongoDB instance stores its data files in /var/lib/mongo and its log files in /var/log/mongodb by default.

6. Which of the following file is a MongoDB configuration file?
a) mongodb.conf
b) mongod.conf
c) mongodb.con
d) none of the mentioned
View Answer

Answer: b
Explanation: The Enterprise packages include an example SNMP configuration file named mongod.conf.

Note: Join free Sanfoundry classes at Telegram or Youtube

7. User account running mongod has _______ permissions for the directory.
a) write only
b) read only
c) read and write
d) none of the mentioned
View Answer

Answer: c
Explanation: To run MongoDB, run the mongod process at the system prompt.

8. ___________ allows you to scale your cluster linearly by adding more machines.
a) Vertical sharding
b) Autosharding
c) Horizontal sharding
d) All of the mentioned
View Answer

Answer: b
Explanation: It is possible to increase capacity without any downtime, which is very important on the web when load can increase suddenly and bringing down the website for extended maintenance can cost your business large amounts of revenue.

advertisement

9. MongoDB is installed unattended on Windows from the command line using ____________
a) msi.exe
b) msiexec.exe
c) exec.exe
d) none of the mentioned
View Answer

Answer: b
Explanation: MongoDB requires a data directory to store all data. MongoDB’s default data directory path is \data\db.

10. Sometimes mongod.exe is visible on public networks without running in _________ Mode with the auth setting.
a) Permanent
b) Secure
c) Primary
d) Protected
View Answer

Answer: b
Explanation: MongoDB is designed to be run in trusted environments, and the database does not enable “Secure Mode” by default.

advertisement

Sanfoundry Global Education & Learning Series – MongoDB.

Here’s the list of Best Books in MongoDB.

If you find a mistake in question / option / answer, kindly take a screenshot and email to [email protected]

advertisement
advertisement
Subscribe to our Newsletters (Subject-wise). Participate in the Sanfoundry Certification contest to get free Certificate of Merit. Join our social networks below and stay updated with latest contests, videos, internships and jobs!

Youtube | Telegram | LinkedIn | Instagram | Facebook | Twitter | Pinterest
Manish Bhojasia - Founder & CTO at Sanfoundry
Manish Bhojasia, a technology veteran with 20+ years @ Cisco & Wipro, is Founder and CTO at Sanfoundry. He lives in Bangalore, and focuses on development of Linux Kernel, SAN Technologies, Advanced C, Data Structures & Alogrithms. Stay connected with him at LinkedIn.

Subscribe to his free Masterclasses at Youtube & discussions at Telegram SanfoundryClasses.