

InterviewSolution
Saved Bookmarks
1. |
Which of the following collection is capped?(a) system.index(b) system.replica(c) system.profile(d) all of the mentioned |
Answer» The correct answer is (c) system.profile Explanation: The database profiler writes data in the system.profile collection, which is a capped collection. |
|