Choose a topic to test your knowledge and improve your CI/CD skills
Time taken to fix a broken build is measured using _______
A build can be triggered by a version control tool.
apablility of your build system to handle an increase in the amount of code that it integrates and analyzes is known as _______
______ branches are created for logical changes.
Release build will be triggered by code changes done on ______
Git is a _____________ version control system.
______ deploys a code to production.
It is not required to assign an owner for a branch.
The developer runs the private builds before moving the changes to the local version control.
Efferent Coupling is a measure of _______
Code compilation is an essential part of __________.
_____ helps in differentiating the environments.
Feature toggle can be used in the following scenarios ________.
It is perfectly acceptable to commit a code change, though the code inspection has failed.
.The following options are mandated for a CI pipeline, except ________
CI servers use the _________ expression to poll for changes.
____ is a code coverage tool.
Trunk based development is followed in ____________.
Arrange the following actions in sequential order.A. Running Unit Test B. Running Static Code Check C. Code Coverage Check D. Build Package
_____ plays a crucial role to help reduce the build duration.
Which of the following is an artifact repository?
Ant is a .Net build tool.
Staged builds include _________.
Subversion (SVN) is a distributed version control system.
The following are CI tools, except ______
Complexity of a code is determined based on _____
Select a CI tool based on its _______Extendability
Control flow graph is used to determine _______