1.

GridFS uses a _________ index on the chunks collection for the files_id and n fields.(a) unique(b) single(c) non unique(d) none of the mentionedI have been asked this question during an online exam.Question is from GridFS in division GridFS, BSON Datatype and Administration Concepts of MongoDB

Answer»

The CORRECT ANSWER is (a) unique

The explanation is: The files_id field CONTAINS the _id of the chunk’s “PARENT” document.



Discussion

No Comment Found

Related InterviewSolutions