Angular 2 Multiple Choice Interview Questions

  1. .angular-cli.json is used to .............
  2. Which file is responsible for startup of angular 2 project ?
  3. Which of the following is the correct way to apply a filter?
  4. What is the decorator used for configuring your module class?
  5. Interpolation in angular 2 is done using ...............
  6. What does AOT stand for?
  7. AngularJS 2.0 is a .................
  8. Which character is used for chaining multiple pipes in Angular?
  9. Which of the following filter is used to convert input to all uppercase?
  10. Which of the following is not a hook in Angular 2 application life cycle?
  11. Angular 2 is an open source JavaScript framework to build web applications in HTML and JavaScript. It has been conceived as a......
  12. Which of the following service has Angular 2, that allows us to dynamically load a component in a certain position on the page?
  13. Which of the following option is using Angular 2 to detect changes?
  14. Which of the following is the new features of Angular2?
Angular 2 MCQ

Take Angular 2 MCQ Test to Test Your Knowledge 

Practice here the best Angular 2 MCQ Questions that check your basic knowledge of Angular 2 Framework. This Angular 2 MCQ Test contains 25+ Top Multiple Choice Questions with 4 options. Apart from this, you can also download here the Angular 2 MCQ PDF, completely free.

Also, Read the Best Angular 2 Interview Questions.

 

  • link external files
  • configure your angular 2 project
  • install required project packages
  • None of the above
View Answer
  • main.ts
  • index.js
  • app.ts
  • angular.cli.json
View Answer
  • - Property-value || filter
  • - Property-value && filter
  • - Property-value | filter
View Answer
  • @NgApp
  • @NgModule
  • @NgAngular
  • @NgConfigure
View Answer
  • {{}}
  • {{|var}}
  • {{{}}}
  • !!!!
Download Free : Angular 2 MCQ PDF
View Answer
  • Angular Object Templates
  • ahead-of-time compilation
  • Angular Open Terminal
  • None of the above
View Answer
  • library
  • Framework
  • Operating System
  • programming Language
View Answer
  • :
  • -
  • \
  • |
View Answer
  • upper
  • uppercase
  • toUpper
  • none of the above
View Answer
  • ngOnChanges
  • ngOnInit
  • ngAfterViewInit
  • ngViewStart
View Answer
  • UI first approach
  • Web first approach
  • Mobile first approach
  • None of the above
View Answer
  • DynamicComponentLoader
  • DynamicControlLoader
  • DynamicControllerLoader
  • None of the above
View Answer
  • Scope.js
  • zone$.js
  • zone.js
  • zones.js
View Answer
  • Component-Based
  • Dependency Injection
  • Use of TypeScript
  • All of the Above
View Answer
  • Needs cleanup step before compiling
  • Need to maintain AOT version of bootstrap file
  • Works only with HTML and CSS
  • Detect error at build time
View Answer
  • Components
  • Multithread
  • TypeScript
  • Services
View Answer
  • Npm
  • Editor
  • GIT
  • All of the above
View Answer
  • Angular 2 Components can be used to add more data to an Angular JS class
  • Angular 2 Services can be used to add more data to an Angular JS class.
  • Angular 2 Metadata can be used to add more data to an Angular JS class.
  • All of these
View Answer
  • This file contains information about Angular 2 project.
  • This file contains the system files required for Angular JS application.
  • This file is used to give the options about TypeScript used for the Angular JS project.
  • All of the above
View Answer
  • False
  • True
View Answer
  • Templates
  • Metadata
  • Service
  • Modules
View Answer
  • Metadata
  • Service
  • Component
  • None of the above
View Answer
  • Services
  • TypeScript
  • Components
  • All of the above
View Answer
  • Export array
  • Import array
  • Bootstrap array
  • None of the above
View Answer
  • ngFor
  • ngIf
  • Both ngIf & ngFor
  • None of the Above
View Answer
  • [value] = ”username”
  • (input) = ”expression”
  • $event
  • username = $event.target.value
View Answer