Home »
MCQs »
MongoDB MCQs
Amongst which of the following is / are true about MongoDB?
1. Amongst which of the following is / are true about MongoDB?
- MongoDB is a cross-platform database
- Document oriented database
- High performance database
- 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.