Google Cloud Professional Cloud Developer — Question 318

You are a developer at a large organization. Your team uses Git for source code management (SCM). You want to ensure that your team follows Google-recommended best practices to manage code to drive higher rates of software delivery. Which SCM process should your team use?

Answer options

Correct answer: C

Explanation

The correct answer, C, promotes daily integration of code changes into the main branch, which aligns with best practices for continuous integration and delivery. This approach minimizes conflicts and improves collaboration among developers. Options A and B do not encourage frequent integration, and option D delays merging until major releases, which can lead to integration challenges.