
Ultimate access to all questions.
You are debugging a failed deployment in your CI/CD pipeline. The logs show the application container failed to start because an environment variable was missing. How would you determine the root cause and modify your CI/CD workflow to prevent this issue in the future?
A
Use a canary deployment strategy.
B
Implement static code analysis in the CI pipeline.
C
Run integration tests in the CI pipeline.
D
Enable Cloud Audit Logs for the deployment.