Question: What is the internal data structure of a MongoDB document?

  1. JSON (JavaScript Object Notation)
  2. BSON (Binary JSON)
  3. ORM (object relational mode)
  4. MBF (MongoDB binary format)

Answer: The correct answer of the above question is Option A:JSON (JavaScript Object Notation)