
MongoDB Quiz
Authored by mohammed ahmed
Engineering
University
Used 1+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
35 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which command is used to show all databases in MongoDB?
db.show()
show dbs
show databases
dbs.show()
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What command switches to a database named studentDB?
switch studentDB
use studentDB
db studentDB
select studentDB
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which command displays all collections in the current database?
show collections
show tables
db.showCollections()
show all
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you insert one document into a collection named students?
students.insert({name:"Ali"})
db.students.insertOne({name:"Ali"})
insert students({name:"Ali"})
db.students.add({name:"Ali"})
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which is a valid data type in MongoDB?
String
Integer
Boolean
All of the above
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
MongoDB stores data in which format?
XML
BSON
CSV
YAML
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which is the correct command to delete a collection?
drop collection students
db.students.remove()
db.students.delete()
db.students.drop()
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?