

InterviewSolution
Saved Bookmarks
1. |
After starting the mongo shell, your session will use the ________ database by default.(a) mongo(b) master(c) test(d) primary |
Answer» Correct answer is (c) test To elaborate: At any time, db operation at the mongo shell is used to report the name of the current database. |
|