Loading, please wait...

NodeJs MCQ Quiz (Multiple Choice Questions And Answers)

Search here for MCQs

Are you preparing for the next job interviews? If yes, trust me this post will help you also we'll suggest you check out a big collection for Programming Full Forms that may help you in your interview:

List of Programming Full Forms 

11. Node.js runs on __________

  • Client
  • Server
  • Both, server and client
  • None of the above

12. Node.js supports which of the following platform?

  • Windows
  • Macintosh
  • Unix/Linux
  • All of the above

13. The Node.js modules can be exposed using _________.

  • module.expose
  • module
  • module.exports
  • All of the above

14. Third-party packages can be install/update/delete using ________.

  • Node Package Manager
  • Node.exe
  • module.exports
  • REPL

15. Node.js application runs on __________.

  • Multiple threads
  • Single thread
  • Multiple Processes
  • Single Process