Olete.in
Articles
Mock Tests
🧪 MongoDB MCQ Quiz Hub
MongoDB Mcq Question Set 1
Choose a topic to test your knowledge and improve your MongoDB skills
1. Which of the following language is MongoDB written in?
Javascript
C
C++
All of the mentioned
2. Point out the correct statement.
MongoDB is classified as a NoSQL database
MongoDB favours XML format more than JSON
MongoDB is column oriented database store
All of the Mentioned
3. Which of the following format is supported by MongoDB?
SQL
XML
BSON
All of the Mentioned
4. MongoDB Queries can return specific fields of documents which also include user-defined __________ functions.
Javascript
C
C++
All of the mentioned
5. Point out the wrong statement.
Secondary indices are not available in MongoDB
MongoDB supports search by field, range queries, regular expression searches
MongoDB can store the business subject in the minimal number of documents
All of the Mentioned
6. Initial release of MongoDB was in the year?
2000
2005
2009
2011
7. MongoDB has been adopted as ________ software by a number of major websites and services.
frontend
backend
proprietary
All of the Mentioned
8. MongoDB is a _________ database that provides high performance, high availability, and easy scalability.
graph
key value
document
All of the Mentioned
9. Dynamic schema in MongoDB makes ____________ easier for applications.
inheritance
polymorphism
encapsulation
None of the mentioned
10. With ________ MongoDB supports a complete backup solution and full deployment monitoring.
MMS
AMS
CMS
DMS
11. Point out the correct statement.
Documents can contain many different key-value pairs, or key-array pairs, or even nested documents
MongoDB has official drivers for a variety of popular programming languages and development environments
When compared to relational databases, NoSQL databases are more scalable and provide superior performance
All of the Mentioned
12. Which of the following is a wide-column store?
Cassandra
Riak
MongoDB
Redis
13. Point out the wrong statement.
Non Relational databases require that schemas be defined before you can add data
NoSQL databases are built to allow the insertion of data without a predefined schema
NewSQL databases are built to allow the insertion of data without a predefined schema
All of the Mentioned
14. “Sharding” a database across many server instances can be achieved with _______
LAN
SAN
MAN
All of the Mentioned
15. Most NoSQL databases support automatic __________ meaning that you get high availability and disaster recovery.
processing
scalability
replication
All of the mentioned
16. _____ stores are used to store information about networks, such as social connections.
Key-value
Wide-column
Document
Graph
17. NoSQL databases is used mainly for handling large volumes of ______ data.
unstructured
structured
semi-structured
All of the mentioned
18. MongoDB provides high ____________ with replica sets.
performance
availability
scalability
none of the mentioned
19. Point out the correct statement.
MongoDB cannot be used as a file system
MongoDB can run over single servers only
Embedded documents and arrays reduce need for joins
None of the mentioned
20. _______ replicas maintain a copy of the data on the primary using built-in replication.
Primary
Secondary
Backup
All of the Mentioned
21. MongoDB scales horizontally using _________ for load balancing purpose.
Replication
Partitioning
Sharding
None of the mentioned
22. Point out the wrong statement.
Each replica set member will act in the role of primary replica only
The primary replica performs all writes and reads by default
Secondaries can also perform read operations, but the data is eventually consistent by default
None of the mentioned
23. MongoDB can be used as a ____________ taking advantage of load balancing and data replication features over multiple machines for storing files.
AMS
CMS
File system
None of the mentioned
24. _____ can be used for batch processing of data and aggregation operations.
Hive
MapReduce
Oozie
None of the mentioned
25. MongoDB supports fixed-size collections called ____________ collections.
primary
secondary
capped
All of the Mentioned
26. MongoDB uses a ____________ lock that allows concurrent read access to a database but exclusive write access to a single write operation.
readers
readers-writer
writer
none of the mentioned
27. Which of the following sorting is not supported by MongoDB?
collation
collection
heap
None of the mentioned
28. What is the interactive shell for MongoDB called?
mongo
mongodb
dbmong
none of the mentioned
29. Point out the correct statement.
Humon.io is a Web based GUI for MongoDB
Mongo3 is a java-based GUI
NoSQL Manager for MongoDB is an MS Windows GUI application for MongoDB management with Shell
All of the Mentioned
30. Administrative information in MongoDB can also be accessed through _____
dashboard
web interface
psql shell
All of the Mentioned
31. Which of the following is web-based client software for MongoDB?
BI Studio
Database Master
Fang of Mongo
Mongo3
32. Point out the wrong statement.
MongoHub is a native OS-X-application for MongoDB management
Cassandra is most popular for its document stores management system
MongoDB is the fourth most popular type of database management system
All of the mentioned
33. ______ provides statistics on the per-collection level.
mongosniff
mongotop
mongooplog
mongofiles
34. _____ is a command-line tool that displays a summary list of status statistics for a currently running MongoDB instance.
mongostat
mongotop
mongooplog
mongofiles
35. mongostat tool is similar to the UNIX/Linux _________ utility.
stats
vim
vmstat
All of the mentioned
36. Which of the following tool is similar to the UNIX/Linux top utility?
mongosniff
mongotop
mongooplog
mongofiles
37. mongosniff requires the ___________ network library and is only available for Unix-like systems.
Wirecap
Libpcap
Wcap
None of the mentioned
38. Which of the following provides low-level tracing/sniffing view into database activity?
mongosniff
mongotop
mongooplog
mongofiles
39. Point out the correct statement.
MongoDB supports a “standalone” or single-instance operation
Sharded clusters provide high performance replication with automated failover
Replica sets make it possible to partition large data sets over many machines transparently to the users
All of the mentioned
40. Which of the following is simplest tool for installation of MongoDB?
mongorestore
mongooplog
mongodump
All of the mentioned
41. Which of the following network analyzer fully supports MongoDB?
Wireshark
Riakshark
Snort
Suricata
42. Point out the wrong statement.
BSON is difficult to code and manage
MongoDB stores data in JSON documents
JSON provides a rich data model that seamlessly maps to native programming language types
All of the mentioned
43. ______ manipulate files stored in your MongoDB instance in GridFS.
mongorestore
mongofiles
mongosupport
None of the mentioned
44. _______ is a command-line utility to import content from a JSON, CSV, or TSV.
mongorestore
mongofiles
mongosupport
mongoimport
45. Which of the following is used for creating a binary export of the contents of a Mongo database?
mongodump
mongofiles
mongosupport
mongoimport
46. Which of the following tool can be used to reload a database dump?
mongorestore
mongofiles
mongosupport
none of the mentioned
47. ______ is a native OS-X-application for MongoDB management.
Opricot
MongoHub
UMongo
3T MongoChe
48. Which of the following is a metapackage for enterprise?
mongodb-enterprise
mongodb-enterprise-server
mongodb-enterprise-mongos
mongodb-enterprise-mongos
49. Point out the correct statement.
MongoDB provides packages of the officially supported MongoDB Enterprise builds in it’s own repository
mongodb-enterprise-tool package contains the mongo shell
mongodb-enterprise-shell package contains the mongo tools
All of the Mentioned
50. _____ package contains the mongod daemon and associated configuration and init scripts.
mongodb-enterprise
mongodb-enterprise-server
mongodb-enterprise-mongos
none of the mentioned
Submit