Question 162 of 315
Choose 2Your company places a high value on being responsive and meeting customer needs quickly. Their primary business objectives are release speed and agility. You want to reduce the chance of security errors being accidentally introduced.
Which two actions can you take? (Choose two.)
AEnsure every code check-in is peer reviewed by a security SME
✓BUse source code security analyzers as part of the CI/CD pipeline
CEnsure you have stubs to unit test all interfaces between components
DEnable code signing and a trusted binary repository integrated with your CI/CD pipeline
✓ERun a vulnerability security scanner as part of your continuous-integration /continuous-delivery (CI/CD) pipeline
✓
Correct Answer: B, E
Use source code security analyzers as part of the CI/CD pipeline
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Google certification topics.