Nodejs quiz

Nodejs quiz

Professional Development

10 Qs

quiz-placeholder

Similar activities

Intro to Node.js

Intro to Node.js

Professional Development

10 Qs

Quiz de Desenvolvimento WEB Backend

Quiz de Desenvolvimento WEB Backend

Professional Development

15 Qs

Nodejs: Callback/Webhook URL

Nodejs: Callback/Webhook URL

Professional Development

10 Qs

Automotive Knowledge check

Automotive Knowledge check

Professional Development

12 Qs

Q5 Big Data Engineer M8 & M9

Q5 Big Data Engineer M8 & M9

Professional Development

13 Qs

Typescript: Nestjs

Typescript: Nestjs

Professional Development

15 Qs

Week 1 - Day 2 - Penutup

Week 1 - Day 2 - Penutup

Professional Development

12 Qs

Introduction to Nodejs

Introduction to Nodejs

Professional Development

15 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?