DBA_Quiz 1

DBA_Quiz 1

University

15 Qs

quiz-placeholder

Similar activities

Pranata Komputer 10

Pranata Komputer 10

University

20 Qs

Web Apps 03 - MongoDB

Web Apps 03 - MongoDB

University

12 Qs

MongoDB

MongoDB

University

15 Qs

15-mavzu. NoSql malumotlar bazasi

15-mavzu. NoSql malumotlar bazasi

University

16 Qs

NoSQL 2 Quiz

NoSQL 2 Quiz

University

10 Qs

DBMS LAB

DBMS LAB

University

20 Qs

Quiz Web Programming #Week5

Quiz Web Programming #Week5

University

10 Qs

DBA_Quiz 1

DBA_Quiz 1

Assessment

Quiz

Computers

University

Hard

Created by

Nguyệt Đinh

Used 3+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the equivalent of a record in MongoDB?

Collection

Field

Document

Database

2.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

There is a collection named film in my db, which of the followings list all films which are in year 2022 and the type is ether romantic or drama.(choose all possible)

db.film.find({year:2022,$or:[{type:'romantic'},{type:'drama'}]})

db.film.find({year:2020,type:['romantic','drama']})

db.film.find({year:2022,type:{'romantic','drama'}})

db.film.find({year:2022, type:{$in:['romantic','drama']}})

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What's the magic number for MongoDB?

8080

80

27017

3306

4.

FILL IN THE BLANK QUESTION

1 min • 1 pt

What fun command in MongoDB is used to display a list of databases?

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

What command turns a MongoDB database into thin air?

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command would you use to create or switch to a database in MongoDB?

use

switchDatabase()

createDatabase(database name)

db.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following commands will display all the collections in your current database?

list collections

show collections

list collection

show collection

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?