What are core modules in node.js?
Using the event loop what are the tasks that should be done asynchronously?
Difference between dependencies and dev dependencies?
How can we control versioning about packages in node.js?
What is the difference between package dependencies and development dependencies?
What are the limitations of node.js?
What is module?
Mention the framework most commonly used in node.js?
What is acceptance test driven development (atdd)?
Explain blocking and non-blocking operations?
Why node.js is single threaded?
What is the meaning of tilde and caret in package.json?
What is control flow function?
How node.js is different from others server side frameworks like asp.net, php, jsp and ruby etc.?
How to create buffers?