MongoDB
C100DBA · Question #127
Suposse tou have the following collection with only 2 documents: If you run an aggregation query and use { $unwind: "$traits" } as the first stage, how many documents will be passed to the next stage
Sign in or unlock C100DBA to reveal the answer and full explanation for question #127. The question stem and answer options stay visible for context.
MongoDB Fundamentals
Question
Suposse tou have the following collection with only 2 documents:
If you run an aggregation query and use { $unwind: "$traits" } as the first stage, how many documents will be passed to the next stage of the aggregation pipeline?
Exhibit
Options
- A3
- B5
- C4
- D2
- E1
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#$unwind#array unwinding#document count
