MongoDB
C100DBA · Question #47
Which of the following command inside aggregate command is used in MongoDB aggregation to filter the documents to pass only the documents that match the specified condition(s) to the next pipeline sta
Sign in or unlock C100DBA to reveal the answer and full explanation for question #47. The question stem and answer options stay visible for context.
MongoDB Fundamentals
Question
Which of the following command inside aggregate command is used in MongoDB aggregation to filter the documents to pass only the documents that match the specified condition(s) to the next pipeline stage.
Options
- A$aggregate
- B$sum
- C$match
- D$group
Unlock C100DBA to see the answer
You've previewed enough free C100DBA questions. Unlock C100DBA for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#aggregation pipeline#$match#pipeline stages#filtering