QuestionQ21
Continuous Integration TechniquesUniversal Containers (UC) has found that unit tests fail in production during deployments, but not in any other environment. Investigation shows that administrators are making minor production changes without considering dependent components.
Which two recommendations can the architect make to help UC identify these failing unit tests sooner?
Choose two
- A Ask administrators to run unit tests before every change.
- B Stop administrators from making all changes.
- C Ensure a metadata backup is committed to version control every day and a diff published to the release team.
- D Train the administrators to make their changes in a special “admin changes” sandbox, and then promote to production.
Community Discussion