🧪 CI/CD MCQ Quiz Hub

CI/CD Mcq Question Set 1

Choose a topic to test your knowledge and improve your CI/CD skills

1. ----- is a .Net build tool.




2. Git, Mercurial and Subversion are centralized version control tools.




3. Jabber is a :




4. CI pipeline consists of ______




5. Which is the first code analysis to be executed ?




6. Trunk is also known as ____




7. Work Branch is also known as______




8. Private builds can be triggered automatically.




9. Git is a _______ version control system.




10. CCMetrics is used to identify ______




11. In a normal scenario, software from ____________ is deployed to production.




12. Which is not a CI practice ?




13. It is a proven fact that reducing the CCN of code is known to reduce the number of errors or bugs in the code.




14. Private builds are executed after moving the changes to version control.




15. Efferent Coupling is a measure of _____




16. Build can be triggered by a version control tool.




17. Activities that are part of continuous integration____




18. Which is NOT a benefit of CI ?




19. Does CI pipeline need to have all the software development functionalities integrated in place ?




20. stream based version control helps to apply bug fixes to many versions of the application.




21. Commiting a code change, when the inspection fails , is perfectly fine as the code logic is working fine anyway




22. Arrange in order- A. Running Unit Test B.Running Static Code Check C.Check for Code Coverage D. Build Package




23. Which of the following is an artifact repository ?




24. Which of these is not a valid build trigger ?




25. Which of the tools is not mandated for integration in a CI pipeline ?




26. Maven tools is not mandated for integration in a CI pipeline Teamcity is a _______




27. Functional testing can be automated using Jenkins.




28. Agile is _____.




29. Which one of the following techniques makes DevOps a successful methodology to develop and deliver software?




30. What steps are in Continuous Integration?




31. What are the benefits of Continuous Integration?




32. Continuous implementation is _____ process.




33. Which of the following is NOT true of continuous integration in Agile?




34. Beck's book Extreme Programming Explained, the original reference for __, also describes the term.




35. Software Configuration and Library Manager ” software configuration management system for z/OS by ____ Rational Software




36. At a high level, What is the value of continuous integration?




37. ____ is a "Single-check Target executor implementation.




38. Git is a _________ version control system.




39. The following are benefits of CI, except ______




40. ______ is an independent line of work.




41. The following are CI practices, except ________




42. Release branches are created for solving bugs detected after the application is released to the user.




43. Which is NOT true about continuous integration ?




44. Feature branching is used to work on ______




45. Branch is also known as a _____




46. .Select the activity/activities that are part of Continuous Integration.




47. __________ is a measure of incoming dependencies.




48. IBM ClearCase is a ____________ version control system.




49. The minimum number of test inputs required to verify the execution of a program is determined by _________




50. CCMetrics is a measure of non-linearly independent paths.