1.

Point out the correct statement.(a) With MongoDB, you cannot embed related data in a single structure or document(b) The key consideration for the structure of your documents is the decision to embed or to use references(c) Reference schema is generally known as “denormalized” models(d) None of the mentionedThe question was posed to me in an interview for job.My question is taken from Data Modeling Concepts topic in division Data Models of MongoDB

Answer»

Correct ANSWER is (b) The KEY consideration for the structure of your documents is the decision to embed or to use references

To elaborate: Effective DATA models support your APPLICATION needs.



Discussion

No Comment Found

Related InterviewSolutions