Node.JS quiz

Node.JS quiz

Professional Development

5 Qs

quiz-placeholder

Similar activities

Clase Demo

Clase Demo

Professional Development

9 Qs

Node.JS quiz

Node.JS quiz

Assessment

Quiz

Design

Professional Development

Hard

Created by

Re:Coded Org

Used 4+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Node.js is written in

JS

C++

C

All of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How modules in Node.js can be connected from one component to another ?

Expouse

Module

Exports

Model

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the below modules is NOT a built-in module in Node.js ?

zlib

HTTPS

dgram

fsread

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the below command will show all the modules installed locally?

npm ls -g

npm ls

node ls -g

node ls

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What template engines work “out-of-the-box” with Express?

EJS

html-express-js

Pug

All of the above