Home / CSE MCQs / Jenkins ::

CSE MCQs :: Jenkins

  1. What is the requirement for using Jenkins?
  2. A.
    A source code repository which is accessible, for instance, a Git repository
    B.
    A working build script, e.g., a Maven script, checked into the repository
    C.
    Both of these
    D.
    None

  3. What are the advantages of Jenkins?
  4. A.
    At integration stage, build failures are cached
    B.
    For each code commit changes an automatic build report notification generates
    C.
    To notify developers about build report success or failure, it is integrated with LDAP mail server
    D.
    All of the above

  5. How can we move or copy Jenkins from one server to another?
  6. A.
    First, copy the related job directory and slide a job from one installation of Jenkins to another
    B.
    Make a copy of an already existing job by making clone of a job directory by a different name
    C.
    Renaming an existing job by rename a directory
    D.
    All of these

  7. What are the useful plugins in Jenkin?
  8. A.
    Maven 2 project
    B.
    Amazon EC2
    C.
    HTML publisher
    D.
    All

  9. Which Scm Tools Does Jenkins Support?
  10. A.
    AccuRev
    B.
    CVS
    C.
    Subversion
    D.
    All of these

  11. Which file is used to define dependency in maven?
  12. A.
    build.xml
    B.
    pom.xml
    C.
    dependency.xml
    D.
    version.xml

  13. Which command can be used to check maven version?
  14. A.
    mvn -ver
    B.
    maven -ver
    C.
    maven -version
    D.
    mvn -version

  15. How can we secure Jenkins?
  16. A.
    Global security should be enabled
    B.
    Jenkins should be integrated with appropriate plugins
    C.
    Automate the process of setting rights and privileges
    D.
    All of the above

  17. Which maven plugin creates the project structure?
  18. A.
    dependency
    B.
    properties
    C.
    archetype
    D.
    execution

  19. How can we setup Jenkins jobs?
  20. A.
    Select new item from the menu
    B.
    After that enter a name for the job and select free-style job
    C.
    Then click OK to create new job in Jenkins
    D.
    The next page enables you to configure your job
    E.
    All of these