You are on page 1of 6

S.

No
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28

29

30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Questions
Feature branching is used to _.
Release branches are created for resolving merge conflicts.
Which is NOT a benefit of CI ?
Activities that are part of continuous integration.
Which is not a CI practice ?
Which is NOT true about continuous integration ?
Work Branch is also known as_.
Git is a _ version control system.
Time taken to fix a broken build is measured using __.
__ is a .Net build tool.
Pipeline break and build break is one and the same.
Capablility of your build system to handle an increase in the amount of code that it integrates and analyzes is k
Complexity of a code is determined based on ___.
_ is a measure of incoming dependencies.
Private builds are executed after moving the changes to version control.
Build can be triggered by a version control tool.
Release builds can be triggered ___.
is a continuous integration server.
Jabber is a :
Staged builds include _.
Trunk is also known as ____.
Practice of developers integrating changes directly in the feature or work branches and commiting the change
Faster feedback can be received by ___.
Commiting a code change, when the inspection fails , is perfectly fine as the code logic is working fine anyway.
____ helps in differentiating the environments.
Which is the first code analysis to be executed ?
Control flow graph is used to calculate _.
CI pipeline consists of .

Which of the tools is not used for establishing a pipeline workflow ?

Arrange in order
Git, Mercurial and Subversion are centralized version control tools.
How are component dependencies injected in a workflow ?
Staged builds include _.
CI servers use the _ expression to poll for changes.
Efferent Coupling is a measure of .
Teamcity is a .
Component test is executed as part of _.
CCMetrics is used to identify _.
Which of the following is an artifact repository ?
Feature toggle can be used in the following scenarios .
Code changes can be hidden,enabled or disabled using ___.
_ is a code coverage tool.
Which of these is not mandated for a CI pipeline ?
Does CI pipeline need to have all the software development functionalities integrated in place ?
Which of the tools is not mandated for integration in a CI pipeline ?
________ is an independent line of work.
____________ branches are created for logical changes.
In a normal scenario, software from ____________ is deployed to production.
Changing code without changing behaviour is refactoring
What are the reasons for a build to fail ?
CCMetrics is a measure of number of non-linearly independent paths.
IBM Clearcase is a __________ version control
Which is the most important operational parameter in CI ?
Functional testing can be automated using Jenkins.
Answers
Work on user stories
0
Bugs and defects no longer occur
All of the Options
Deploy to production
Involves moving code in large amounts
Codeline
Distributed
Build repair rate
Nant
0
Build scalability
Cyclomatic Complexity Number
Afferent Coupling
0
1
All of the options
Maven
Messaging plugin
Secondary builds
Mainline
Continuous Integration
Staging builds
0
Configuration files
unit test
Cyclomatic Complexity
Stages
1. Teamcity
2. Jenkins

A. Running Unit Test B.Running Static Code Check C.Check for


Code Coverage D. Build Package
0
Build package first and then perform the remaining tasks
Commit builds
CRON
Outgoing dependencies
Build Scheduler
Integration Build
Code Complexity
Nexus
Disabling or Hiding a feature
Feature Toggles
Cobertura
Application code
0
Chef
Branch
Both the options
Master branch
Refactoring
None of the options
0
streambased
Quality
1

You might also like