Login to manage your account

Please enter a valid email address.
Forgot Password?
Please enter a valid password.
OR

Don't have an account yet? Sign up

In which event loop phase do setImmediate callbacks execute?

  1. A timers
  2. B poll
  3. C check
  4. D close callbacks
Answer

check

The check phase runs immediately after poll. Inside an I/O callback, setImmediate always fires before a setTimeout with zero delay.

All NodeJS MCQs

Login to manage your account

Please enter a valid email address.
Forgot Password?
Please enter a valid password.
OR

Don't have an account yet? Sign up as