

InterviewSolution
Saved Bookmarks
1. |
How many does collections GridFS use to store files?(a) 1(b) 2(c) 3(d) 4 |
Answer» Right answer is (b) 2 The explanation is: One collection stores the file chunks, and the other stores file metadata. |
|