Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Express-MangoDB

Total questions: 30

Worksheet time: 18mins

Name
Class
Date
1.

________ is a back end web application framework for Node.js, it is fast, unopinionated and minimalist framework.

a)

Emotional.js

b)

Express.js

c)

Nodemon

d)

Doraemon

2.

Creator of Node.js

a)

Ryan Dahl

b)

Ryan Bang

c)

Ryan Agoncillo

d)

Ryan Reynolds

3.

Which is the correct syntax for Arrow Function?

a)

->

b)

<--!

c)

=>

d)

function arrow()

4.

Meaning of the acronym "EJS" discussed on the Webinar

a)

Enterprise Java Services

b)

Embedded JavaScript

c)

Enhance Jquery Syntax

d)

Error Just Kidding

5.

________ are the blocks of encapsulated code that communicates with an external application on the basis of their related functionality.

a)

Application

b)

Code

c)

Dependencies

d)

Modules

6.

What module provides utilities for working with file and directory paths?

a)

OS Module

b)

Path Module

c)

FS Module

d)

HTTP Module

7.

What module provides information about the computer's operating system?

a)

OS Module

b)

Path Module

c)

FS Module

d)

HTTP Module

8.

What JavaScript Engine is used by Google Chrome?

a)

Y8

b)

Adobe Flash Player

c)

Friv

d)

V8

9.

What is the right syntax for importing a module?

a)

require()

b)

function()

c)

import()

d)

module.import()

10.

Do you need to know NodeJS before learning Express?

a)

Yes

b)

No

11.

1.MongoDB is supported by

a)

perl

b)

PHP

c)

python

d)

all the above

12.

2. MongoDB documents are represented as

a)

DOCUMENT

b)

XML

c)

JSON

d)

PDF

13.

3.MongoDB supports dynamic schema design

a)

true

b)

false

c)

both A and B

14.

4.'$unset' is used with

a)

Insert

b)

update

c)

delete

d)

create

15.

5.Decision tree is a ............. method

a)

machine Learning

b)

Unsupervised Learning

c)

Supervised Learning

d)

both A and B

16.

6.which of the following MongoDB conditional operator is not a valid operator?

a)

$lt

b)

$lte

c)

$ltu

d)

$gt

17.

7.R is a _______tool

a)

Statistical

b)

analytical

c)

recursion

d)

Rstudio

18.

8.Core MongoDB operations are

a)

Create,select update,delete

b)

Create,Read update,delete

c)

Create,Read, update,Drop

d)

Create,update,delete

19.

9.MongoDB is

a)

RDBMS

b)

key_value store

c)

Object-oriented DBMS

d)

Document-oriented DBMS

20.

10. K-mean splits dataset into _______ of clusters.

a)

whole numbers

b)

decimal

c)

rational numbers

d)

fixed numbers

21.

11. Regression model deals with______.

a)

fixed values

b)

numeric values

c)

whole values

d)

none of the above

22.

12._______is a user based recommendation algorithm.

a)

collaborative Filtering

b)

correlation Filtering

c)

coefficientFiltering

d)

compare Filtering

23.

13. Which command in MongoDB is equivalent to SQL Select?

a)

Document ()

b)

search ()

c)

Find ( )

d)

All the above

24.

14.End nodes represented by_____

a)

rectangle

b)

squares

c)

circles

d)

triangles

25.

15.Decision nodes commonly represented by _________.

a)

circles

b)

squares

c)

triangle

d)

rectangle

26.

16.chance nodes represented by _____.

a)

circle

b)

rectangle

c)

triangle

d)

cube

27.

17.MongoDB enforces attribute similarity across documents in a collection

a)

false

b)

true

28.

18. ________is an indication of how frequently the items appear in the dataser.

a)

transaction width

b)

item set

c)

item support count

d)

association set

29.

19.which one of the following is the correct command to insert data into MongoDB? Assume that document is a valid JSON document.

a)

db.Students.insert().(document)

b)

Students.insert(document)

c)

db.Students.insert(document)

d)

none of the above

30.

20.Which of the following command provides you with a list of all the database in MongoDB ?

a)

show db

b)

show dbs

c)

show all dbs

d)

none of the above