
Answer-first summary for fast verification
Answer: Use a script to automate the creation of the deployment pipeline in Google Cloud Deploy., Automate promotion approvals from the development environment to the test environment.
To reduce toil and minimize the time for end-to-end deployment in Google Cloud Deploy, the focus should be on automation and efficiency. Option A suggests creating triggers for manual intervention, which does not reduce toil but rather manages it, hence not optimal. Option B, dividing automation steps into smaller tasks, can improve efficiency by making the pipeline more manageable and potentially faster, but it doesn't directly reduce toil. Option C, automating the creation of the deployment pipeline, is a good practice for consistency and speed but doesn't directly address reducing toil in the pipeline's operation. Option D, adding more engineers, is a manual approach and contrary to reducing toil through automation. Option E, automating promotion approvals, directly reduces toil by removing manual steps and speeding up the pipeline. Therefore, the best choices are options that directly contribute to automation and reducing manual steps, which are C and E.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You are evaluating your deployment pipeline in Google Cloud Deploy. To minimize manual effort and reduce the total duration of end-to-end deployments, what actions should you take? (Select two.)
A
Create a trigger to notify the required team to complete the next step when manual intervention is required.
B
Divide the automation steps into smaller tasks.
C
Use a script to automate the creation of the deployment pipeline in Google Cloud Deploy.
D
Add more engineers to finish the manual steps.
E
Automate promotion approvals from the development environment to the test environment.
No comments yet.