
Answer-first summary for fast verification
Answer: Store temporary artifacts in Cloud Storage for quicker access in future builds.
Storing intermediate artifacts in Cloud Storage is the optimal strategy because it significantly reduces build time by avoiding the need to rebuild artifacts from scratch. This approach is cost-effective, as it utilizes existing resources without requiring additional development effort or expensive compute resources. It's particularly beneficial for large projects where build times can be substantially improved with minimal overhead.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
When using Cloud Build to construct your application, you aim to reduce build time, minimize costs, and limit development effort. Which strategy achieves these goals effectively?
A
Divide the build process into multiple smaller steps to decrease execution time.
B
Use larger Cloud Build virtual machines (VMs) by specifying the machine-type option.
C
Leverage multiple Jenkins agents to accelerate the build process.
D
Store temporary artifacts in Cloud Storage for quicker access in future builds.