

InterviewSolution
Saved Bookmarks
1. |
The output of the reduce function may pass through a ______ function to further condense or process the results of the aggregation.(a) finalize(b) filter(c) procedure(d) none of the mentionedI got this question in final exam.Question is taken from Map-Reduce topic in section Aggregation Concepts and Aggregation Mechanics of MongoDB |
Answer» CORRECT choice is (a) finalize To explain I WOULD say: The INPUT and the output collections MAY be sharded. |
|