Continuous Integration with Jenkins Quiz

 



1. Jenkins allows you to :
Answer: All of the options

2. Jabber is a :
Answer: Messaging plugin

3. Project type supported by Jenkins is/are:
Answer: All of the options

4. Which of the following statement is true about Jenkins?
Answer: Jenkins supports plugins to showcase both metrics and trends  

5. Which of the following functionality is not supported by Jenkins
Answer: Code

6. Which of the following is an artifact repository that can be configured as a plugin for Jenkins
Answer: Nexus

7. Jenkins can manage job dependencies using
Answer: File Fingerprinting

8. Job status notifications can be sent in JSON or XML formats from Jenkins, with out extending it's functionality.
Answer: False  

9. Record of multiple builds is displayed using a
Answer: Weather icon

10. Jenkins build job cannot be triggered manually?
Answer: False  

11. In the build status images, which of the following statement is correct?
Answer: Partial Sun with clouds icon in the status means 20-40% of the recent builds failed  

12. Copy artifacts' is an option that is available for selection under the
Answer: Build Step

13. If you have multiple projects and if you need to check for new updates, every five minutes, which is the correct CRON expression that Jenkins can use to avoid polling of all the projects at the same time.
Answer: H/5 * * * *  

14. Build can be triggered :
Answer: All of the options  

15. Functional testing can be automated using Jenkins.
Answer: True

16. File usage across Jenkins jobs can be tracked using :
Answer: Fingerprints

17. View of upstream and downstream connected jobs that forms a build pipeline is provided by:
Answer: Build Pipeline Plugin  

18. Which of the following statement is correct about the build status images ?
Jenkins builds the source code :
Answer: In it's own workspace  

19. Users can now implement entire build, deploy and test using :
Answer: All of the options  

20. Master and slave nodes communicate through :
Answer: None of the options

21. Project type supported by Jenkins is/are:
Answer: All of the options

22. Backups can be automated using :
Answer: ThinBackup plugin

23. An amber ball in the build status refers to an unstable build?
Answer: False  

24. In a distributed build environment, master computer can not execute any build and only slaves are capable of running build jobs
Answer: True

25. For a scalable Jenkins environment which architecture is recommended ?
Answer: Distributed Builds Architecture  

26. Which of the following statement is not true about Jenkins?
Answer: Jenkins is highly secure and does not need any special security provisioning  

27. Originally Jenkins was developed as the Hudson project?
Answer: True

28. Plugin that changes Jenkins to use green balls instead of blue for successful builds is?
Answer: Buildstatus  

29. Jenkins is a/an ______________ which can accelerate software development process.
Answer: open source automation server

30. The expression * */8 * * * indicates which of the following action :
Answer: Job runs every 8th Hours  

31. If you want to track which top build projects are using which middle and bottom build projects, what has to be done ?
Answer: Relevant projects to be configured to record fingerprints

32. Jenkins is capable of displaying the build reports, generate trends and can render them in the GUI?
Answer: True

33. The available options under 'Build Step' section varies depending on the plugins installed?
Answer: True

34. Jenkins can be configured to check for changes on a URL to trigger build?
Answer: True

35. File Fingerprinting is used for:
Answer: Manage job dependencies