In "albums" collection, identify the option that retrieves the details of the albums having likes greater than 150 but less than 400 [exclusive of 150 and 400]

db.albums.find( 

{ likes : { $gte : 150 }, likes : { $lte : 400 } } 

)

db.albums.find(  

likes : { $gt : 150 , $lt : 400 }  

)

db.albums.find( 

{ likes : { $gt : 150 }, likes : { $lt : 400 } } 

)

db.albums.find( 

{ likes : { $gt : 150 , $lt : 400 } } 

)

Verified Answer
Correct Option - d

To get all Infosys Certified Mongo Developer Exam questions Join Telegram Group https://bit.ly/infy_premium_group

Telegram

We're passionate about offering best placement materials and courses!! A one stop place for Placement Materials. We daily post Offcampus updates and Placement Materials.

Qtr No. 213, New Town Yehlanka Indore 454775

admin@prepflix.in

Updated on Thu, 31 Jul 2025