1.

After starting the mongo shell, your session will use the ________ database by default.(a) mongo(b) master(c) test(d) primaryI have been asked this question in my homework.Question is from Getting Started with MongoDB topic in chapter MongoDB CRUD Concepts and Operation of MongoDB

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.



Discussion

No Comment Found

Related InterviewSolutions