Angular and RxJS Online Test
For Jobseekers
Practice your skills and earn a certificate of achievement when you score in the top 25%.
Take a Practice TestFor Companies
Test candidates with real-world problems and interview the best ones.
Sign Up to Offer this TestAbout the test
The Angular and RxJS online test evaluates a candidate’s knowledge of the Angular front-end web framework and reactive programming with RxJS.
It is an ideal test for pre-employment screening. A good Angular developer should have an in-depth understanding of Angular components and should be able to use that knowledge to create robust, scalable, and user-friendly web applications, as well as use RxJS to implement asynchronous and event-driven features.
The online test requires candidates to answer multiple choice, fill-in-the-blank, and coding questions about Angular and RxJS.
Sample public questions
Finish the ShoppingList component. The component will receive an array of strings as the items array. It should render one li element per item in the array.
For example, if the items array is ["Bread", "Eggs", "Milk"], the rendered HTML should look like:
<ul>
<li>Bread</li>
<li>Eggs</li>
<li>Milk</li>
</ul>
The code for running the example case locally is provided here.
Consider the following RxJS code for pushing and logging weather data:
const weatherSubject = new _______________({temperature: 0 , rainChance: 0});
const sendWeatherData = (weatherData) => {
weatherSubject.____(weatherData);
};
sendWeatherData({temperature: 35.5 , rainChance: 20});
sendWeatherData({temperature: 34 , rainChance: 25});
weatherSubject.subscribe((x) => {
console.log("Current Temperature: " + x.temperature);
});
sendWeatherData({temperature: 28 , rainChance: 50});
weatherSubject.subscribe((x) => {
console.log("Chance of rain: " + x.rainChance);
});
sendWeatherData({temperature: 25 , rainChance: 90});
Fill in the blanks above so that the following output is produced after running it:
Current Temperature: 34
Current Temperature: 28
Chance of rain: 50
Current Temperature: 25
Chance of rain: 90
For jobseekers: get certified
Earn a free certificate by achieving top 25% on the Angular and RxJS test with public questions.
Take a Certification TestSample silver certificate
Sunshine Caprio
Java and SQL TestDomeCertificate
For companies: premium questions
Buy TestDome to access premium questions that can't be practiced.
Get money back if you find any premium question answered online.
22 more premium Angular and RxJS questions
Cats and Dogs, Clothes, Movie Details, Dictionary Definition, Log Post Data, Awesome Tracking, Fresh Food, Structural Directive, Cards Widget, Dark Mode, Optional Ingredient, Upgrades, Observing Username, User Form, Count Binding, Decimal Pipe, Single Input, Currency Format, Report Summary, Toggle Border, Delivery Details, Weather Form.
Skills and topics tested
- Angular
- Components
- Services
- HTTP Routing
- RxJS
- Creation Operator
- Pipeable Operator
- RxJS Observable
- Bug Fixing
- RxJS Subject
- Structural Directive
- Directives
- Event Binding
- Event Handling
- One-Way Binding
- Forms
- Two-Way Binding
- Expressions
- Angular Pipes
- Data Binding
For job roles
- Angular Developer
- RxJS Developer
Sample candidate report
What others say
Simple, straight-forward technical testing
TestDome is simple, provides a reasonable (though not extensive) battery of tests to choose from, and doesn't take the candidate an inordinate amount of time. It also simulates working pressure with the time limits.
Jan Opperman, Grindrod Bank
Product reviews
Used by
Solve all your skill testing needs
150+ Pre-made tests
From web development and database administration to project management and customer support. See all pre-made tests.
90+ skills
From JavaScript and SQL to English and customer support. See all questions to filter by skill.
Multi-skills Test
Mix questions for different skills or even custom questions in one test. See an example.
How TestDome works
Choose a pre-made test
or create a custom test
Invite candidates via
email, URL, or your ATS
Candidates take
a test remotely
Sort candidates and
get individual reports