DEV Community

Discussion on: Interview Questions on Node.js

Collapse
 
khrisl33t profile image
kHRISl33t

Would never ask anyone about a specific library, even if it's a system module. I would rather ask someone about event-loop, callbacks, promises, async/await, memory management, how to write a callback to promise, what is a callback hell and how you can fix it, etc..

These are missing from this post which I think are better interview questions, but I see you mentioned some of them in the linked article.

Collapse
 
bogadrian profile image
Bogdan Adrian

Yeah, that’s for sure. Event loop question is a must when talking about Node.