

InterviewSolution
Saved Bookmarks
1. |
Syntax for specifying an initial batch size for the cursor is ________________(a) cursor: { batchSize: }(b) cursor: { batchSize: }(c) cur: { batchSize: }(d) none of the mentionedI had been asked this question in a job interview.My question is based upon Aggregation Pipeline topic in section Aggregation Concepts and Aggregation Mechanics of MongoDB |
Answer» Correct answer is (b) cursor: { batchSize: |
|