Amongst which of the following is / are true about MongoDB?

1. Amongst which of the following is / are true about MongoDB?

  1. MongoDB is a cross-platform database
  2. Document oriented database
  3. High performance database
  4. All of the mentioned above

Answer: D) All of the mentioned above

Explanation:

A database is a physical container for storing information about collections. A separate set of files is created on the file system for each database. MongoDB is a document database that is designed to be simple to develop and scale with the needs of modern applications. MongoDB is a document-oriented database that is available on a variety of platforms and offers high performance, high availability, and easy scalability. MongoDB is built around the concepts of collection and document storage.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.