Node JS MCQ Online Test

  1. Node.js is ___________ Language.
  2. Node.js is written in _____________ .
  3. Is node js multithreaded?
  4. Which extension is used to save NodeJs files?
  5. In Node process is ______
  6. Node Js is _________
  7. Which function is used to include modules in Node Js.
  8. Which of following is not builtin node module.
  9. How Node.js modules are availble externally
  10. What does the fs module stand for?
  11. What is the default scope in Node.js application.
  12. Which of the following are not Node.js web application frameworks for?
  13. Which of the following template engines can be used with Node.js?
  14. Which method returns the current working directory of the process.
Node js MCQ

Node.js is a server-side platform. it is made on the JavaScript engine which is the "V8 engine" of Google Chrome. It is an open-source and cross-platform JavaScript run-time environment with the help of which we can execute JS code in any of our browsers. Node.js uses an event-driven, non-blocking I/O model which makes it lightweight and efficient.

Finally, Take the Node Js MCQ Test which is very important for the preparation of Node Js Interviews/Exams.

  • Server Side
  • Client Side
  • Both
View Answer
  • Javascript
  • C
  • C++
  • All of the Above
View Answer
  • Global Object
  • Local Object
Download Free : Node js MCQ PDF
View Answer
  • Asynchronous
  • Synchronous
View Answer
  • module.exports
  • module.spread
  • module.expose
  • None of Above
View Answer
  • File Service
  • File System
  • File Store
View Answer
  • I/O bound Applications
  • Data Streaming Applications
  • Data Intensive Realtime Applications DIRT
  • All of the above.
View Answer
  • Read Eval Print Loop
  • Research Eval Program Learn
  • Read Earn Point Learn
  • Read Eval Point Loop
View Answer
  • $ node start
  • $ node
  • $ node repl
  • $ node console
  • Node Project Manager
  • Node Package Manager
  • New Project Manager
  • New Package Manager
View Answer
  • $ npm --version
  • $ node --version
  • $ npm getVersion
  • $ node getVersion
View Answer
  • $ npm ls -g
  • $ npm ls
  • $ node ls -g
  • $ node ls
View Answer
  • Callback is an asynchronous equivalent for a function.
  • Callback is a technique in which a method call back the caller method.
  • Both of the above.
  • None of the above.
View Answer
  • Os module
  • Path module
  • Fs module
  • All of the above.
View Answer
  • Writable
  • Duplex
  • Readable
  • All of the above
View Answer
  • npm install -g nodemon
  • node install -g nodemon
View Answer
  • Chorme V8
  • Microsoft Chakra
  • SpiderMonkey
  • Node En
View Answer
  • sample.js
  • node sample.js
  • nodejs sample.js
  • None of above
View Answer
  • Provides a means of dividing up tasks
  • Provides a means of reuse of program code
  • Provides a means of reducing the size of the program
  • Provides a means of testing individual parts of the program
View Answer