Salesforce Certified Development Lifecycle and Deployment Designer — Question 13
There has been an increase in the number of defects. Universal Containers (UC) found the root cause to be decreased quality of code.
Which two options can enforce code quality in UC's continuous integration process? (Choose two.)
Answer options
- A. Introduce manual code review before deployment to the production org.
- B. Increase the size of the testing team assigned to the project.
- C. Introduce static code analysis before deployment to the testing sandbox.
- D. Introduce manual code review before deployment to the testing sandbox.
Correct answer: C, D
Explanation
The correct answers are C and D because both options involve implementing quality checks prior to the deployment process, which is crucial for maintaining code quality. Option A does not directly affect the testing sandbox, and option B, while potentially helpful, does not specifically address quality enforcement measures.