1.

Point out the correct statement.(a) Update definitions define what fields to modify during an update(b) Query specifications, which define what fields to index(c) Index selectors, which define what records to select for read, update, and delete operations(d) All of the mentionedI had been asked this question in an interview for internship.This key question is from MongoDB documents in portion GridFS, BSON Datatype and Administration Concepts of MongoDB

Answer»

Correct answer is (a) UPDATE definitions define what fields to modify during an update

To EXPLAIN: MongoDB stores all data in documents, which are JSON-style data structures COMPOSED of field-and-value PAIRS.



Discussion

No Comment Found

Related InterviewSolutions