Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

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

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

Join The Discussion