Nodejs quiz

Nodejs quiz

Professional Development

10 Qs

quiz-placeholder

Similar activities

Programming Knowledge Quiz (Medium)

Programming Knowledge Quiz (Medium)

5th Grade - Professional Development

10 Qs

Node y NPM (Parte 1)

Node y NPM (Parte 1)

Professional Development

11 Qs

Kubernetes Native Java for Spring Developer

Kubernetes Native Java for Spring Developer

University - Professional Development

5 Qs

Nodejs: Packages and Package.json

Nodejs: Packages and Package.json

Professional Development

15 Qs

NodeJs: Cron jobs

NodeJs: Cron jobs

Professional Development

10 Qs

Node.js

Node.js

1st Grade - Professional Development

10 Qs

Nodejs: Queues and Background Workers

Nodejs: Queues and Background Workers

Professional Development

10 Qs

Quiz sobre la Plataforma de Capacitación en IA para Empresas(E1)

Quiz sobre la Plataforma de Capacitación en IA para Empresas(E1)

Professional Development

8 Qs

Nodejs quiz

Nodejs quiz

Assessment

Quiz

Professional Development

Professional Development

Medium

Created by

342856_Amit Upadhyay_JH

Used 75+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Module in Node.js is a simple or complex functionality organized in...

a single JavaScript file

single or multiple JavaScript files

the core built in functionality of Node.js

Node.js doesn't support modules functionality

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you see all the dependencies for a Node.js app?

All the dependencies are listed down in the package.json file

By executing "npm i" and capturing the dependencies list

You can't have dependencies in a Node.js app

All the dependencies are listed down in the package-dependencies.json file

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Node.js, HTTP Basic Authentication is quite recommended due to its inherent security strongness

True

False

True, and also because it is a straightforward method

False, Node.js doesn't support basic authentication

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Node.js applications are run in a single-threaded event-driven model

I'm not sure, but I love .Net

False

True

What do you mean by thread??

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Node.js is...

modular platform, meaning that much of the functionality is being built in to the platform

modular platform, meaning that much of the functionality is provided by external modules

modular platform, meaning that much of the functionality does not work without angular 2

modular what? I'm sorry, I wasn't paying attention

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The reason Node.js uses event callbacks is

not to have to wait for blocking I/O

its creator didn't know how to use async/await

not to perform any I/O tasks from Node.js

to make it possible to work with promises

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Who made node.js?

Hampton Catlin

Ryan Dahl

Isaac Z. Schlueter

GitHub

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?