Multiple choice technology packaged enterprise solutions

Following process can be automated using continuous integration

  1. Application build

  2. White box testing

  3. Configuration management

  4. Application deployment

Reveal answer Fill a bubble to check yourself
A,B,D Correct answer
Explanation

CI automates application builds, testing (including white box testing), and deployment. Configuration management (C) is typically handled separately - while related, it's not a core CI automation target. CI focuses on the integration-build-test-deploy pipeline.