1. Question: AngularJS uses dependency injection and make use of separation of concerns.

    A
    True

    B
    False

    Note: Not available
    1. Report
  2. Question: ng-init directive can be used to put values to the variables to be used in the application.

    A
    True

    B
    False

    Note: Not available
    1. Report
  3. Question: In controllers, model data is not accessed via $scope object.

    A
    True

    B
    False

    Note: In controllers, model data is accessed via $scope object.
    1. Report
  4. Question: AngularJS applications can run on all major browsers and smart phones including Android and iOS based phones/tablets.

    A
    True

    B
    False

    Note: Not available
    1. Report
  5. Question: AngularJS Expressions are used to bind application data to html

    A
    True

    B
    False

    Note: Not available
    1. Report
  6. Question: In AngularJS, Scope contains the model data.

    A
    True

    B
    False

    Note: Not available
    1. Report
  7. Question: 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.

    D
    None of the these.

    Note: Not available
    1. Report
  8. Question: Which components can be injected as a dependency in AngularJS?

    A
    value

    B
    factory

    C
    service

    D
    all of these

    Note: Not available
    1. Report
  9. Question: Which of the following is true about $routeProvider?

    A
    $routeProvider is the key service which set the configuration of urls.

    B
    $routeProvider maps Urls with the corresponding html page or ng-template.

    C
    $routeProvider attaches a controller with the view.

    D
    All of these

    Note: Not available
    1. Report
  10. Question: Which of the following is true about ng-controller directive?

    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.

    C
    A controller is a JavaScript object containing attributes/properties and functions.

    D
    All of these

    Note: Not available
    1. Report
Copyright © 2024. Powered by Intellect Software Ltd