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:
Question 1: AngularJS is a __
- Java framework
- JavaScript framework
- HTML framework
- SQL framework
Question 2: AngularJS directives are used in __.
- Model
- View
- Controller
- Module
Question 3: Which of the following directive bootstraps AngularJS framework?
- ng-init
- ng-app
- ng-controller
- ng-bootstrap
Question 4: Which of the following is a valid AngularJS expression?
- {{ 2 + 2 }}
- { 2 + 2 }
- (( 2 + 2 ))
- { (2 + 2) }
Question 5: 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
Question 6: The ng-model directive is used for __.
- One-way data binding
- Two-way data binding
- Binding view to controller
- None of the above
Question 7: The ng-bind directive binds __.
- Data to model
- View to controller
- Model to HTML element
- Model to $scope
Question 8: 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
Question 9: Which of the following directive allows us to use form?
- ng-include
- ng-form
- ng-bind
- ng-attach
Question 10: 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