MongoDB quiz Flashcards
Which languages are MongoDB written in?
C++, Go, JavaScript, Python
Which format is supported by MongoDB?
BSON (Binary JSON)
MongoDB queries can return specific fields of documents which also include user-defined _____ functions.
JavaScript
Initial release of MongoDB was in the year of _____.
2009
MongoDB has been adopted as _____ software by a number of major websites and services.
backend
MongoDB is a _____ database that provides high performance, high availability, and easy scalability.
document
Dynamic schema in MongoDB makes _____ easier for applications.
polymorphism
With _____, MongoDB supports a complete backup solution and full deployment monitoring.
MMS
MongoDB provides high _____ with replica sets.
availability
_____ replicas maintain a copy of the data on the primary using built-in replication.
Secondary
MongoDB scales horizontally using _____ for load balancing purpose.
Sharding
MongoDB can be used as a(n) _____, taking advantage of load balancing and data replication features over multiple machines for storing files.
AMS (Automatic Maintenance System)
Which of the following can be used for batch processing of data and aggregation operations ?
MapReduce
MongoDB supports fixed-size collections called _____ collections.
capped
MongoDB uses a _____ lock that allows concurrent read access to a database but exclusive write access to a single write operation.
readers-writer