Your application requires flexible schemas and the ability to store hierarchical data. Which NoSQL database would you recommend and why?
- Cassandra
- MongoDB
- Neo4j
- Redis
MongoDB is a document-oriented NoSQL database that supports flexible schemas and is well-suited for storing hierarchical data. Its BSON (Binary JSON) format allows for efficient representation of complex structures.
Loading...
Related Quiz
- In OAuth 2.0, the _______ grant type is commonly used for server-to-server communication.
- Among the options, which language is often associated with the server-side environment in a Node.js application?
- What is a common language used for defining infrastructure as code?
- What are some common strategies for resolving merge conflicts in Git?
- What is caching in web development?