Which type of database is MongoDB?
- MySQL
- NoSQL
- PostgreSQL
- SQL
MongoDB is a NoSQL database. It stores data in flexible, JSON-like documents, allowing for a dynamic and scalable approach to data management.
Loading...
Related Quiz
- Which cloud platform offers services like Google Compute Engine and Google Kubernetes Engine?
- Which HTTP header is commonly used to control caching in a browser?
- _______ is a technique used to optimize database performance by storing frequently accessed data in memory.
- What is Blue-Green Deployment in the context of CI/CD?
- The Builder design pattern is used to construct complex objects step by _______.