

InterviewSolution
Saved Bookmarks
1. |
___________ is a routing service for MongoDB shard configurations that processes queries from the application layer.(a) mongod(b) mongos(c) mongocon(d) none of the mentionedI had been asked this question by my school teacher while I was bunking the class.I want to ask this question from MongoDB Packages in section MongoDB Enterprise and Packages of MongoDB |
Answer» CORRECT OPTION is (b) MONGOS Easiest explanation: From the perspective of the application, a mongos instance behaves IDENTICALLY to any other MongoDB instance. |
|