Node JS MCQ Quiz & Practice Test
Node JS MCQ Quiz & Practice Test
com
Node JS MCQ Quiz & Practice Test
A. Server Side
B. Client Side
C. Both
A. Javascript
B. C
C. C++
D. All of the Above
A. Yes
B. No
A. Global Object
B. Local Object
A. Asynchronous
B. Synchronous
A. include();
B. require();
C. attach();
A. zlib
B. https
C. dgram
D. fsread
A. module.exports
B. module.spread
C. module.expose
D. None of Above
A. Local
B. Public
C. Private
D. Global
Q12. Which of the following are not Node.js web application frameworks for?
A. Express.js
B. Geddy
C. Aurelia
D. Locomotive
Q13. Which of the following template engines can be used with Node.js?
A. Jade
B. Vash
C. Handlebars
D. All of the above
Q14. Which method returns the current working directory of the process.
A. process.cwd();
B. cwd();
C. pwd();
A. $ node start
B. $ node
C. $ node repl
D. $ node console
A. $ npm --version
B. $ node --version
C. $ npm getVersion
D. $ node getVersion
A. $ npm ls -g
B. $ npm ls
C. $ node ls -g
D. $ node ls
Q22. A stream fires finish event when all data has been flushed to underlying system.?
A. True
B. False
A. True
B. False
Q24. Which of the following module is required for path specific operations ?
A. Os module
B. Path module
C. Fs module
D. All of the above.
A. Writable
B. Duplex
C. Readable
D. All of the above
A. Chorme V8
B. Microsoft Chakra
C. SpiderMonkey
D. Node En
Q29. Something that happened in our application that we can respond too.
A. events
B. actions
C. procedures
D. callback
A. sample.js
B. node sample.js
C. nodejs sample.js
D. None of above