

InterviewSolution
Saved Bookmarks
1. |
MongoDB applies the _________ phase, which collects and condenses the aggregated data.(a) map(b) reduce(c) mapper(d) all of the mentionedThis question was addressed to me in class test.I need to ask this question from Map-Reduce topic in portion Aggregation Concepts and Aggregation Mechanics of MongoDB |
Answer» RIGHT OPTION is (b) reduce For EXPLANATION: MONGODB then stores the results in a collection. |
|