PSD · Question #120
PSD Question #120: Real Exam Question with Answer & Explanation
The correct answer is A. They support Continuous Integration D. They clearly define the build process E. They allow frequent validation and ensure the product remains in a potentially releasable state. 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.
Question
Options
- AThey support Continuous Integration
- BThe eliminate the need for build engineers
- CThey ensure your product remains bug free
- DThey clearly define the build process
- EThey allow frequent validation and ensure the product remains in a potentially releasable state
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.
Community Discussion
No community discussion yet for this question.