Node JS Question Bank
Node JS Question Bank
js Question Bank
2 Marks Questions
1. What is Node.js?
2. What is NPM?
3 Marks Questions
4 Marks Questions
4. What are the different types of streams in Node.js, and how are they used?
5. Explain the process of handling file uploads in Node.js.
10. What are the common performance bottlenecks in Node.js applications, and how can they
be addressed?
16. Write a program which uses add Listener (). method of Event Emitter class.
17. Write a code for selecting all records from Player's table
18. Write a program to use SQL SELECT Qvery to show data from a table using node. JS and
MYSQLdata base.
19. Write a program which uses addlistener ( ) method of Event Emmitter class.
20. Write a Program to define Module Circle. JS which exports the functions area ( ) and
Circumference ( ) and display the details on console.