SAP
C_CPE_13 · Question #22
What are some principles of continuous integration? Note: There are 2 to choose.
The correct answer is A. Automated tests C. Automated builds. In recent years CI has become a best practice for software development and is guided by a set of key principles. Among them are revision control, build automation and automated testing.
Deployment and Operations
Question
What are some principles of continuous integration? Note: There are 2 to choose.
Options
- AAutomated tests
- BAutomated deployment to the productive system
- CAutomated builds
- DAutomated code change pushes
How the community answered
(47 responses)- A77% (36)
- B17% (8)
- D6% (3)
Explanation
In recent years CI has become a best practice for software development and is guided by a set of key principles. Among them are revision control, build automation and automated testing.
Topics
#continuous integration#automated tests#automated builds#CI/CD pipeline
Community Discussion
No community discussion yet for this question.