1. Question: Which marker is used to represent day of month, without padding?

    A
    mm

    B
    y

    C
    d

    D
    E

    Note: Not available
    1. Report
  2. Question: Which marker is used to represent numeric month, without padding?

    A
    MM

    B
    y

    C
    M

    D
    E

    Note: Not available
    1. Report
  3. Question: Which marker is used for short representation of the month?

    A
    MMMM

    B
    yyyy

    C
    MMM

    D
    month

    Note: Not available
    1. Report
  4. Question: Which marker is used to represent the full month name?

    A
    MM

    B
    M

    C
    MMMM

    D
    MMM

    Note: Not available
    1. Report
  5. Question: Which are the top-Level components of an AngularJS applications.

    A
    Controllers

    B
    Modules

    C
    Scopes

    D
    Services

    Note: Not available
    1. Report
  6. Question: What is the correct syntax of creating a module?

    A
    var myApp = angular.module("exampleApp", []);

    B
    var myapp = module.angular("exampleApp", []);

    C
    var myapp = angular.moduler([],"exampleApp");

    D
    var myapp = module.angular([],"exampleApp");

    Note: Not available
    1. Report
  7. Question: DI stands for ______ in AnguralJS

    A
    Data Injection

    B
    Dependency Injection

    C
    Database Injection

    D
    Data of Infromation

    Note: Not available
    1. Report
  8. Question: Which one is treated as HTML attribute in AngularJS application?

    A
    Modules

    B
    Directives

    C
    Objects

    D
    JSON

    Note: Not available
    1. Report
  9. Question: Which directive is used for creating a custom form elements?

    A
    ng-element

    B
    ng-custom

    C
    ng-model

    D
    ng-app

    Note: Not available
    1. Report
  10. Question: To check whether a reference is defined or not , we use ______

    A
    angular.isNotDefined()

    B
    angular.defined()

    C
    angular.isDefined()

    D
    none

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