

InterviewSolution
Saved Bookmarks
1. |
MongoDB supports fixed-size collections called ____________ collections.(a) primary(b) secondary(c) capped(d) all of the mentioned |
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. |
|