MongoDB Quiz

MongoDB Quiz

University

35 Qs

quiz-placeholder

Similar activities

Bomb Diffusion - Quiz

Bomb Diffusion - Quiz

University

30 Qs

FUEE_ELECTRIC LIGHTING

FUEE_ELECTRIC LIGHTING

University

40 Qs

IED - 2024

IED - 2024

10th Grade - University

40 Qs

Database & PostgreSQL Quiz

Database & PostgreSQL Quiz

University

30 Qs

RDBMS Quiz

RDBMS Quiz

University

40 Qs

BME MCQ CAT-III

BME MCQ CAT-III

University

40 Qs

22ME503_BPLM_Activity

22ME503_BPLM_Activity

University

30 Qs

INGENIOUS MINDS

INGENIOUS MINDS

University

30 Qs

MongoDB Quiz

MongoDB Quiz

Assessment

Quiz

Engineering

University

Medium

Created by

mohammed ahmed

Used 1+ times

FREE Resource

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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?