Olete.in
Articles
Mock Tests
🧪 Jenkins MCQ Quiz Hub
Jenkins Mcq Question Set 1
Choose a topic to test your knowledge and improve your Jenkins skills
1. What is the requirement for using Jenkins?
A source code repository which is accessible, for instance, a Git repository
A working build script, e.g., a Maven script, checked into the repository
Both of these
None of the mentioned
2. What are the advantages of Jenkins?
At integration stage, build failures are cached
For each code commit changes an automatic build report notification generates
To notify developers about build report success or failure, it is integrated with LDAP mail server
All of the above
3. How can we move or copy Jenkins from one server to another?
First, copy the related job directory and slide a job from one installation of Jenkins to another
Make a copy of an already existing job by making clone of a job directory by a different name
Renaming an existing job by rename a directory
All of these
4. What are the useful plugins in Jenkin?
Maven 2 project
Amazon EC2
HTML publisher
All of the Mentioned
5. Which Scm Tools Does Jenkins Support?
AccuRev
CVS
Subversion
All of these
6. Which of the following plugin in Jenkins?
HTML publisher
Maven 2 project
Amazon EC2
All of the above
7. Which of the following SCM tool Jenkins supports?
Subversion
AccuRev
CVS
All of the above
8. Identify the type of pipelines in Jenkins?
Declarative pipeline
Scripted pipeline
CI CD pipeline (Continuous Integration Continuous Delivery)
All of the above
9. Which of the following merit of Jenkins?
For each code commit changes an automatic build report notification generates.
Build failures are cached at integration stage.
To notify developers about build report success or failure, it is integrated with LDAP mail server.
All of the above
10. What do you mean by Jenkins?
Jenkins is an open source Continuous and Integration.
Jenkins is an open source Continuous Integration and Continuous Delivery Tool.
Jenkins is an open source Continuous and only Continuous Delivery Tool.
None of these
11. What do you basic requirement to start using Jenkins?
a viable source code repository
a build script that’s registered on that repository
Both 1 and 2
None of these
12. Which of the following comprises in Continuous Integration?
Database Integration
Development and Compilation
Unit Testing
All of the above
13. Identify the CI tools?
Jenkins
Travis CI
TeamCity
All of the above
14. Is it possible to install a custom plugin on my own?
Yes
no
all of the above
None of the mentioned
15. Jenkins invented by
Kohsuke Kawaguchi
Edward Sorin
Richard C. Notebaert
Thomas Aquinas
16. Jenkins developed in
2005
2002
2006
2003
17. Can we delete the workspace?
Yes
no
all of the above
None of the mentioned
18. What is the full form of CI?
Constant Integration
Continuous Integration
Comprises Integration
None of these
19. What is the full form of CD?
Continuous Delivery
Constant Delivery
Construct Delivery
None of these
Submit