-
Notifications
You must be signed in to change notification settings - Fork 57
Dmitriy Gorbunov edited this page Mar 29, 2024
·
5 revisions
- What Observables types do you know?
- What Schedulers types do you know?
- What Subjects types do you know?
- What is backpressure?
- What is the difference between cold and hot observables?
- Give an example of combining operators
- Give an example of conditional operators
- Give an example of creating operators
- Give an example of error handling operators
- Give an example of filtering operators
- Give an example of mathematical and aggregate operators
- Give an example of transforming operators
- Give an example of utility operators
- What is the difference between
repeatWhen
andretryWhen
? - What is the difference between concat and merge?
- What do you know about
subscribeOn
operator? - What do you know about o
bserveOn
operator? - What is the difference between
observeOn
andsubscribeOn
? - What is the difference between
flatMap
,concatMap
andswitchMap
? - What's the difference between
map
andflatMap
?