What is a primary use case for MongoDB?
- Document-oriented storage
- Relational data storage
- Key-value storage
- Graph storage
MongoDB is a document-oriented database, making option 1 the correct answer. It is designed for storing, querying, and processing large amounts of unstructured data in a JSON-like format known as BSON.
Loading...
Related Quiz
- A company wants to deploy a web application with high availability. Which cloud platform service would you suggest, and how does it ensure high availability?
- What is the role of alerting in a monitoring system?
- In which phase of the SDLC are software requirements documented?
- What is the primary goal of authentication?
- In TDD, what is typically written before the actual code implementation?