FSD based

FSD based

University

25 Qs

quiz-placeholder

Similar activities

Signal Processing Quiz

Signal Processing Quiz

University

20 Qs

LinkedIn, GitHub, and LeetCode Quiz

LinkedIn, GitHub, and LeetCode Quiz

University

20 Qs

Exploring the Data Link Layer

Exploring the Data Link Layer

University

26 Qs

MCQs on Big Data Analytics

MCQs on Big Data Analytics

University

25 Qs

Cuestionario de Programación Web

Cuestionario de Programación Web

University

30 Qs

AI Search Methods Quiz

AI Search Methods Quiz

University

30 Qs

Exploring Linked Lists in C Language

Exploring Linked Lists in C Language

University

20 Qs

BE23CS404 Data Structures and Algorithms Unit1_Quiz

BE23CS404 Data Structures and Algorithms Unit1_Quiz

University

23 Qs

FSD based

FSD based

Assessment

Quiz

Engineering

University

Medium

Created by

Jay Siddarth

Used 2+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is Node.js?

A front-end framework

A JavaScript runtime built on Chrome’s V8 engine

A relational database

A programming language

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following is true about Node.js?

It is single-threaded and non-blocking

It is multi-threaded and blocking

It only supports synchronous programming

It is not suitable for building APIs

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which command is used to check the installed version of Node.js?

node -v

node --check

npm -v

node version

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is npm in Node.js?

Node Programming Module

Node Package Manager

Node Processing Method

New Package Manager

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which file is used to define project dependencies in a Node.js project?

index.js

config.json

package.json

dependencies.json

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

How do you import a module in Node.js using CommonJS?

import module from 'module-name'

require('module-name')

include 'module-name'

fetch('module-name')

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What does the fs module in Node.js do?

Handles file system operations

Manages frontend styling

Manages database connections

Creates web servers

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?