Question: You are going to do a series of updates to multiple records. You find setting the multi option of the update() command too tiresome. What should you do instead?

  1. Use the replaceMany() command instead
  2. Use the updateMulti() command instead
  3. Use the updateMany() command instead
  4. Set the global multi option to True

Answer: The correct answer of the above question is Option C:Use the updateMany() command instead