Question-19: Agility means effective (rapid and adaptive) response to change, effective communication among all stockholders. Drawing the customer onto a team and organizing a team so that it is in control of work performed.. Your company places a high value on being responsive and meeting customer needs quickly. Agile is about Flow, not Speed. Organizational agility requires both speed of execution and speed of change. Just focusing on one will only generate waste. 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 2 answers.
A. Make sure that a security SME looks over every piece of code that is checked in.
B. Use security analyzers for source code as part of your CI/CD pipeline.
C. Make sure you have stubs for all interfaces between components so you can unit test them.
D. Make sure your CI/CD pipeline has code signing and a trusted binary repository.
E. As part of your continuous integration and continuous delivery (CI/CD) pipeline, run a vulnerability security scanner.
Correct Answer
Get All 340 Questions and Answer for Google Professional Cloud Architect
: 2,5 Explanation: Use source code security analyzers as part of the CI/CD pipeline E. Run a vulnerability security scanner as part of your continuous-integration /continuous-delivery (CI/CD) pipeline. Option-2 and Option-5. The key is speed and agility. Therefore, Option-2 is better than A since Option-2 attempts to automate A in faster and parallel manner. Option-4 improves the chain of custody (know what you built is what you deployed) but does not improve the security of what you built. Option-3 can improve the overall quality of the product but stubbing will not allow you to test the vulnerability of those interfaces.