Question: You need to add an index to the large name collection in your production database. You do not want to have disruption of service for your users and you can't afford to have a team to do the work during after hours. What should you do?

  1. Use the reIndex() command to add the index quickly.
  2. Use the createIndex() command with the option background = true.
  3. Use the createIndex() command.
  4. Use the createIndex() command with the option parallel = true.

Answer: The correct answer of the above question is Option B:Use the createIndex() command with the option background = true.