Angular 2 Mock Test



This section presents you various set of Mock Tests related to Angular 2. You can download these sample mock tests at your local machine and solve offline at your convenience. Every mock test is supplied with a mock test key to let you verify the final score and grade yourself.

Questions and Answers

Angular 2 Mock Test I

Answer : D

Explanation

All of the above options are correct.

Answer : A

Explanation

Services are a set of code that can be shared by different components of an application. So for example if you had a data component that picked data from a database, you could have it as a shared service that could be used across multiple applications.

Answer : B

Explanation

Angular 2 Module is used to break up the application into logical pieces of code. Each piece of code or module is designed to perform a single task.

Answer : C

Explanation

Angular 2 Bootstrap array is used to tell Angular which components need to be loaded so that its functionality can be accessed in the application. Once you include the component in the bootstrap array, you need to declare them so that they can be used across other components in the Angular application.

Answer Sheet

Question Number Answer Key
1 D
2 D
3 A
4 B
5 C
6 B
7 B
8 C
9 C
angular2_questions_answers.htm
Advertisements