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.

The ____________ pattern identifies each node in the tree as stops in a round-trip traversal of the tree.

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

Answer: c
Explanation: The Nested Sets pattern stores each tree node in a document; in addition to the tree node, document stores the id of node’s parent, the node’s initial stop in the left field, and its return stop in the right field.

Join The Discussion