

InterviewSolution
Saved Bookmarks
1. |
An application communicates with MongoDB by way of a client library, called _____________(a) Driver(b) Parent(c) Rank(d) None of the mentionedThe question was asked during an online interview.This interesting question is from MongoDB documents in section GridFS, BSON Datatype and Administration Concepts of MongoDB |
Answer» CORRECT choice is (a) Driver The best explanation: Driver HANDLES all INTERACTION with the database in a language APPROPRIATE to the APPLICATION. |
|