

InterviewSolution
Saved Bookmarks
1. |
The files_id field contains the _id of the chunk’s __________ document.(a) parent(b) child(c) top(d) none of the mentionedThe question was asked in final exam.My question is from Data Modeling Concepts topic in chapter Data Models of MongoDB |
Answer» RIGHT ANSWER is (a) parent To explain: GRIDFS uses a UNIQUE, compound index on the chunks collection for the files_id and n FIELDS. |
|