InterviewSolution
Saved Bookmarks
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
What happens if an index does not fit into RAM? |
|
Answer» If the indexes do not fit into RAM, MongoDB reads data from disk which is relatively very much slower than reading from RAM. |
|
| 2. |
How many indexes does MongoDB create by default for a new collection? |
|
Answer» By default, MongoDB created the _id collection for every collection. |
|