1. Question: Which of the following is true about AngularJS expressions?

    A
    Expressions are used to bind application data to html.

    B
    Expressions are written inside double braces like {{ expression}}.

    C
    Expressions behave in same way as ng-bind directives.

    D
    All of these

    Note: Not available
    1. Report
  2. Question: Which of the following is not a core AngularJS directive.

    A
    ng-app

    B
    ng-model

    C
    ng-bind

    D
    ng-state

    Note: Not available
    1. Report
  3. Question: How angular.module works?

    A
    angular.module is used to create AngularJS modules along with its dependent modules.

    B
    angular.module is primarily used to create application module.

    C
    Both of these

    D
    None of these

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

    A
    Services are JavaScript functions.

    B
    Services are responsible to do specific tasks only

    C
    Inbuilt services are always prefixed with $ symbol.

    D
    All of these

    Note: Services are JavaScript functions and are responsible to do specific tasks only. Each service is responsible for a specific task for example, $http is used to make ajax call to get the server data. $route is used to define the routing information and so on. Inbuilt services are always prefixed with $ symbol.
    1. Report
  5. Question: On which of the following types of component can we create a custom directive?

    A
    Element directives

    B
    Attribute

    C
    CSS

    D
    All of these

    Note: AngularJS provides support to create custom directives for following type of elements.Element directives - Directive activates when a matching element is encountered.Attribute - Directive activates when a matching attribute is encountered.CSS - Directive activates when a matching css style is encountered. NB - Directive activates when a matching comment is encountered.
    1. Report
  6. 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
  7. 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
  8. 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
  9. Question: What are the services in AngularJS?

    A
    Services are singleton objects which are instantiated only once in app and are used to do the defined task.

    B
    Services are objects which AngularJS uses internally.

    C
    Services are not used in AngularJS.

    D
    Services are server side components of AngularJS.

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