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

Which RxJS operator should be used for a sequence of writes that must be applied in order?

  1. A switchMap
  2. B mergeMap
  3. C concatMap
  4. D exhaustMap
Answer

concatMap

concatMap queues inner observables and runs them one at a time in order. mergeMap would run them concurrently with no ordering guarantee.

All Angular 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