MongoDB Associate Developer Practice Exam Flash Cards

Question: 1 / 400

What will the following query return? db.routes.find({ $and: [ { $or: [{ dst_airport: "IST" }, { src_airport: "IST" }] }, { $or: [{ stops: 0 }, { airline.name: "Turkish Airlines"}] }, ] })

?

All flights either departing or landing at Istanbul airport that are operated by Turkish Airlines or have zero stops

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy