

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 mentioned |
Answer» Correct choice is (a) Driver The best explanation: Driver handles all interaction with the database in a language appropriate to the application. |
|