1.

By default GridFS limits chunk size to ______ k.(a) 225(b) 255(c) 256(d) None of the mentionedThis question was posed to me in an interview for internship.This question is from GridFS in section GridFS, BSON Datatype and Administration Concepts of MongoDB

Answer»

Correct choice is (b) 255

Best EXPLANATION: GridFS is useful not only for storing files that EXCEED 16MB but also for storing any files for which you want access WITHOUT having to load the entire file into MEMORY.



Discussion

No Comment Found

Related InterviewSolutions