Get Angular JS Certificate from The Digital Adda which you can share in the Certifications section of your LinkedIn profile, on printed resumes, CVs, or other documents.
Exam Details
- Format: Multiple Choice Question
- Questions: 10
- Passing Score: 8/10 or 80%
- Language: English
Here are the questions and answers :
AngularJS is a __
Java framework
JavaScript framework
HTML framework
SQL framework
AngularJS directives are used in __.
Model
View
Controller
Module
Which of the following directive bootstraps AngularJS framework?
ng-init
ng-app
ng-controller
ng-bootstrap
Which of the following is a valid AngularJS expression?
{{ 2 + 2 }}
{ 2 + 2 }
(( 2 + 2 ))
{ (2 + 2) }
Which of the following statements are true?
Expression cannot contain condition, loop or RegEx
Expression cannot declare a function
Expression cannot contain comma, void or return keyword
All of the above
The ng-model directive is used for __.
One-way data binding
Two-way data binding
Binding view to controller
None of the above
The ng-bind directive binds __.
Data to model
View to controller
Model to HTML element
Model to $scope
What is $scope?
It transfers data between a controller and view
It transfers data between model and controller
It is a global scope in AngularJS.
None of the above
Which of the following directive allows us to use form?
ng-include
ng-form
ng-bind
ng-attach
AngularJS filters _.
Format the data without changing original data
Filter the data to display on UI
Fetch the data from remote server
Cache the subset of data on the browser