MongoDB Quiz

MongoDB Quiz

University

35 Qs

quiz-placeholder

Similar activities

Basic Safety Precautions

Basic Safety Precautions

University

30 Qs

Management Quiz

Management Quiz

University

35 Qs

Risk Assessment Quiz

Risk Assessment Quiz

12th Grade - University

40 Qs

quiz1

quiz1

University

38 Qs

4.2.1 - Generating Criteria and Constraints

4.2.1 - Generating Criteria and Constraints

10th Grade - University

30 Qs

Measurement and Inspection Quiz

Measurement and Inspection Quiz

University

40 Qs

Linux Commands Quiz - Basic 03 to Basic 04

Linux Commands Quiz - Basic 03 to Basic 04

University

40 Qs

Logic gates and K map

Logic gates and K map

University

30 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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?