Question: To import a JSON array into Mongo, what flags are needed with MongoDBimport?

  1. `--type jsonArray`
  2. `--json`
  3. `--type json`
  4. `--jsonArray`

Answer: The correct answer of the above question is Option D:`--jsonArray`