

InterviewSolution
Saved Bookmarks
1. |
The MongoDB instance stores its _________ files in /var/lib/mongo by default.(a) log(b) data(c) replica(d) all of the mentioned |
Answer» Correct answer is (b) data For explanation: You can specify alternate log and data file directories in /etc/mongod.conf. |
|