1. Question: Which Method is used to create a custom filter in AngularJS?

    A
    Module.custom

    B
    Module.filter

    C
    Module.create

    D
    Method.filter

    Note: Not available
    1. Report
  2. Question: What is the process of configuring JEvents?

    A
    Change Settings > Advanced Button > Configuration > Click Save

    B
    Advanced Button > Configuration > Change Settings > Click Setup

    C
    Configuration > Advanced Button > Change Settings > Click Save

    D
    Events > New Events > Configuration >JEvents> Save

    Note: Not available
    1. Report
  3. Question: What is the way to create a filter that uses other filters?

    A
    Use the Module.filter method to specify a factory function

    B
    Add an AngularJS localization file to the HTMLdocument via a script element

    C
    Use the "filter" filter

    D
    Declare a dependency on the $filter service in the custom filter factory function

    Note: Not available
    1. Report
  4. Question: What is to define commonly used data transformations so that they can be applied throughout an application, without being tied to a specific controller?

    A
    Modules

    B
    Directives

    C
    Filters

    D
    Controllers

    Note: Not available
    1. Report
  5. Question: Why Filters are used in AngularJS?

    A
    Filters are used to Edit data before publishing.

    B
    Filters are used to Validate data before displayed in a view

    C
    Filters are used to format data before it is processed by a directive and displayed in a view

    D
    Filters are used to add new data in tables

    Note: Not available
    1. Report
  6. Question: Which JavaScript method is used to round the numeric values and lose resolution?

    A
    Number.toFloorFixed()

    B
    Number.toRound()

    C
    Number.toFix()

    D
    Number.toFixed()

    Note: Not available
    1. Report
  7. Question: Which string pattern is used for a four-digit representation of the year in AngularJS?

    A
    yyyy

    B
    YYYY

    C
    Y

    D
    Year

    Note: Not available
    1. Report
  8. Question: Filters are chained together using ____

    A
    ampersand (&) delimiter

    B
    comma (,) delimiter

    C
    Pipe (|) delimiter

    D
    plus (+) delimiter

    Note: Not available
    1. Report
  9. Question: What is the purpose of limitTo filter?

    A
    Filters all the data in database

    B
    Set limit to get the perfect data

    C
    Restricts the number of items taken from an array of data objects

    D
    Soft an array from a JavaScript object

    Note: Not available
    1. Report
  10. Question: Which Shortcut Formatting Strings is Equivalent to h:mm:ss a?

    A
    short

    B
    shortTime

    C
    fullDate

    D
    mediumTime

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