- AngularJS - Home
- AngularJS - Overview
- AngularJS - Environment Setup
- AngularJS - MVC Architecture
- AngularJS - First Application
- AngularJS - Directives
- AngularJS - Expressions
- AngularJS - Controllers
- AngularJS - Filters
- AngularJS - Tables
- AngularJS - HTML DOM
- AngularJS - Modules
- AngularJS - Forms
- AngularJS - Includes
- AngularJS - AJAX
- AngularJS - Views
- AngularJS - Scopes
- AngularJS - Services
- AngularJS - Dependency Injection
- AngularJS - Custom Directives
- AngularJS - Internationalization
- AngularJS - ToDo Application
- AngularJS - Notepad Application
- AngularJS - Bootstrap Application
- AngularJS - Login Application
- AngularJS - Upload File
- AngularJS - In-line Application
- AngularJS - Nav Menu
- AngularJS - Switch Menu
- AngularJS - Order Form
- AngularJS - Search Tab
- AngularJS - Drag Application
- AngularJS - Cart Application
- AngularJS - Translate Application
- AngularJS - Chart Application
- AngularJS - Maps Application
- AngularJS - Share Application
- AngularJS - Weather Application
- AngularJS - Timer Application
- AngularJS - Leaflet Application
- AngularJS - Lastfm Application
- AngularJS Useful Resources
- AngularJS - Questions and Answers
- AngularJS - Quick Guide
- AngularJS - Useful Resources
- AngularJS - Discussion
AngularJS Online Quiz
Following quiz provides Multiple Choice Questions (MCQs) related to AngularJS Framework. You will have to read all the given answers and click over the correct answer. If you are not sure about the answer then you can check the answer using Show Answer button. You can use Next Quiz button to check new set of questions in the quiz.
Q 2 - What is deep linking in AngularJS?
B - Deep linking is a SEO based technique.
C - Deep linking refers to linking various views to a central page.
Answer : A
Explaination
Deep linking allows you to encode the state of application in the URL so that it can be bookmarked. The application can then be restored from the URL to the same state.
Q 3 - What is Model in MVC?
A - Model represents server side data.
B - Model represents data stored in database.
C - Model is the lowest level of the pattern responsible for maintaining data.
Answer : C
Explaination
Model is the lowest level of the pattern responsible for maintaining data.
Q 4 - Which of the following is true about currency filter?
A - Currency filter formats text in a currency format.
B - Currency filter is a function which takes text as input.
Answer : B
Explaination
Currency filter formats text in a currency format. It is simply added to AngularJS expression to filter out the result.
Q 5 - Which of the following is true about $error?
A - $error states that form has invalid data.
Answer : B
Explaination
$error states the exact error.
Q 6 - service method is used to create a service whose purpose is to do some defined task.
Answer : A
Explaination
service method is used to create a service whose purpose is to do some defined task.
Answer : A
Explaination
constants are used to pass values at config phase considering the fact that value cannot be used to be passed during config phase.
Q 8 - AngularJS uses dependency injection and make use of separation of concerns.
Answer : B
Explaination
AngularJS uses dependency injection and make use of separation of concerns.
Answer : A
Explaination
AngularJS expressions behave in same way as ng-bind directives.
Q 10 - novalidate with a form declaration disables any browser specific validation.
Answer : B
Explaination
We can use novalidate with a form declaration to disable any browser specific validation.
