Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumMongoDBmultikey array indexesSingle-choice MCQ

Given the document and index below, which query can use the index with an exact index bound (a tight scan) rather than scanning a broad range?

// doc: { _id: 1, scores: [70, 85, 95] } // index: { scores: 1 }