Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumMongoDBtext and $regex searchSingle-choice MCQ

You want to find documents where the indexed string field begins with a known prefix. Which `$regex` form lets MongoDB use a tight, bounded index range?

// Index: { sku: 1 }