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.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *