Home »
MCQs »
MongoDB MCQs
The data model available within MongoDB allows us to represent ___
2. The data model available within MongoDB allows us to represent ___.
- Hierarchical relationships
- Able to handle complex structures
- Both A. and B.
- None of the mentioned above
Answer: C) Both A. and B.
Explanation:
The data model provided by MongoDB makes it easier to represent hierarchical relationships, to store arrays, and to store other more complicated structures. It is very easy to scale up and down the MongoDB environments. Companies all over the world have defined clusters, with some of them running 100 or more nodes and containing hundreds of thousands of documents in the database at any given time.