

InterviewSolution
Saved Bookmarks
1. |
Which of the following pattern is more straightforward to use?(a) Materialized Paths(b) Array of Ancestors(c) Nested Sets(d) None of the mentionedI got this question in unit test.I'm obligated to ask this question of Model Tree Structures topic in portion Data Models of MongoDB |
Answer» The CORRECT answer is (b) Array of Ancestors |
|