Test Introduction to RxJS

Test RxJS with answers to assess your knowledge and prepare for job interviews. Assess your technical level in 20 minutes.

Validate and promote your skills
Private results unless you share them
Compare your results to the developers average

Test details

Intermediate
September 2023
16 minutes
3.5/5(9)

RxJS is the ReactiveX implementation for JavaScript.

It was an implementation of the watcher pattern. After its development, later programming libraries were developed around major languages ​​such as .NET and JavaScript.

The ReactiveX project was originally started by Matthew Podwysocki and others as an independent open source project for Microsoft.

It was then quickly used by companies like Netflix with RxJava.

Currently the main maintainer of RxJS is Ben Lesh. (previously developer at Google and Netflix)

This test consists of 20 questions randomly selected from a database of 21 questions in RxJS.Discover all our interview questions and answers here
1.
developer avatar
Amine Boucham
2912 points
2.
developer avatar
Victor
2778 points
3.
developer avatar
Anas
2765 points
4.
developer avatar
Axel
2740 points
5.
developer avatar
Malo
2730 points

Test author : Amine Boucham

Amine Boucham is an independent developer at MyLabz (Previously a developer for NGE-Connect), having discovered reactive programming during his first mission, he is trying to become an expert in this field.

This concept is not always clearly understood and its importance is underestimated so he tries to bring the benefits of using this programming paradigm in business.

Contributors2
developer avatar
developer avatar

Sample question

I wana listen to an input field in order to offer auto-completion to my user.

const input = document.getElementById(id)

fromEvent(input, 'keydown').pipe(
   ***************,
   map(e => e.target.value)
)

By which operator can I replace ******* to avoid making an API call each time the user presses a key?

See 21 test questions.Participate in test improvement

Developers ratings

developer avatar
Othmane
30/01/2024
parfois c'est pas clair veuillez switcher entre radio et checkbox pour les choix multiples et choix unique
developer avatar
Benjamin Fenasse
18/09/2023
Excellent test, questions interessantes et couvrant une grosse quantité de domaines du sujet
developer avatar
10/07/2023
manque d'analyse de senario reel et le prompte est quelque fois peu decrit donc on peut mql le comprendre
developer avatar
Amine Boucham
16/10/2022
See one error in the test (2 times the same code :/)
developer avatar
Rudy
28/09/2022