Write the MongoDB equivalent of the following SQL query:

SELECT * FROM users WHERE status = "A" OR age = 50

db.users.find( { { status: "A" } ,{ age: 50 } } )
db.users.find( { $or: { { status: "A" } ,{ age: 50 } } } )
db.users.find({ [$or: { status: "A" } ,{ age: 50 } ] } )
db.users.find({ $or: [ { status: "A" } ,{ age: 50 } ] } )
Verified Answer
Correct Option - d

To get all Infosys Certified Mongo Developer Exam questions Join Telegram Group https://rebrand.ly/lex-group-70b557

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 Tue, 16 Sept 2025