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.
- Format: Multiple Choice Question
- Questions: 10
- Passing Score: 8/10 or 80%
- Language: English
Apply Link
AngularJS is a ____
*
10 points
Java framework
JavaScript framework
HTML framework
SQL framework
AngularJS directives are used in ________.
*
10 points
Model
View
Controller
Module
Which of the following directive bootstraps AngularJS framework?
*
10 points
ng-init
ng-app
ng-controller
ng-bootstrap
Which of the following is a valid AngularJS expression?
*
10 points
{{ 2 + 2 }}
{ 2 + 2 }
(( 2 + 2 ))
{ (2 + 2) }
Which of the following statements are true?
*
10 points
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 __________.
*
10 points
One-way data binding
Two-way data binding
Binding view to controller
None of the above
The ng-bind directive binds ____________.
*
10 points
Data to model
View to controller
Model to HTML element
Model to $scope
What is $scope?
*
10 points
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?
*
10 points
ng-include
ng-form
ng-bind
ng-attach
AngularJS filters ___________.
*
10 points
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