

InterviewSolution
Saved Bookmarks
1. |
Which of the following operation can be optionally used for map reduce?(a) finally(b) final(c) static(d) none of the mentionedI got this question during an interview for a job.The doubt is from Aggregation in chapter Aggregation Concepts and Aggregation Mechanics of MongoDB |
Answer» CORRECT OPTION is (a) finally The EXPLANATION is: Certain mongo shell FUNCTIONS and properties are inaccessible in map-reduce operations. |
|