

InterviewSolution
Saved Bookmarks
1. |
__________ is a part of the standard MongoDB distribution and provides a full JavaScript environment.(a) mongod(b) mongodb(c) mongo(d) none of the mentionedThis question was addressed to me during an online exam.This intriguing question comes from Getting Started with MongoDB topic in section MongoDB CRUD Concepts and Operation of MongoDB |
Answer» RIGHT OPTION is (c) mongo Easy EXPLANATION: mongo provides complete access to the JavaScript language and all standard functions as WELL as a full database interface for MongoDB. |
|