1
0
mirror of https://github.com/bregman-arie/devops-exercises.git synced 2025-07-09 23:45:42 +02:00
Files
devops-exercises/topics/node/node_questions_basic.md
arnabbis f9f1fd6023 feat: added nodejs module on the topics and shared some basic question asked in interview (#10267)
* feat: added nodejs module on the topics and shared some basic question asked in interview

* fix: added image and link in the readme file
2024-05-10 14:37:42 +03:00

648 B

NODEJS BASIC INTERVIEW QUESTIONS

OBJECTIVE

To Tell about the basic questions asked in node to me in many interviews

  1. What is Nodejs ?
  2. How many threads does nodejs have ?
  3. How do nodejs work ?
  4. Is nodejs Single Threaded Or Multi Threaded ?
  5. what is node cluster ?
  6. Does parent process depends on the child preocess ?
  7. How many types of module do nodejs have ?
  8. Why nodejs ?
  9. What is npm ?
  10. Difference between pacakage.json and pacakage-lock.json ?
  11. What is the difference betwwen creating a server with http and a framework ?
  12. What do you mean by non-blocking ?
  13. What is event loop ?
  14. What is event driven ?