1.

___________ is a specification for storing and retrieving files that exceed the BSON-document size limit of 16MB.(a) FSpec(b) GridFS(c) Grid(d) None of the mentionedThis question was addressed to me in final exam.I need to ask this question from GridFS topic in portion GridFS, BSON Datatype and Administration Concepts of MongoDB

Answer» CORRECT CHOICE is (b) GridFS

The explanation: Instead of storing a file in a single document, GridFS divides a file into PARTS, or chunks.


Discussion

No Comment Found

Related InterviewSolutions