Mongo MCQ
Mongo MCQ
A. Hierarchical relationships
B. Able to handle complex structures
C. Both A. and B.
D. None of the mentioned above
A. True
B. False
A. Document
B. Table
C. Application
D. None of the mentioned above
A. Store
B. Collections
C. Indexes
D. None of the mentioned above
A. Lists
B. Package
C. Network
D. None of the mentioned above
7. The Collections screen displays ___ for each collection in the selected database.
A. Collection name
B. Number of documents in the collection
C. Both A. and B.
D. None of the mentioned above
A. True
B. False
10. Amongst which of the following is / are true about the authentication ___.
A. Query
B. Table
C. Dataset
D. None of the mentioned above
A. Attribute
B. Table
C. Document
D. None of the mentioned above
A. Field
B. Range queries
C. Regular expression searches
D. All of the mentioned above
14. Indexes can be created to improve the performance of searches within ___.
A. MongoDB
B. NoSQL
C. Both A. and B.
D. None of the mentioned above
A. Relational database
B. Network database
C. Communication set
D. None of the mentioned above
A. True
B. False
17. During the year ___, Dwight Merriman, Eliot Horowitz, and Kevin Ryan
developed MongoDB.
A. 2007
B. 2008
C. 2009
D. None of the mentioned above
A. True
B. False
A. Relational database
B. Network database
C. Communication set
D. None of the mentioned above
A. 9gen
B. 10gen
C. 12gen
D. All of the mentioned above
21. Amongst which of the following is / are show the need of MongoDB
technology –
A. It provides the right mix of technology and data for competitive advantage
B. It increasingly accelerated the time to value and lowered the total cost
C. It builds applications that are just not possible with traditional relational
databases
D. All of the mentioned above
23. Due to Distributed Data Platform, MongoDB can be run ensuring new levels of
availability and scalability –
A. True
B. False
24. Due to Distributed Data Platform, MongoDB can be run ensuring new levels of
availability and scalability –
A. True
B. False
A. Dropping Databases
B. Creating a Collection
C. Database Creation
D. None of the mentioned above
27. Amongst which of the following is / are the command used to create
collection in MongoDB?
A. db.dropDatabase()
B. db.createCollection()
C. Both A. and B.
D. None of the mentioned above
28. Amongst which of the following is / are the data types of MongoDB?
A. Timestamp
B. Object
C. Symbol
D. All of the mentioned above
29. The below example can be used to create a collection to store the ___.
db.Employee.insert
(
{
...
...
}
)
A. Employee records
B. Students record
C. Product records
D. All of the mentioned above
A. True
B. False
A. createTable()
B. createIndex()
C. createdata()
D. None of the mentioned above
32. To build the index in the background creates an index which does not block
other database activities.
A. True
B. False
A. Data set
B. Set
C. Group
D. None of the mentioned above
A. Replica set
B. Data set
C. $first
D. All of the mentioned above
35. In MongoDB, Sharding is the process of ___ across multiple machines.
36. Amongst which of the following is / are used to create backup of database in
MongoDB?
A. mongodump command
B. mongodelete command
C. mongotruncate command
D. None of the mentioned above
37. Amongst which of the following MongoDB command is used to import the
data from various sources?
A. mongoimport
B. mongoexport
C. mongotruncate
D. None of the mentioned above
38. Amongst which of the following MongoDB command is used to export the
data?
A. mongoexport
B. mongoimport
C. mongodelete
D. None of the mentioned above
39. In MongoDB command, the ___ utility provides a quick overview of the status
of a currently running mongod or mongos instance.
A. mongoexport
B. mongoexport
C. mongostat
D. None of the mentioned above
A. True
B. False
A. Traffic capture
B. Replay tool
C. Both A and B
D. None of the mentioned above
A. Authentication
B. Encryption
C. Access control
D. All of the mentioned above
A. True
B. False
A. True
B. False
A. LDAP server
B. Set of servers.
C. Both A and B
D. None of the mentioned above
46. In MongoDB, the mongofiles utility makes it possible to manipulate files
stored in your MongoDB.
A. True
B. False
A. True
B. False
48 The MongoDB explain() method does not support which of the following
verbosity mode:
A. queryPlanner
B. executionStats
C. allPlansExecution
D. CustomExecutionStats
A. Javascript
B. C
C. C++
D. All of the mentioned
A. SQL
B. XML
C. BSON
D. All of the mentioned
52. MongoDB Queries can return specific fields of documents which also include
user-defined __________ functions.
A. Javascript
B. C
C. C++
D. All of the mentioned
A. 2000
B. 2005
C. 2009
D. 2011
A. Frontend
B. Backend
C. Proprietary
D. all of the mentioned
A. Graph
B. key value
C. Document
D. all of the mentioned
A. SQL Server
B. MongoDB
C. Cassandra
D. None of the mentioned
A. SQL
B. Document databases
C. JSON
D. All of the mentioned
A. use databaseName
B. new databaseName
C. create databaseName
D. None of the above
A. A file system.
B. A SQL database.
C. NoSQL database.
D. An Access da
E. tabase.
A. show db
B. show dbs
C. show data
D. display dbs
A. Mongod
B. Mongo
C. start-mongo
D. start-mongo.sh
63. NoSQL databases is used mainly for handling large volumes of ________data.
A. Unstructured
B. Structured
C. semi-structured
D. all of the mentioned