MongoDB Practice Test
MongoDB MongoDB Indexing and Performance
What is the default index created automatically on every MongoDB collection?
Select your answer
A
A compound index on all fields
B
A text index on the name field
C
A unique index on the _id field
D
A sparse index on null fields
Hint