QuestionQ74

Continuous Integration Techniques

A technical lead performs every code review for a team and is identifying many errors and areas for improvement. This is delaying the team’s deliveries.

Which two actions can effectively improve the team’s quality and agility?

Choose two
  • 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.
Explanation

Static code analysis in the pipeline catches defined defect patterns automatically before manual review, reducing reviewer workload and accelerating feedback. Shared development standards and team training prevent common inconsistencies and defects, improving code quality while making delivery and review cycles more efficient.

Community Discussion

No comments yet. Be the first to start the discussion!