Bundling with Webpack MCQs Solution | TCS Fresco Play | Fresco Play | TCS
Disclaimer: The primary purpose of providing this solution is to assist and support anyone who are unable to complete these courses due to a technical issue or a lack of expertise. This website's information or data are solely for the purpose of knowledge and education.
Make an effort to understand these solutions and apply them to your Hands-On difficulties. (It is not advisable that copy and paste these solutions).
All Question of the MCQs Present Below for Ease Use Ctrl + F with the question name to find the Question. All the Best!
Make an effort to understand these solutions and apply them to your Hands-On difficulties. (It is not advisable that copy and paste these solutions).
All Question of the MCQs Present Below for Ease Use Ctrl + F with the question name to find the Question. All the Best!
If you found answer for any of the questions is wrong. Please do mention in the comment section, could be useful for others. Thanks!
____________________________________
1. Webpack is not recommended for large web applications
FALSE
2. Which of the following code can help us make the compilation automatically
build: "webpack ./src/app.js ./dist/bundle.js"
3. Which of these softwares is necessary to install webpack
Node.js
4. Executing the following command will automatically create a file named: webpack_practice >> npm init
package.json
5. The distinct feature of webpack is
Code-Splitting
6. Which of the following tells webpack how to treat a Bundled Code
output
7. Which of the following loader can be used to process style sheets
CSS-loader
8. file:///home/ram/work/webpack_practice/index.html means that the file gets loaded from
local machine
9. Which helps in using babel with webpack babel
Loader
10. _____________ simplies the creation of HTML files to serve webpack bundles HtmlWebpackPlugin
11. Which of the following features, considered the backbone of Webpack
plugins
12. Which of the following code snippet instantiates the plugin FrescoPlugin require "var FrescoPlugin = require('Welcome');
var webpackConfig = {
// ... config settings here ...
plugins: [
new FrescoPlugin({options: true})
]
};"
13. Plugins are instantiable objects
TRUE
14. Which of the following, can be used to define an entry point?
module.exports={entry:
15. Webpack is a/an ______________ tool o
pen source
16. Webpack understands only __________________
Java script
17. Webpack is written in
Javascript
18. can be transformed to JavaScript with the help of loaders
CoffeeScript
19. Custom plugins can be installed via ___________
Both
20. Which of these softwares is necessary to install webpack
None
21. Webpack can be optimized with the following command
webpack --optimize -minimize
22. A plugin can be instantiated with the keyword
New
23. Which of the following makes Webpack s
Extensible loader
24. Webpack starts building the dependency graph from
Loaders
25. Webpack supports third party libraries
TRUE
26. which of the following is a Node.js express server?
webpack-dev-server
27. The latest version of Webpack is
2.X
28. Which of the following webpack feature enables Code on Demand
Code Splitting
29. Which of the following code can be used to install the style loader?
node install style-loader - save-dev
30. In Webpack, we can use
Both
31. Which of the following makes Webpack extensible
Plugins
32. CoffeeScript can be transformed to JavaScript with the help of
Plugins
**************************************************
If you have any queries, please feel free to ask on the comment section.
If you want MCQs and Hands-On solutions for any courses, Please feel free to ask on the comment section too.
Please share and support our page!
Post a Comment