Chapter Quiz: The Aggregation Framework (Part 1)

Mastery Assessment: Aggregation Basics

Complete this assessment with 100% score to master this chapter.

01Which aggregation stage is used to deconstruct an array field into individual documents?

02What is the memory limit for an individual aggregation stage before you must use `allowDiskUse: true`?

03Which accumulator would you use in a `$group` stage to collect unique values into an array?

04How does the aggregation optimizer handle `$match` and `$sort` stages?