Associate developer NodeJS practice questions - incorrect answers?

You asked for hints so here are they :wink:

Which function name do we use to delete a single document (first match)? Delete Documents — MongoDB Shell

what does an empty object, {}, mean in a multi-document update? Update Documents — MongoDB Shell

what if field does not exists in the document when you use “$set”? $set — MongoDB Manual