

InterviewSolution
Saved Bookmarks
1. |
If a .mongorc.js file exists, the mongo shell will evaluate a __________ file before starting.(a) .mongorc.js(b) .mongo.js(c) .mongorc.jscript(d) all of the mentioned |
Answer» The correct option is (a) .mongorc.js For explanation: You can disable this behavior by passing the mongo –norc option. |
|