1. Question: To select a limited number of objects from an array we should use?

    A
    limit filter

    B
    limitTo filter

    C
    NumberLimit filter

    D
    numberLimit filter

    Note: Not available
    1. Report
  2. Question: "filter" Filter is used

    A
    to filter any data

    B
    to select object in an array

    C
    to select array of objects

    D
    all of these

    Note: Not available
    1. Report
  3. Question: To sort the objects in an array AngularJS use

    A
    orderBy filter

    B
    sortBy filter

    C
    sort filter

    D
    arrange filter

    Note: Not available
    1. Report
  4. Question: To combine multiple filters we should use

    A
    Filter Bind

    B
    Filter Chaining

    C
    Filter Combine

    D
    Filter Chain

    Note: Not available
    1. Report
  5. 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
  6. 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
  7. 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
  8. 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
  9. 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
  10. 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
Copyright © 2024. Powered by Intellect Software Ltd