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
Screen real Angular and RxJS skills, flag human or AI assistance, and interview the right people.
About the test
The Angular and RxJS online test assesses knowledge of the Angular front-end web framework and reactive programming with RxJS. This test includes solving live coding problems in Angular.
The assessment includes work-sample tasks, such as:
- Building small apps from components.
- Encapsulating logic and features using services.
- Using subscribe to observe and react to the values emitted by an observable.
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.
Sample public questions
An RPG game lets you assign points to the strength and speed attributes of your character. The video below shows how 5 points are supposed to be assigned.
The available points are passed in the totalPoints parameter to initialize the UI.
Complete the CharacterPoints component so that the UI behaves as shown in the video. When initialized, all points should be available, and both attributes should start at 0.
The code to locally run the example case from the video is available here.
An online streaming platform uses the following RxJS code to log the number of seconds passed in a video:
const seconds = interval(1000).pipe(
map((x) => x + 1),
startWith(0)
);
const logger = seconds.subscribe((x) =>
console.log(`Seconds passed: ${x}`)
);
setTimeout(() => {
logger.unsubscribe();
}, 5000);
What options will be true about seconds for the code above?
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.
25 more premium Angular and RxJS questions
Clothes, Structural Directive, Log Post Data, Dictionary Definition, Fresh Food, Dark Mode, Upgrades, Count Binding, Decimal Pipe, Single Input, Currency Format, Report Summary, Toggle Border, Delivery Details, Weather Form, Cards Widget, Awesome Tracking, Movie Details, Observing Username, Optional Ingredient, Cats and Dogs, User Form, Tally Counter, Checkout Form, Choose Items.
Skills and topics tested
- Angular
- Components
- Structural Directive
- RxJS
- RxJS Observable
- Creation Operator
- Pipeable Operator
- Bug Fixing
- RxJS Subject
- Event Binding
- Event Handling
- Directives
- Expressions
- Two-Way Binding
- Angular Pipes
- One-Way Binding
- Data Binding
- Forms
- HTTP Routing
- Services
- Video
For job roles
- Angular Developer
- RxJS Developer
Sample candidate report
AI-driven cheating detection
Protect against bad hires with automated highlighting of possible cheating attempts. Spend less time reviewing proctoring details and identify cheating in seconds.
What others say
Reliable, AI-ready technical testing
I thought the rise of AI would render it obsolete, BUT, the platform has definitely adapted to the changing times and I find it to be the only reliable way to do our online technical assessments nowadays. With its system proctoring and AI-detection tools, I feel confident that the applicants aren't able to cheat.
Product reviews
Used by
Solve all your skill testing needs
150+ Pre-made tests
130+ skills
AI-ready assessments
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











