Olete.in
Articles
Mock Tests
🧪 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 _______
Successful build rate
Build repair rate
Total Build time
None of the mentioned
2. A build can be triggered by a version control tool.
False
true
all of the above
None of the mentioned
3. apablility of your build system to handle an increase in the amount of code that it integrates and analyzes is known as _______
Build Integration
None of the options
Build performance
Build scalability
4. ______ branches are created for logical changes.
Functional
Both the options
None of the options
Physical
5. Release build will be triggered by code changes done on ______
Release branch
None of the options
Both mainline and release branches
Mainline
6. Git is a _____________ version control system.
None of the options
Local
Centralized
Distributed
7. ______ deploys a code to production.
Release build
None of the options
Private Build
None of the mentioned
8. It is not required to assign an owner for a branch.
False
true
all of the above
None of the mentioned
9. The developer runs the private builds before moving the changes to the local version control.
False
true
all of the above
None of the mentioned
10. Efferent Coupling is a measure of _______
Code Complexity
Incoming dependencies
Outgoing dependencies
None of the mentioned
11. Code compilation is an essential part of __________.
Version control
Testing Tool
Build Tool
None of the mentioned
12. _____ helps in differentiating the environments.
Build scripts
Configuration files
Both the options
None of the mentioned
13. Feature toggle can be used in the following scenarios ________.
All of the options
None of the options
Disabling or Hiding a feature
Adding a new feature to an application
14. It is perfectly acceptable to commit a code change, though the code inspection has failed.
False
true
all of the above
None of the mentioned
15. .The following options are mandated for a CI pipeline, except ________
Functional testing
Application code
Infrastructure as Code
Configuration code
16. CI servers use the _________ expression to poll for changes.
PERL
CRON
JSON
None of the mentioned
17. ____ is a code coverage tool.
NUnit
Cobertura
Jenkins
None of the options
18. Trunk based development is followed in ____________.
Branch by Abstraction
None of the options
Stream based version control
None of the mentioned
19. Arrange the following actions in sequential order.A. Running Unit Test B. Running Static Code Check C. Code Coverage Check D. Build Package
ACBD
ABDC
BADC
BACD
20. _____ plays a crucial role to help reduce the build duration.
Pipeline metrics
Both build and pipeline metrics
None of the options
Build metrics
21. Which of the following is an artifact repository?
Maven
Ansible
Matrix
Nexus
22. Ant is a .Net build tool.
True
False
all of the above
None of the mentioned
23. Staged builds include _________.
Both the options
None of the options
Secondary builds
Commit builds
24. Subversion (SVN) is a distributed version control system.
True
False
all of the above
None of the mentioned
25. The following are CI tools, except ______
Maven
Jenkins
Travis CI
Teamcity
26. Complexity of a code is determined based on _____
Number of source lines of code
Cyclomatic Complexity Number
Time taken to perform inspection
Efferent Coupling
27. Select a CI tool based on its _______Extendability
Extendability
None of the options
Resistability
Both the options
28. Control flow graph is used to determine _______
Efferent Coupling
Afferent Coupling
Cyclomatic Complexity
None of the mentioned
Submit