MongoDB Quiz

MongoDB Quiz

University

35 Qs

quiz-placeholder

Similar activities

Quiz on Power Electronics and Drives

Quiz on Power Electronics and Drives

University

30 Qs

Safety Quiz

Safety Quiz

7th Grade - University

35 Qs

RDD- Gunalakshmi

RDD- Gunalakshmi

University

31 Qs

Cloud Computing Quiz - Basic 01 to Basic 02

Cloud Computing Quiz - Basic 01 to Basic 02

University

40 Qs

Embedded Systems Situational MCQs - Basic to Intermediate

Embedded Systems Situational MCQs - Basic to Intermediate

University

40 Qs

3.1.1 - The Engineering Design Process

3.1.1 - The Engineering Design Process

10th Grade - University

40 Qs

MongoDB Quiz

MongoDB Quiz

Assessment

Quiz

Engineering

University

Medium

Created by

mohammed ahmed

Used 1+ times

FREE Resource

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()

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?