Node Js Quiz

 

Results

%3Cspan%20style%3D%22color%3A%20%23339966%22%3E%3Cstrong%3ECongratulations%3C%2Fstrong%3E%3C%2Fspan%3E

%3Cspan%20style%3D%22color%3A%20%23ff0000%22%3E%3Cstrong%3EFail%2C%20Try%20Again%3C%2Fstrong%3E%3C%2Fspan%3E

#1. Is node js multithreaded?

#2. Which of the following are not Node.js web application frameworks for?

#3. Node.js uses an event-driven, non-blocking I/O model ?

#4. How do you install Nodemon using Node.js?

#5. What does the fs module stand for?




#6. Which method returns the current working directory of the process.

#7. A stream fires finish event when all data has been flushed to underlying system.?

#8. How do you kill a process in Node.js?

#9. Node.js is ___________ Language.

#10. In which of the following areas, Node.js is perfect to use?




#11. Command to show installed version of Node?

#12. How Node.js modules are availble externally

#13. Which of the following are Node.js streams types?

#14. What is the default scope in Node.js application.

#15. Node.js is written in _____________




#16. Which extension is used to save NodeJs files?

#17. Something that happened in our application that we can respond too.

#18. For What npm stands?

#19. Command to start Node REPL

#20. What is Callback?




Previous
Finish