AngularJS MCQ
AngularJS MCQ
1. AngularJS is a ____
Java framework
JavaScript framework
HTML framework
SQL framework
6. Choose the reactor which is used to bind the application data to the HTML view in
AngularJS.
ng-bind directive
ng-model directive
ng-init directive
ng-app directive
13. Choose the directive which is used to find the values of HTML controls to application
data.
ng-model
ng-init
ng-app
ng-hide
14. Choose whether true or false: Angular JS is completely based on HTML and
JavaScript.
True
False
17. Which of the following components is the one which can be injected as a
dependency in Angular JS?
Factory
Constant
Application module
Value
19. Among the following which can be used to write AngularJS directives
Attribute
class name
Tag
all of the above
21. State whether true or false: $https Services used to make an Ajax call to the server.
True
False
22. AOT stands for ________
Angular Object Templates
Ahead of Time compilation
Both a and b
None of the above
30. Choose the filter which is used to convert the input to all uppercase
toUpper
upper
uppercase
None of the above
31. To detect changes in the angular 2 project which of the following is used?
zone.js
scope.js
zones.js
zone$,js
33. Which of the following is used to retrieve a list of items from a server’s URL?
Using the http get method
using an HTTP package
create a get SQL statement
create a URL transaction
38. Choose whether true or false: AngularJS bootstrap itself during the config phase.
True
False
39. Choose whether true or false: -ng-bind binding Angular JS application data to HTML
tags.
True
False
44. Choose whether true or false: We can apply multiple structural directives to a host
element.
True
False