Question: You have just secured your previously unsecured MongoDB server, but the server is still not requiring authentication. What is the best option?

  1. Restart the `mongod` process.
  2. Issue the `secure()` command.
  3. Issue the `mongoimport` command.
  4. Issue the `authenticate()` command.

Answer: The correct answer of the above question is Option A:Restart the `mongod` process.