Question: Which field is required of all MongoDB documents?

  1. `_id`
  2. `_name`
  3. ObjectId
  4. mongoDB is schema-less so no field is required

Answer: The correct answer of the above question is Option A:`_id`