wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Full Stack QUIZ

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

Which of the following is a NoSQL Database Type ?

a)

SQL

b)

Document databases

c)

JSON

d)

All of the mentioned

2.

MongoDB has been adopted as ________ software by a number of major websites and services.

a)

frontend

b)

backend

c)

proprietary

d)

all of the mentioned

3.

Which of the following module is required to create a web server?

a)

url module

b)

net module

c)

http module

d)

- web module

4.

NodeJS is

a)

Asynchronous

b)

Synchronous

5.

How Node.js modules are available externally

a)

module.exports

b)

module.spread

c)

module.expose

d)

none of these

6.

What is Callback

a)

It is a technique in which a function is executed after executing the calling function

b)

Only calls a specific function

c)

Node of these

7.

NodeJS uses an event-driven, non-blocking I/O model

a)

True

b)

False

8.

Which of the following needs to be updated to achieve dynamic UI updates?

a)

State

b)

Props

9.

React considers everything as _______.

a)

User interface

b)

elements

c)

components

d)

Objects

10.

React is mainly for building _____________.

a)

Database

b)

Connectivity

c)

User interface

d)

Design platform