Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Which of the following pattern is more straightforward to use?

a) Materialized Paths
b) Array of Ancestors
c) Nested Sets
d) None of the mentioned

Answer: b
Explanation: The Array of Ancestors pattern stores each tree node in a document; in addition to the tree node, document stores in an array the id(s) of the node’s ancestors or path.

Join The Discussion