MongoDB Online Quiz

mongodbquiz

It’s time to test the MongoDB skills after learning all the MongoDB tutorials. This free MongoDB Quiz will help you prepare for the interview with MongoDB.

MongoDB Quiz is not just a test, but a parameter that will measure your knowledge and capabilities, especially for you. So, if you want to check the basics please refer to our MongoDB tutorial series before taking this advanced MongoDB assessment test.

 

Table of Contents

Results

%3Cspan%20style%3D%22color%3A%20%23339966%22%3E%3Cstrong%3ECongratulations.%3C%2Fstrong%3E%3C%2Fspan%3E

%3Cstrong%3E%3Cspan%20style%3D%22color%3A%20%23ff0000%22%3EFail%3C%2Fspan%3E%2C%20Try%20Again%3C%2Fstrong%3E

#1. What does the following query do when performed on the posts collection? db.posts.update({_id:1},{Title:This is post with ID 1″})

#2. By default, db.collection.explain() runs in ___________ verbosity mode.

#3. What command will you use to list all available databases?

#4. MongoDB reports its triggered page faults as the total number of page faults in ________ second.

#5. With the _______ storage engine, MongoDB uses memory-mapped files to store data.




#6. What is default port for MongoDB server?

#7. Which of following command will return all items from inventory collection

#8. The _______ operator can be used to identify an element in the array to be updated without explicitly specifying the position of the element.

#9. Point out the wrong statement.

#10. Which of the following command inside aggregate command is used in MongoDB aggregation to filter the documents to pass only the documents that match the specified condition(s) to the next pipeline stage.




#11. Point out the correct statement.

#12. What is the output of the following program?

#13. What command will you use to display the database you are using?

#14. Which language is MongoDB written in?

#15. What function do you use to format the query results in mongo shell?




#16. What does the following MongoDB command return? db.posts.find( { likes : { $gt : 100 }, likes : { $lt : 200 } } );

#17. Aggregation Pipelines have a limit of:

#18. Which of the operator is used to access the query field of documents within system.profile?

#19. The difference between $push and $addToSet is:

#20. You can inspect __________ to check the amount of mapped memory that mongod is using




Previous
Finish

Related posts