Question: You need to execute a command for MongoDB that does NOT load values from the `.mongorc.js` file. What do you do ?

  1. Delete the .monorc.js file and restart mongo shell.
  2. Use the mongo shell to create a command with --norc option
  3. Rem all lines in the .mongorc.js file ad restart mongo shell.
  4. Use the mongo shell to create a command with --nodedefault option.

Answer: The correct answer of the above question is Option D:Use the mongo shell to create a command with --nodedefault option.