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

Leave a comment

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