Quiz: Data Modeling for Real MERN Applications
Test your knowledge of one-to-one, one-to-many, and many-to-many relationships, document modeling strategies, and real-world MongoDB schema design.
We'll cover the following...
We'll cover the following...
Quiz
1.
When is embedding related data inside a parent document the better choice?
A.
When the data is shared across many parents and changes independently
B.
When the data is read together with the parent and stays bounded in size
C.
When the data grows without any predictable limit
D.
When the data must be queried on its own most of the time
1 / 12