MongoDB Database Interview Question
Comprehensive source of knowledge for interviews MongoDB Database.
Introduction
- MongoDB is an open source NoSQL database written in C++. It uses JSON documents to store data.
- It is a document-oriented database, providing easy scalability, cross-platform.
- MongoDB works on the concept of Collection and Document.
- It combines scalability with features such as secondary indexes, range queries, sorting, aggregations, and geospatial indexes.
- MongoDB is developed by MongoDB Inc. and is licensed under the Server Side Public License (SSPL).
