Database

[{_id:1,arr:[{str:"abc"},{int:123}]},{_id:2,arr:[{str:"abc",int:123}]}]

Query

db.collection.find({"arr.str":"abc","arr.int":123})

Result