Automation with Gulp MCQs Solution | TCS Fresco Play
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!
1. How does installing Gulp globally help?
Helps to run
2. Before installation of Gulp, installation of _____________ acts as pre-requisite
Node
3. Between Grunt and Gulp, which is relatively fast?
Gulp
4. Which Streams provide ability to both read and write?
Transform
5. How many types of Streams are available?
3
6. Streams are Asynchronous. Is this True or False?
True
7. While installing gulp, the first installation step would be ________.
$npm install gulp g
8. Streams which play vital role in gulp, has its origin from __________.
Unix
9. The default task representation in gulp will be like _________.
{}
10. Streams are represented as _________.
.pipe()
11. While installing gulp with $npm install gulp --save-dev, what does --save-dev represents?
.json updated
12. Which plugin notifies whenever there is any change in file?
gulp-watch
13. Which command in the CLI will trigger the 'default` task?
gulp
14. Which task would be called in gulp, by default?
Default
15. Compression of images could be easily achieved using which gulp plug-in?
gulp-imagemin
16. Which plugin helps in task dependencies?
No plugin
17. The main objective of compressing (images / CSS / JavaScript) is to help with ____________.
All of the option
18. Which helps with sequencing the tasks one bye one?
.pipe
19. Which package helps in minifying the CSS?
gulp-minify-css
20. gulp.src in gulpfile.js refers to ______.
Source location file to be acted upon
21. gulp-concat helps with __________
concatenation in given location
22. In-memory caching is enabled with the help of which gulp plug-in?
gulp-cached
23. Organizing the gulp plug-ins can be easily achieved through
gulp load plugins
24. To convert .svg icons into fonts, gulp provides ________ plug-in
gulp-iconfont
25. Which streams help to pass data to writable /duplex / transform streams?
Readable
26. The default task / plug-ins in gulp are mentioned in this ______ file.
gulpfile.js
27. Which plug-in has optimizers and compressors?
gulp-plumber
28. How to check if gulp has been installed successfully?
gulp -v
29. The different kinds of Streams include ______________.
read, write, duplex, classic, transform
30. While installing the gulp using the syntax npm install gulp --save-dev, ________section of _________ is updated.
devDependencies, package.json
31. Which among the following helps to compile into .CSS format?
Both of the options
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