nerdexam
Scrum

PSD · Question #47

Why are automated builds important?

The correct answer is B. They help you find defects and configuration management issues. Automated builds will be made every time the code base gets changed. If a change to the code base breaks the build, the developers get informed immediately and can fix the build again without drifting off to far.

Developing Products

Question

Why are automated builds important?

Options

  • AYou are unable to check in code without them
  • BThey help you find defects and configuration management issues
  • CWithout them you can't tell if your code works
  • DThey are part of the Definition of Done

How the community answered

(54 responses)
  • A
    2% (1)
  • B
    89% (48)
  • C
    6% (3)
  • D
    4% (2)

Explanation

Automated builds will be made every time the code base gets changed. If a change to the code base breaks the build, the developers get informed immediately and can fix the build again without drifting off to far.

Topics

#automated builds#continuous integration#defect detection#configuration management

Community Discussion

No community discussion yet for this question.

Full PSD Practice