ExamGecko
Home Home / Scrum / PSD
Question list
Search
Search

Question 110 - PSD discussion

Report
Export

Choose three reasons why automated builds are important.

A.
They support Continuous Integration
Answers
A.
They support Continuous Integration
B.
The eliminate the need for build engineers
Answers
B.
The eliminate the need for build engineers
C.
They ensure your product remains bug free
Answers
C.
They ensure your product remains bug free
D.
They clearly define the build process
Answers
D.
They clearly define the build process
E.
They allow frequent validation and ensure the product remains in a potentially releasable state
Answers
E.
They allow frequent validation and ensure the product remains in a potentially releasable state
Suggested answer: A, D, E

Explanation:

Automated builds are making builds of the code after every change to the codebase. As soon as something breaks, the developers get informed. In order to automate it, the build process needs to be cleary defined. They're a corner stone for CI.

asked 23/09/2024
Martin Schwarz
35 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first