1.

MongoDB supports fixed-size collections called ____________ collections.(a) primary(b) secondary(c) capped(d) all of the mentionedI have been asked this question in an online quiz.The question is from Big data and MongoDB topic in division MongoDB and noSQL Concepts of MongoDB

Answer»

Right choice is (c) capped

The best I can explain: This TYPE of COLLECTION maintains INSERTION order and, once the specified SIZE has been reached, behaves like a circular queue.



Discussion

No Comment Found

Related InterviewSolutions