You can always press Enter⏎ to continue
Angular.js Quiz
1
Instructions For Quiz
This Mock Test has 10 Questions
Each Question is of 1 marks so total 10 marks
Multiple Choice Questions(MCQ) with only ONE valid answer
Previous
Next
Submit
Press
Enter
2
1) What is MVC (Mode View Controller) ?
*
This field is required.
It is a services for Java built function
It is marker for DOM elements
It is a software design pattern for developing web applications
None of the above
Previous
Next
Submit
Press
Enter
3
2) How does an object or function can get hold of its dependencies in angular js?
*
This field is required.
Typically using the new operator, dependency can be created
By referring to a global variable, dependency can be looked up
Dependency can be passed into where it is required
All of the above
Previous
Next
Submit
Press
Enter
4
3) What is link function is used for in angular js?
*
This field is required.
It is used for registering DOM listeners as well as instance DOM manipulation
It is used to retrieve object instances as defined by provider
It is used for template DOM Manipulation and collect all of the directives
The method traverses the DOM and matches the directives.
Previous
Next
Submit
Press
Enter
5
4) Explain what Angular JS routes does?
*
This field is required.
Automatic synchronization of data between the model and view components
Enables you to create different URLs for different content in your application
Link the template with scope by calling the linking function returned from the previous step
To propagate any model changes through the system into the view from outside of the Angular realm
Previous
Next
Submit
Press
Enter
6
5) Application written in AngularJS is cross browser compliant
*
This field is required.
TRUE
FALSE
Previous
Next
Submit
Press
Enter
7
6) What does the $dirty flag indicates in angular js?
*
This field is required.
it indicates the value cannot be changed
It indicates the form has invalid data
It indicates that value has been changed
None of the above
Previous
Next
Submit
Press
Enter
8
7) What is the factory method is used for?
*
This field is required.
It is used for creating the directive
It is used for template DOM manipulation
It is used for styling of form
To check how code gets hold of its dependencies
Previous
Next
Submit
Press
Enter
9
8) Data binding can be done in two ways in Angular js - data binding in classical template systems and data binding in angular templates?
*
This field is required.
TRUE
FALSE
Previous
Next
Submit
Press
Enter
10
9) ng-init directive in angular js is used for?
*
This field is required.
Wraps a raw DOM element or HTML string as a jQuery element
Allows you to evaluate an expression in the current scope
Determines if two objects or two values are equivalent.
Serializes input into a JSON-formatted string
Previous
Next
Submit
Press
Enter
11
10) Explain what is angular.bootstrap is used for?
*
This field is required.
Determines if a reference is a DOM element
It deserializes a JSON string
It used for manually starting up angular application
All of the above
Previous
Next
Submit
Press
Enter
Should be Empty:
Question Label
1
of
11
See All
Go Back
Submit