Question Bank

1085 approved questions from the community

Which core Node.js module is used to perform file system operations such as reading and writing files?

EASY
SINGLE CHOICE
25s
Nodejs
by Mohamed

What information is typically found in a package.json file?

EASY
MULTIPLE CHOICE
35s
Nodejs
by Mohamed

What are the primary functions of NPM (Node Package Manager)?

EASY
MULTIPLE CHOICE
30s
Nodejs
by Mohamed

Which command-line based version manager is commonly used to update and switch between Node.js versions?

EASY
SINGLE CHOICE
30s
Nodejs
by Mohamed

In a non-blocking I/O model, the application thread must stop and wait for a file read operation to complete before continuing with other tasks.

EASY
TRUE FALSE
20s
Nodejs
by Mohamed

What is the primary architectural difference between Node.js and traditional servers like Apache/PHP?

EASY
SINGLE CHOICE
30s
Nodejs
by Mohamed

What are the key features and characteristics of Node.js?

EASY
MULTIPLE CHOICE
30s
Nodejs
by Mohamed

How do you perform string interpolation in Kotlin for an expression like adding two numbers?

EASY
SINGLE CHOICE
25s
Kotlin
by Mohamed

Kotlin code can be executed without a main function by using 'script mode' with file extensions like .kts.

EASY
TRUE FALSE
20s
Kotlin
by Mohamed

How can you create a singleton in Kotlin using the most succinct syntax?

EASY
SINGLE CHOICE
30s
Kotlin
by Mohamed

What is the primary difference between 'val' and 'var' in Kotlin?

EASY
SINGLE CHOICE
25s
Kotlin
by Mohamed

Which of the following are built-in primitive types in Kotlin?

EASY
MULTIPLE CHOICE
30s
Kotlin
by Mohamed

What is Java bytecode?

EASY
SINGLE CHOICE
30s
Java
by Mohamed

Java is considered a 'pure' object-oriented language because every element, including primitive types, is an object.

EASY
TRUE FALSE
20s
Java
by Mohamed

What does it mean for Java to be a statically typed language?

EASY
SINGLE CHOICE
30s
Java
by Mohamed

What is a major distinction between a primitive 'int' and its wrapper class 'Integer'?

EASY
SINGLE CHOICE
30s
Java
by Mohamed

What is the difference between 'path' and 'classpath' in Java?

EASY
SINGLE CHOICE
30s
Java
by Mohamed

What is the correct relationship between JDK, JRE, and JVM?

EASY
SINGLE CHOICE
30s
Java
by Mohamed

What is the primary concept behind Java's 'Write Once, Run Anywhere' (WORA) philosophy?

EASY
SINGLE CHOICE
30s
Java
by Mohamed

Which tag is used to insert a simple line break in an HTML document?

EASY
SINGLE CHOICE
20s
by Mohamed
PreviousPage 51 of 55Next