Angularjs Mock Test I
Angularjs Mock Test I
This section presents you various set of Mock Tests related to AngularJS Framework. You can
download these sample mock tests at your local machine and solve offline at your convenience.
Every mock test is supplied with a mock test key to let you verify the final score and grade yourself.
A - AngularJS is a framework to build large scale and high performance web appliation while
keeping them as easy-to-maintain.
B - AngularJS provides developers options to write client side application usingJavaScript in a clean
MVC ModelViewController way.
A - true
B - false
A - true
B - false
C - Data binding is the automatic synchronization of data between model and view components.
D - Data binding is the automatic synchronization of data between model and controller
components.
Q 5 - Which directive is used for data binding in AngularJS?
A - ng-data
B - ng-app
C - ng-bind
D - ng-controller
A - HTML document is loaded into the browser, and evaluated by the browser.
B - Scopes are objects that refer to the model. They act as glue between controller and view.
B - Controller carry functions to operate on data and decide which view is to be updated to show
the updated model based data.
A - Services are singleton objects which are instantiated only once in app and are used to do the
defined task.
A - Filters select a subset of items from an array and return a new array.
B - Filters are used to show filtered items from a list of items based on defined criteria.
A - Deep linking allows you to encode the state of application in the URL so that it can be
bookmarked.
A - false
B - true
A - false
B - true
A - ng-app
B - ng-model
C - ng-bind
D - ng-state
A - ng-model directive binds the values of AngularJS application data to HTML input controls.
B - ng-model directive creates a model variable which can be used with the html page and within
the container control having ng-app directive.
B - ng-bind updates the model created by ng-model directive to be displayed in the html tag.
C - ng-bind updates html control data when controller changes the model.
A - ng-controller directive tells AngularJS what controller to use with this view.
B - AngularJS application mainly relies on controllers to control the flow of data in the application.
B - ng-init directive is used to put values to the variables to be used in the application.
Q 22 - What is MVC?
C - Model is the lowest level of the pattern responsible for maintaining data.
B - View is responsible for displaying all or a portion of the data to the user.
C - It is a software Code that controls the interactions between the Model and View.
ANSWER SHEET
1 D
2 A
3 A
4 C
5 C
6 D
7 B
8 D
9 A
10 C
11 A
12 B
13 B
14 D
15 C
16 C
17 D
18 D
19 C
20 D
21 B
22 B
23 C
24 B
25 C
Loading [MathJax]/jax/output/HTML-CSS/jax.js