All Angular quizzes
Intermediate30 questions60 minutes

Angular Intermediate Quiz

Explore routing, forms, HTTP client, RxJS observables, and component communication

Start the quiz

Sample questions from this quiz

A preview of the style and depth. Try each one, then reveal the answer — or skip straight to the timed quiz.

1. What is Angular Router?

  • Navigation and routing for SPAs
  • Both b and c
  • Network router
  • Maps URLs to components
Show answer

Answer: Both b and c. Angular Router enables navigation between views/components in a single-page application. It maps URL paths to components and manages navigation history.

2. How do you define routes in Angular?

  • All of the above
  • Each route maps path to component
  • Array of Route objects
  • In routing module
Show answer

Answer: All of the above. Routes are defined as an array of Route objects in the routing module. Each route specifies a path and the component to display.

3. What is the router-outlet directive?

  • Acts as a dynamic component loader
  • Router configuration
  • Both b and c
  • Placeholder where routed components are displayed
Show answer

Answer: Both b and c. <router-outlet> is a directive that acts as a placeholder where the router should display the routed component based on the current URL.

Frequently asked questions

How many questions are in this Angular quiz?+

30 questions, with a 60-minute time limit. Every question includes a written explanation of the correct answer.

Is this Angular quiz free?+

Yes. Every quiz on CodexQuizz is free and needs no account. You only enter a name if you choose to post your score to the leaderboard.

What level is the intermediate quiz aimed at?+

Explore routing, forms, HTTP client, RxJS observables, and component communication

Can I use this to prepare for a Angular interview?+

Yes. The questions cover the topics that come up in Angular technical screens, and the explanations are written so that a wrong answer still teaches you the underlying concept.

Ready to test your Angular?

30 questions, 60 minutes. Free, no sign-up.

Start now