MongoDB stores data in _______ format.
- BSON (Binary JSON)
- CSV
- JSON
- XML
MongoDB stores data in BSON (Binary JSON) format. BSON is a binary representation of JSON-like documents and is the primary data storage format used by MongoDB.
Loading...
Related Quiz
- In TDD, what is typically written before the actual code implementation?
- What is the purpose of a data structure?
- What are some advantages of using Gitflow over GitHub Flow?
- Which of the following is NOT a common level of severity used in logging systems?
- What are some common challenges faced during the code review process, and how can they be mitigated effectively?