1.

MongoDB documents are composed of field-and-value pairs and have the following structure?(a) field1:; value1(b) field1: value1;(c) field1: value1(d) none of the mentionedI have been asked this question in an online quiz.Origin of the question is MongoDB documents topic in section GridFS, BSON Datatype and Administration Concepts of MongoDB

Answer»

The CORRECT answer is (C) field1: value1

The EXPLANATION: The value of a field can be any of the BSON data TYPES, including other documents, ARRAYS, and arrays of documents.



Discussion

No Comment Found

Related InterviewSolutions