Question - What is the primary reason to use the event-based model in Node.js?
Answer -
The event-based model in Node.js is used to overcome the problems that occur when using blocking operations in the I/O channel.
Next up on these Node js interview questions, need to understand how you can import libraries into Node.js.