Angular JS Section 3 - MCQ
1 .
Which of the following service is used to retrieve or submit data to the remote server?

Correct Answer : Option (A)

$http
2 .
Which of the following service is used to handle uncaught exceptions in AngularJS?

Correct Answer : Option (D)

$exceptionHandler
3 .
What is the use of $scope variable in AngularJS ?

Correct Answer : Option (B)

Get/set values for model, view and controller 
4 .
AngularJS extends HTML _______________ ?

Correct Answer : Option (A)

Attributes
5 .
AngularJS can show and hide HTML depending on the state of data in the model by using which of the following AngularJs directives ?

Correct Answer : Option (D)

ng-show, ng-hide
6 .
What is the purpose of $destroy method in AngularJS?

Correct Answer : Option (C)

Cleanup Resources
7 .
How to include HTML content into another HTML ?

Correct Answer : Option (B)

By Using include
8 .
In AngularJS, what is $scope variable used for?

Correct Answer : Option (B)

Get/set values for model, view and controller
9 .
Elements of AngularJS MVC views are rendered in which order?

Correct Answer : Option (A)

Random
10 .
In AngularJS data binding is __________.

Correct Answer : Option (D)

two way data binding