1.

Point out the wrong statement.(a) By default GridFS limits chunk size to 255k(b) GridFS is useful only for storing files that exceed 16MB(c) When you query a GridFS store for a file, the driver or client will reassemble the chunks as needed(d) All of the mentionedI have been asked this question in exam.The doubt is from Data Modeling Concepts topic in section Data Models of MongoDB

Answer» RIGHT answer is (b) GridFS is useful only for storing files that exceed 16MB

To EXPLAIN I would SAY: GridFS is useful not only for storing files that exceed 16MB but also for storing any files for which you want to access without having to LOAD the ENTIRE file into memory.


Discussion

No Comment Found

Related InterviewSolutions