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. Which method returns the current working directory of the process.

#2. Command to show installed version of Node?

#3. Which of following is not builtin node module.

#4. For What npm stands?

#5. Which of the following template engines can be used with Node.js?




#6. Is node js multithreaded?

#7. Command to list all modules that are install globally?

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

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

#10. In Node process is ______




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

#12. What is Callback?

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

#14. Command to start Node REPL

#15. Node.js is ___________ Language.




#16. Node.js is written in _____________

#17. REPL stands for.

#18. Node uses _________ engine in core.*

#19. Which function is used to include modules in Node Js

#20. What does the fs module stand for?




Previous
Finish