Show List 
                                    
                                            Quiz - MongoDB - 1
 Select the right answer for below questions:
What is MongoDB?
 A relational database management system
 A document-oriented database management system
 A graph database management system
A document-oriented database management system
What is the default port number for MongoDB?
 27017
 8080
 3306
27017
What is a replica set in MongoDB?
 A group of MongoDB instances that host the same data
 A way to store data in a document-oriented format
 A query language for MongoDB
A group of MongoDB instances that host the same data
What is sharding in MongoDB?
 A way to encrypt data stored in MongoDB
 A way to split data across multiple MongoDB instances
 A way to replicate data across multiple MongoDB instances
A way to split data across multiple MongoDB instances
What is the maximum size of a MongoDB document?
 16 MB
 64 MB
 128 MB
16 MB
What is a capped collection in MongoDB?
 A collection with an unlimited size
 A collection with a fixed size
 A collection with a dynamic size
A collection with a fixed size
What is a MongoDB index?
 A way to organize data in MongoDB
 A way to compress data stored in MongoDB
 A way to encrypt data stored in MongoDB
A way to organize data in MongoDB
What is the primary key in MongoDB?
 _key field
 _id field
 _primary field
_id field
What is the query language used in MongoDB?
 SQL
 NoSQL
 BSON
BSON
What is aggregation in MongoDB?
 A way to perform calculations on data in MongoDB
 A way to sort data in MongoDB
 A way to filter data in MongoDB
A way to perform calculations on data in MongoDB
 Submit 
 Retry 
{"qz1-458242":"A document-oriented database management system","qz1-458243":"27017","qz1-458244":"A group of MongoDB instances that host the same data","qz1-458245":"A way to split data across multiple MongoDB instances","qz1-458246":"16 MB","qz1-458247":"A collection with a fixed size","qz1-458248":"A way to organize data in MongoDB","qz1-458249":"_id field","qz1-458250":"BSON","qz1-458251":"A way to perform calculations on data in MongoDB"}
Leave a Comment