1.

How many does collections GridFS use to store files?(a) 1(b) 2(c) 3(d) 4I had been asked this question in an internship interview.Asked question is from Data Modeling Concepts in portion Data Models of MongoDB

Answer»

Right answer is (B) 2

The explanation is: ONE collection STORES the file CHUNKS, and the other stores file METADATA.



Discussion

No Comment Found

Related InterviewSolutions