Question Bank

1085 approved questions from the community

In Python, everything is an object, including integers, strings, functions, and classes.

EASY
TRUE FALSE
25s
Python
by Mohamed

What is the difference between an expression and a statement in Python?

EASY
SINGLE CHOICE
30s
Python
by Mohamed

Python 3.8 introduced the walrus operator (:=) which allows assignment within expressions.

EASY
TRUE FALSE
25s
Python
by Mohamed

Which are global objects in Node.js? (Select all that apply)

EASY
MULTIPLE CHOICE
35s
Nodejs
by Mohamed

What is Nodemon?

EASY
SINGLE CHOICE
25s
Nodejs
by Mohamed

What is Node.js?

EASY
SINGLE CHOICE
25s
Nodejs
by Mohamed

What is REPL in Node.js?

EASY
SINGLE CHOICE
25s
Nodejs
by Mohamed

What is the purpose of the fs module in Node.js?

EASY
SINGLE CHOICE
25s
Nodejs
by Mohamed

What is the purpose of the next() function in Express middleware?

EASY
SINGLE CHOICE
25s
Nodejs
by Mohamed

What is Morgan used for?

EASY
SINGLE CHOICE
25s
Nodejs
by Mohamed

What is the crypto module used for?

EASY
SINGLE CHOICE
25s
Nodejs
by Mohamed

What is the assert module used for?

EASY
SINGLE CHOICE
25s
Nodejs
by Mohamed

What is the purpose of the moment package?

EASY
SINGLE CHOICE
25s
Nodejs
by Mohamed

What is fs-extra?

EASY
SINGLE CHOICE
25s
Nodejs
by Mohamed

What is the querystring module used for?

EASY
SINGLE CHOICE
25s
Nodejs
by Mohamed

Which of the following are primitive data types in Node.js? (Select all that apply)

EASY
MULTIPLE CHOICE
35s
Nodejs
by Mohamed

Node.js can be used to build both frontend and backend applications.

EASY
TRUE FALSE
20s
Nodejs
by Mohamed

Worker threads in Node.js can help offload CPU-intensive tasks.

EASY
TRUE FALSE
20s
Nodejs
by Mohamed

Buffers in Node.js are fixed in size after allocation.

EASY
TRUE FALSE
20s
Nodejs
by Mohamed

What is the first argument typically passed to a callback handler in Node.js?

EASY
SINGLE CHOICE
25s
Nodejs
by Mohamed
PreviousPage 35 of 55Next