Search Your Question...!

Gulp MCQ's

1. Which Streams provide ability to both read and write?

   View Answer   

   Duplex



2. Streams are Asynchronous

   View Answer   

   True



3. Streams which play vital role in gulp, has its origin from __________.

   View Answer   

   Node.js



4. While installing gulp, the first installation step would be ________.

   View Answer   

   gulp g



5. The default task representation in gulp will be like ____

   View Answer   

   gulp.task



6. Compression of images could be easily achieved using which gulp plug-in?

   View Answer   

   Gulp-imagemin



7. Which package helps in minifying the CSS?

   View Answer   

   gyulp-minify-css



8. The main objective of compressing (images / CSS / JavaScript) is to help with

   View Answer   

   Al;l



9. Which plugin notifies whenever there is any change in file?

   View Answer   

   gulp-watch



10. Which plugin helps in task dependencies?

   View Answer   

   gulp seq



11. Organizing the gulp plug-ins can be easily achieved through

   View Answer   

   gulp-load-plugins



12. In-memory caching is enabled with the help of which gulp plug-in?

   View Answer   

   gulf-cached



13. To convert .svg icons into fonts, gulp provides ________ plug-in.

   View Answer   

   gulp iconfont



14. Between Grunt and Gulp, which is relatively fast?

   View Answer   

   Gulp



15. Which helps with sequencing the tasks one bye one? 

   View Answer   

   Watch



16. The default task / plug-ins in gulp are mentioned in this ______ file.

   View Answer   

   gulpfile.js



17. gulp-concat helps with

   View Answer   

   loc



18. How many types of Streams are available?

   View Answer   

   5



19. While installing the gulp using the syntax npm install gulp --save-dev, ________section of _________ is updated

   View Answer   

   DD,PJ



20. Before installation of Gulp, installation of _____________ acts as pre-requisite.

   View Answer   

   Node.jcs



21. Which task would be called in gulp, by default?

   View Answer   

   Default/Watch



22. gulp.src in gulpfile.js refers to ______.

   View Answer   

   source location acted



23. How does installing Gulp globally help? 

   View Answer   

   any proj folder



24. Streams are represented as _________ 

   View Answer   

   Pipe()



25. Which command in the CLI will trigger the 'default` task?

   View Answer   

   gulp



26. Streams give higher flow control. Is this True or False?

   View Answer   

   Yes



27. Which plug-in has optimizers and compressors?

   View Answer   

   imagemin



28. While installing gulp, the first installation step would be ________.

   View Answer   

   npm install gulp --save-dev



29. The different kinds of Streams include ______________.

   View Answer   

   readable, writable, transform, duplex and classic 



30. Which among the following helps to compile into .CSS format?

   View Answer   

   both



31. While installing gulp with $npm install gulp --save-dev, what does --save-dev represents?

   View Answer   

   DDJS



32. How to check if gulp has been installed successfully? 

   View Answer   

   Gulp -v



33. The default task representation in gulp will be like _____.

   View Answer   

   gulp.task



34. Which streams help to pass data to writable /duplex / transform streams? 

   View Answer   

   Classic



No comments:

Post a Comment