A.  Every API of Node js are asynchronous.

B.  Node being a single thread, and uses async function calls to maintain the concurrency.

C.  Node thread keeps an event loop and whenever any task get completed, it fires the corresponding event which signals the event listener function to get executed.

D.  All of the above.

1
Correct Answer :
All of the above.
Explanation :
No Explanation available for this question

Interview Questions

MongoDB
Java Script
Node JS
PHP
JQuery
Python