1
0
mirror of https://github.com/bregman-arie/devops-exercises.git synced 2025-07-12 23:50:28 +02:00
Files
devops-exercises/topics/node/node_questions_basic.md

21 lines
648 B
Markdown
Raw Normal View History

# 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 ?