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 ________ References pattern stores each tree node in a document; in addition to the tree node, the document stores the id of the node’s parent.

a) Child
b) Parent
c) Root
d) None of the mentioned

Answer: b
Explanation: Data model that describes a tree-like structure in MongoDB documents by storing references to “parent” nodes in children nodes.

Join The Discussion