adplus-dvertising
frame-decoration

Question

___________ 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 mentioned

Posted under MongoDb Datatypes MongoDB

Answer: (b).GridFS

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

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

Similar Questions

Discover Related MCQs

Q. Point out the correct statement.

Q. By default GridFS limits chunk size to ______ k.

Q. When you query a GridFS store for a file, the _______ will reassemble the chunks as needed.

Q. Point out the wrong statement.

Q. MongoDB represents queries as ___________ objects.

Q. Each document in the __________ collection represents a distinct chunk of a file as represented in the GridFS store.

Q. GridFS uses a _________ index on the chunks collection for the files_id and n fields.

Q. The ___ field contains the sequence number of the chunk.

Q. The GridFS index allows efficient retrieval of __________ using the files_id and n values.

Q. _________ is a binary serialization format used to store documents and make remote procedure calls in MongoDB.

Q. Point out the correct statement.

Q. Which of the following data type is depreciated?

Q. Each data type has a corresponding number that can be used with the _______ operator to query documents by BSON type.

Q. Point out the wrong statement.

Q. There is _________ byte counter in BSON, starting with a random value.

Q. In the mongo shell, you can access the creation time of the ObjectId, using the ______ method.

Q. Object_Id is similar to _________ key in Relational Databases.

Q. Which of the field is reserved for use as a primary key?

Q. Point out the wrong statement.

Q. To ensure functioning replication, do not store values that are of the _______ regular expression type in the _id field.