Home / CSE MCQs / Continuous Integration ::

CSE MCQs :: Continuous Integration

  1. _____ is an interface indicating that a reader may be chained to another one.
  2. A.
    TokenFilter.Filter
    B.
    BaseFilterReader
    C.
    BaseParamFilterReader
    D.
    ChainableReader

  3. What steps are in Continuous Integration?
  4. A.
    Compilation
    B.
    Unit Tests
    C.
    Code Quality Gates
    D.
    All of these

  5. ___________ converts text to local OS formatting conventions along with repairing the text damaged by file transfer programs.
  6. A.
    ClassConstants
    B.
    BaseFilterReader
    C.
    BaseParamFilterReader
    D.
    FixCrLfFilter

  7. What are the benefits of Continuous Integration?
  8. A.
    Errors detected early
    B.
    Decreases bug accumulation
    C.
    Setting the stage for Continuous Delivery
    D.
    All of the above

  9. Continuous implementation is _____ process.
  10. A.
    an agile
    B.
    a temporary
    C.
    an inexpensive
    D.
    a complicated

  11. Which of the following is NOT true of continuous integration in Agile?
  12. A.
    It involves moving code from a development to test environment
    B.
    It involves moving code in large amounts
    C.
    It involves moving code in frequent intervals
    D.
    It is most effectively done through automation

  13. Beck's book Extreme Programming Explained, the original reference for ________, also describes the term.
  14. A.
    Software testing
    B.
    Extreme Programming
    C.
    Software development process
    D.
    Agile software development

  15. Software Configuration and Library Manager ” software configuration management system for z/OS by ________ Rational Software
  16. A.
    Intel Corporation
    B.
    Hewlett-Packard
    C.
    IBM
    D.
    General Electric

  17. At a high level, What is the value of continuous integration?
  18. A.
    Reduce risks
    B.
    Reduce repetitive manual processes
    C.
    Generate deployable software at any time and at any place
    D.
    All of the above

  19. __________ is a "Single-check Target executor implementation.
  20. A.
    SingleCheckExecutor
    B.
    DefaultExecutor
    C.
    ProjectHelperImpl
    D.
    ProjectHelper2