Continuous Integration Answers
Continuous Integration Answers
(3)Jabber is a :
(i)Messaging plugin
(ii)Deployment plugin
(iii)Build plugin
(13)It is a proven fact that reducing the CCN of code is known to reduce the number of errors
or bugs in the code.
(i)False
(ii)True
(14)Private builds are executed after moving the changes to version control.
(i)True
(ii)False
(15)Efferent Coupling is a measure of ____________________.
(i)Code Complexity
(ii)Outgoing dependencies
(iii)Incoming dependencies
(19)Does CI pipeline need to have all the software development functionalities integrated in
place ?
(1)False
(2)True
(20)stream based version control helps to apply bug fixes to many versions of the application.
(i)False
(ii)True
(21)Commiting a code change, when the inspection fails , is perfectly fine as the code logic is
working fine anyway
(i)False
(ii)True
(22)Arrange in order- A. Running Unit Test B.Running Static Code Check C.Check for Code
Coverage D. Build Package
(i)BACD
(ii)ABDC
(iii)ACBD
(iv)BADC
Answers
(1)(i)
(2)(i)
(3)(i)
(4)(ii)
(5)(iii)
(6)(ii)
(7)(iv)
(8)(i)
(9)(ii)
(10)(iii)
(11)(iv)
(12)(ii)
(13)(i)
(14)(ii)
(15)(ii)
(16)(i)
(17)(iv)
(18)(iii)
(19)(i)
(20)(ii)
(21)(i)
(22)(i)
(23)(iv)
The following options are mandated for a CI pipeline, except – Application code is incorrect