You've already forked devops-exercises
mirror of
https://github.com/bregman-arie/devops-exercises.git
synced 2025-07-09 23:45:42 +02:00
* feat: added nodejs module on the topics and shared some basic question asked in interview * fix: added image and link in the readme file
648 B
648 B
NODEJS BASIC INTERVIEW QUESTIONS
OBJECTIVE
To Tell about the basic questions asked in node to me in many interviews
- What is Nodejs ?
- How many threads does nodejs have ?
- How do nodejs work ?
- Is nodejs Single Threaded Or Multi Threaded ?
- what is node cluster ?
- Does parent process depends on the child preocess ?
- How many types of module do nodejs have ?
- Why nodejs ?
- What is npm ?
- Difference between pacakage.json and pacakage-lock.json ?
- What is the difference betwwen creating a server with http and a framework ?
- What do you mean by non-blocking ?
- What is event loop ?
- What is event driven ?