1. Question: What is the features of exposing DOM?

    A
    $anchorScroll

    B
    $document

    C
    $interval

    D
    $log

    E
    all of these

    Note: Not available
    1. Report
  2. Question: What is the DOM API features?

    A
    $anchorScroll

    B
    $document

    C
    $location

    D
    $window

    E
    all of the these

    Note: Not available
    1. Report
  3. Question: What is the Argument of using intervals() and timeouts() methods?

    A
    fn

    B
    delay

    C
    count

    D
    invokeApply

    E
    all of these

    Note: Not available
    1. Report
  4. Question: Why $sanitize service is used in AngularJS?

    A
    To remove dangerous elements and attributes from HTML.

    B
    Replaces dangerous characters in HTML strings with their escaped counterparts.

    C
    Clean all special symbols.

    D
    Clean all characters other than English alphabet.

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

    A
    ng-app directive defines and links an AngularJS application to HTML.

    B
    ng-app directive indicates the start of the application.

    C
    Both of the these.

    D
    None of the these.

    Note: ng-app directive defines and links an AngularJS application to HTML. It also indicate the start of the application.
    1. Report
  6. Question: What is controller in MVC?

    A
    It is a software Code that stores the data.

    B
    It is a software Code that renders the user interface.

    C
    It is a software Code that controls the interactions between the Model and View.

    D
    None of the these.

    Note: Not available
    1. Report
  7. Question: Which of the following is true about $dirty flag?

    A
    $dirty flag states that value has been changed.

    B
    $dirty flag states that form has invalid data.

    C
    Both of the these.

    D
    None of the above.

    Note: $dirty flag states that value in the form has been changed.
    1. Report
  8. Question: Which of the following is true about $invalid flag?

    A
    $invalid flag states that value has been changed.

    B
    $invalid flag states that form has invalid data.

    C
    Both of the these.

    D
    None of the these.

    Note: Not available
    1. Report
  9. Question: config phase is the phase during which AngularJS bootstraps itself.

    A
    True

    B
    False

    Note: Not available
    1. Report
  10. Question: Scope act as glue between controller and view.

    A
    True

    B
    False

    Note: Scopes are objects that refer to the model. They act as glue between controller and view.
    1. Report
Copyright © 2024. Powered by Intellect Software Ltd