Continuous Integration
Continuous Integration
Which is the most important operational parameter in CI ?
-Time
Trunk based development is followed in __________
-Branch by Abstraction
Which of the following
...
Continuous Integration
Continuous Integration
Which is the most important operational parameter in CI ?
-Time
Trunk based development is followed in __________
-Branch by Abstraction
Which of the following is an artifact repository?
-Nexus
A build can be triggered by a version control tool.
-True
In the distributed version control system, developers can clone the central code base to their local system.
-True
Control flow graph is used to determine _______.
-Cyclomatic Complexity
__________________ helps in differentiating the environments.
Configuration files
Which is not a benefit of CI ?
-Bugs and defects no longer occur
It is perfectly fine to commit a code change, though the code inspection has failed.
-False
Reducing the CCN of code will lead to a reduction in the number of errors or bugs in the code.
-False
Which of the tools is not a CI tool?
-Teamcity
Private builds can be triggered automatically.
-False
In a normal scenario, software from ____________ is deployed to production.
-master branch
Release builds can be triggered ___________.
-by polling for changes
Git, Mercurial, and Subversion are centralized version control tools.
-False
Complexity of a code is determined based on _________________.
-Cyclomatic Complexity Number
It is possible to clone the central repository locally.
-False
Feature branching is used to work on _____________.
-user stories
Arrange the following actions in sequential order.
A. Running Unit Test
B. Running Static Code Check
C. Check for Code Coverage
D. Build Package
-BACD or BADC (both wrong)
Which is not a CI practice ?
-Deploy to production
Trunk is also known as __________________.
-Mainline
CCMetrics is used to identify _______________________.
-Code Complexity
Select the activities that are part of continuous integration.
-All of the Options
Branch is also known as a _______________________.
-Codeline
_______________ is a measure of the incoming dependencies.
-Afferent Coupling
Trunk based development is followed in __________
-Branch by Abstraction
The developer runs the private builds before moving the changes to the local version control.
-True
The minimum number of test inputs required to test the execution of a program is determined by ______________.
-CCN
[Show More]