Top 150+ Solved Angular-JS MCQ Questions Answer
Q. Angular 2.0 contains a logging service called . . . . . which is very usefulfeature measuring where time is spent in your application.
a. config.js
b. logging.js
c. diary.js
d. none of above
Q. Angular 2 has a . . . . . . . service that allows us to dynamically load acomponent in a certain position on the page.
a. DynamicControlLoader
b. DynamicControllerLoader
c. DynaCompLoader
d. DynamicComponentLoader
Q. Angular 2 can detect when component data changes, and then automaticallyre-render the view to reflect that change.
a. True
b. False
c. none
d. all
Q. AngularJS bindings are . . . . . , meaning that when the value associated with the binding is changed (in the data model), the HTML element will be updated.
a. parallel
b. one way
c. two way
d. live
Q. You can use the . . . . . . directive, in order to bind the innerHTML of theelement to the specified model property.
a. ng-bind
b. ng-binding
c. ng-binds
d. ng-bindings
Q. Any change to the . . . . and . . . . . properties affects these bindings andconsequently the user interface content.
a. noOfTries, deviations
b. restart, tries
c. noOfTries, deviation
d. noOfTry, deviation
Q. In two-way binding, changes done to a model are reflected in the view, butthe reverse also holds true sometimes.
a. True
b. False
c. none
d. all
Q. Angular 2 integrates easily with NativeScript, allowing you to code your nativeapp in a . . . . . . . . . style that can run on any mobile device platform.
a. declarative
b. imperative
c. interrogative
d. exclamatory
Q. In Angular 2, applications rely upon the . . . . . . . method to load top-levelcomponents
a. loadstrap
b. bootstrap
c. bootload
d. none of above
Q. In Angular 2.0, the template compilation process is . . . . . . .
a. synchronous
b. asynchronous
c. none
d. all
Q. On the opposite side of event bindings (()) lie Angular's square-bracket syntax ([]) which signify a . . . . . .
a. property binding
b. class binding
c. style binding
d. both A & B
Q. The router in Angular 2.0 has been reworked to be simple, yet extensible. Itwill include the following basic features:
a. Simple JSON-based Route Config
b. Optional Convention over Configuration
c. Static, Parameterized and Splat Route Patterns
d. URL Unresolver