Node-lvl1

Node-lvl1

Professional Development

11 Qs

quiz-placeholder

Similar activities

QUIZZ

QUIZZ

Professional Development

10 Qs

EKG Tech Conduction Pathway & Normal Sinus Rhythm

EKG Tech Conduction Pathway & Normal Sinus Rhythm

Professional Development

7 Qs

Kuis Pre/ Post Test ECG

Kuis Pre/ Post Test ECG

Professional Development

10 Qs

Oracle cloud 1

Oracle cloud 1

Professional Development

10 Qs

ABAP Fundamentals

ABAP Fundamentals

Professional Development

8 Qs

Denny's Host Station Exam

Denny's Host Station Exam

Professional Development

10 Qs

Lesson 9:  BrowserStack, Client-Server Arc, Charles Proxy, UNIX

Lesson 9: BrowserStack, Client-Server Arc, Charles Proxy, UNIX

Professional Development

10 Qs

Prestashop 1/2

Prestashop 1/2

Professional Development

8 Qs

Node-lvl1

Node-lvl1

Assessment

Quiz

Specialty

Professional Development

Medium

node

Standards-aligned

Created by

Tomas Martinez

Used 6+ times

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is Node.js?

a) A front-end JavaScript framework

b) A JavaScript runtime environment built on Chrome's V8 JavaScript engine

c) A database

  1. d) A type of server

Tags

node

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the default package manager for Node.js?

Bower

Yarn

npm

Gradle

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you initiate a new Node.js project in order to use a package.json file?

a) node init

b) npm start

c) npm run

  1. d) npm init

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the package.json file?

functional metadata, and dependency tracker

a file to export and ship projects

a file to deploy your application

a file to build a container using packages

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method reads the entire contents of a file in Node.js?

fs.readFile()

fs.readSync()

fs.write()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which module in Node.js allows you to create a new server?

http

server

net

url

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which global object is used to handle exceptions globally?

process

global

exceptions

console

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?