Chapter Quiz: MongoDB CRUD Operations (Insertion & Querying)

Mastery Assessment: CRUD Basics

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

01Which operator would you use to find documents where a field value is greater than 100?

02How does the `$elemMatch` operator differ from standard dot notation when querying an array of sub-documents?

03In a projection, what is the effect of setting a field to 0?

04Which of the following query patterns is most likely to cause a full collection scan (COLLSCAN) even if an index exists?