

InterviewSolution
Saved Bookmarks
1. |
Which of the collection in GridFS stores the binary chunks?(a) chunks(b) files(c) data(d) log |
Answer» The correct choice is (a) chunks To elaborate: GridFS places the collections in a common bucket by prefixing each with the bucket name. |
|