🧪 CI/CD MCQ Quiz Hub

CI/CD Mcq Question Set 2

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

1. Time taken to fix a broken build is measured using _______




2. A build can be triggered by a version control tool.




3. apablility of your build system to handle an increase in the amount of code that it integrates and analyzes is known as _______




4. ______ branches are created for logical changes.




5. Release build will be triggered by code changes done on ______




6. Git is a _____________ version control system.




7. ______ deploys a code to production.




8. It is not required to assign an owner for a branch.




9. The developer runs the private builds before moving the changes to the local version control.




10. Efferent Coupling is a measure of _______




11. Code compilation is an essential part of __________.




12. _____ helps in differentiating the environments.




13. Feature toggle can be used in the following scenarios ________.




14. It is perfectly acceptable to commit a code change, though the code inspection has failed.




15. .The following options are mandated for a CI pipeline, except ________




16. CI servers use the _________ expression to poll for changes.




17. ____ is a code coverage tool.




18. Trunk based development is followed in ____________.




19. Arrange the following actions in sequential order.A. Running Unit Test B. Running Static Code Check C. Code Coverage Check D. Build Package




20. _____ plays a crucial role to help reduce the build duration.




21. Which of the following is an artifact repository?




22. Ant is a .Net build tool.




23. Staged builds include _________.




24. Subversion (SVN) is a distributed version control system.




25. The following are CI tools, except ______




26. Complexity of a code is determined based on _____




27. Select a CI tool based on its _______Extendability




28. Control flow graph is used to determine _______