1. Question: Which tool is used for bundling all application dependency files together?

    A
    Bundle

    B
    Webpack

    C
    Babel

    D
    Snapstart

    Note: Not available
    1. Report
  2. Question: What is the correct npm command to install webpack?

    A
    Npm webpack

    B
    Npm –install webpack

    C
    Npm install –save-dev webpack

    D
    Npm –intall –save-dev webpack

    Note: Not available
    1. Report
  3. Question: In npm command - - save-dev flag tells npm to add webpack to package.json file as a

    A
    Global dependency

    B
    Development dependency

    C
    Local dependency

    D
    Server dependency

    Note: Not available
    1. Report
  4. Question: Transpilation means ___

    A
    Conversion

    B
    Translation

    C
    Source-to-source compilation

    D
    Transfer to other location

    Note: Not available
    1. Report
  5. Question: Which is the most popular transpiler?

    A
    Webpack

    B
    Babel

    C
    Webtrspilar

    D
    Codetrspiler

    Note: Not available
    1. Report
  6. Question: In web application, what does HTML, CSS and JavaScript mean in separation of concerns

    A
    SPA

    B
    Content, Styling, Logic

    C
    Content, Logic Styling

    D
    None

    Note: Not available
    1. Report
  7. Question: SPA stands for ____

    A
    Separation Application

    B
    Single Page Application

    C
    Separation Page Application

    D
    Separation Program Application

    Note: Not available
    1. Report
  8. Question: Application or UI states may change by events which are

    A
    User Events

    B
    Sever Events

    C
    User and Sever Events

    D
    None

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