Question Bank
3705 approved questions from the community
What is the zlib module used for?
CORS stands for Cross-Origin Resource Sharing.
Express.js is a Node.js web application framework.
What is the Buffer data type used for in Node.js?
How many types of streams are present in Node.js?
What is the significance of the libuv library?
How can you prevent callback hell in Node.js applications?
What is the difference between synchronous and asynchronous file operations?
What is the purpose of process.env in Node.js?
What happens if you don't call next() in Express middleware?
What is the difference between res.send() and res.json() in Express?
What is the difference between setImmediate() and setTimeout(fn, 0)?
What is the querystring module used for?
What is the path module used for?
What is the purpose of the os module?
What does the child_process module do?
How to generate and verify a checksum in Node.js?
What tool can you use to check for security vulnerabilities in npm packages?
What is Passport.js?
What is the difference between dependencies and devDependencies?