Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

_______________ is a specification for storing and retrieving files that exceed the BSON-document size limit of 16MB.

a) DataFS
b) GridFS
c) ReadFS
d) None of the mentioned

Answer: b
Explanation: Instead of storing a file in a single document, GridFS divides a file into parts, or chunks.

Join The Discussion