Salesforce Certified Development Lifecycle and Deployment Architect — Question 19
A technical lead is performing all code reviews for a team and is finding many errors and improvement points. This is delaying the team’s deliveries.
Which two actions can effectively contribute to the quality and agility of the team? (Choose two.)
Answer options
- A. Use static code analysis tool in the pipeline before manual code review.
- B. Choose the most senior developer to help the technical lead in the code review.
- C. Skip the code review and focus on functional tests and UAT.
- D. Create development standards and train teams in those standards.
Correct answer: A, D
Explanation
Using a static code analysis tool can catch errors early in the development process, which helps improve code quality and speeds up the review process. Additionally, creating and training teams on development standards ensures everyone is on the same page, which enhances both quality and agility. Relying solely on senior developers or skipping code reviews will not resolve the underlying issues and could lead to more significant problems down the line.