1. Question: Which validation method returns true if the model value is invalid ?

    A
    $error

    B
    $valid

    C
    $invalid

    D
    $isEmpty()

    Note: Not available
    1. Report
  2. 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
  3. 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
  4. Question: What is View in MVC?

    A
    View represents a database view.

    B
    View is responsible for displaying all or a portion of the data to the user.

    C
    View is responsible to act and process the data.

    D
    None of these

    Note: Not available
    1. Report
  5. Question: Which of the following is true about AngularJS?

    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 (using JavaScript) in a clean MVC (Model View Controller) way.

    C
    AngularJS is a powerful JavaScript based development framework to create RICH Internet Application(RIA).

    D
    All of these

    Note: Not available
    1. Report
  6. Question: What happens when page containing AngularJS based Application loads.

    A
    HTML document is loaded into the browser, and evaluated by the browser.

    B
    AngularJS JavaScript file is loaded; the angular global object is created.

    C
    JavaScript which registers controller functions is executed.

    D
    All of these

    Note: Not available
    1. Report
  7. Question: What is deep linking in AngularJS?

    A
    Deep linking allows you to encode the state of application in the URL so that it can be bookmarked.

    B
    Deep linking is a SEO based technique.

    C
    Deep linking refers to linking various views to a central page.

    D
    None of these

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