

InterviewSolution
Saved Bookmarks
1. |
Point out the correct statement.(a) GridFS uses two collections to store files(b) You cannot perform range queries on files stored through GridFS(c) Applications that handle temporal and spatial data often require capturing fractional units of currency(d) All of the mentionedI got this question in an online interview.This intriguing question originated from GridFS topic in division GridFS, BSON Datatype and Administration Concepts of MongoDB |
Answer» RIGHT option is (a) GRIDFS uses two collections to STORE files The EXPLANATION is: One collection stores the file chunks, and the other stores file metadata. |
|