Explore topic-wise InterviewSolutions in .

This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.

1.

Webpack supports third-party libraries.

Answer» WEBPACK supports third-party libraries.
Choose the CORRECT ANSWER from below list
(1)False
(2)True

Answer:-(2)True
2.

Plugins are instantiable objects.

Answer»

Plugins are instantiable objects.
Choose the correct ANSWER from below LIST
(1)False
(2)TRUE

Answer:-(2)True

3.

Which of the following can be used to define an entry point?

Answer»

Which of the following can be used to DEFINE an entry point?
Choose the correct answer from below list
(1)module.exports = {
entry: './path/to/my/entry/file.js'
};
(2)module.exports = {
ADD.entry: './path/to/my/entry/file.js'
};
(3)module.imports = {
entry: './path/to/my/entry/file.js'
};
(4)module.imports = {
add: './path/to/my/entry/file.js'
};

Answer:-(1)module.exports = {
entry: './path/to/my/entry/file.js'
};

4.

Which of the following software is necessary to install Webpack?

Answer»

Which of the following software is necessary to install WEBPACK?
Choose the correct answer from below list
(1)All the OPTIONS
(2)JVM
(3)Visual Basic
(4)NONE of the options
(5)Node.js

Answer:-(5)Node.js

5.

Executing the following command will automatically create a file named __________.

Answer»

Executing the following command will automatically create a file named __________.
Choose the CORRECT ANSWER from below list
(1)webpack_practice NPM init
(2)package.json
(3)index.html
(4)app.js
(5)bundle.js

Answer:-(2)package.json

6.

Which of the following codes can help us perform compilation automatically?

Answer»

Which of the following codes can help us PERFORM COMPILATION automatically?
Choose the CORRECT answer from below list
(1)execute: "webpack ./src/app.js ./dist/bundle.js"
(2)load: "webpack ./src/app.js ./dist/bundle.js"
(3)BUILD: "webpack ./src/app.js ./dist/bundle.js"
(4)automate: "webpack ./src/app.js ./dist/bundle.js"

Answer:-(3)build: "webpack ./src/app.js ./dist/bundle.js"

7.

Webpack is not recommended for large web applications

Answer»

Webpack is not RECOMMENDED for LARGE WEB applications
Choose the CORRECT answer from below list
(1)False
(2)true

Answer:-(1)False

8.

A plugin can be instantiated with the keyword ________.

Answer»

A plugin can be INSTANTIATED with the keyword ________.
Choose the correct answer from below list
(1)require
(2)NEW
(3)ADD
(4)instantiate

Answer:-(2)new

9.

Which of the following features is considered to be the backbone of Webpack?

Answer»

Which of the following features is CONSIDERED to be the BACKBONE of Webpack?
Choose the correct answer from below list
(1)All the options
(2)Plugins
(3)LOADERS
(4)Modules
(5)None of the options
(6)Entry and Output

Answer:-(2)Plugins

10.

Which of the following loaders can be used to process style sheets?

Answer»

Which of the following loaders can be used to PROCESS STYLE sheets?
Choose the correct answer from below list
(1)NONE of the options
(2)style_sheet-loader
(3)style-loader
(4)css-loader

Answer:-(4)css-loader

11.

Custom plugins can be installed through ___________.

Answer»

Custom plugins can be installed through ___________.
Choose the correct answer from below list
(1)Both the options
(2)NPM
(3)node.js
(4)None of the options

Answer:-(2)npm

12.

Webpack is recommended for large web applications.

Answer»

Webpack is RECOMMENDED for LARGE web applications.
Choose the CORRECT answer from below list
(1)True
(2)False

Answer:-(1)True

13.

Webpack understands _________ alone.

Answer» WEBPACK UNDERSTANDS _________ alone.
Choose the correct answer from below list
All the options
(1)JAVASCRIPT
(2)CSS
(3)HTML
(4)None of the options

Answer:-(1)JavaScript
14.

Which of the following Webpack features enables Code on Demand?

Answer»

Which of the FOLLOWING Webpack features enables Code on Demand?
Choose the correct ANSWER from below LIST
(1)Code-Splitting
(2)Bundling
(3)LOADERS
(4)Plugins

Answer:-(1)Code-Splitting

15.

Webpack is a/an ______________ tool

Answer»

Webpack is a/an ______________ tool
Choose the correct answer from below LIST
(1)Paid
(2)OPEN SOURCE
(3)CLOSED Source

Answer:-(2)Open Source

16.

Webpack starts building the dependency graph __________.

Answer» WEBPACK starts building the dependency GRAPH __________.
CHOOSE the correct answer from below list
(1)From the begin statement
(2)From loaders
(3)From the entry point

Answer:-(3)From the entry point
17.

Webpack is written in __________.

Answer»

Webpack is WRITTEN in __________.
Choose the correct ANSWER from below list
(1)JavaScript
(2)Redux
(3)React
(4)ES6
(5)None of the options

Answer:-(1)JavaScript

18.

Webpack can be optimized with which of the following commands?

Answer»

Webpack can be optimized with which of the following commands?
Choose the correct answer from below list
(1)webpack --OPTIMIZE-minimize
(2)webpack --optimize--minimize
(3)webpack optimize minimize
(4)webpack optimize -minimize
(5)webpack --optimize/minimize

Answer:-(1)webpack --optimize-minimize

19.

In Webpack, we can use _________.

Answer»

In Webpack, we can use _________.
Choose the correct answer from below LIST
(1)Both the options
(2)Built-in plugins
(3)NONE of the options
(4)Custom plugins

Answer:-(4)Custom plugins

20.

Which of the following tells Webpack how to treat a Bundled Code?

Answer»

Which of the following tells Webpack how to TREAT a Bundled Code?
Choose the correct answer from below LIST
(1)Output
(2)Plugins
(3)Entry Point
(4)Loaders

Answer:-(1)Output