ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 259 - Professional Cloud Developer discussion

Report
Export

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?

A.
Each group of developers creates a feature branch from the main branch for their work, commits their changes to their branch, and merges their code into the main branch before each major release.
Answers
A.
Each group of developers creates a feature branch from the main branch for their work, commits their changes to their branch, and merges their code into the main branch before each major release.
B.
Each developer commits their code to the main branch before each product release, conducts testing, and rolls back if integration issues are detected.
Answers
B.
Each developer commits their code to the main branch before each product release, conducts testing, and rolls back if integration issues are detected.
C.
Each group of developers copies the repository, commits their changes to their repository, and merges their code into the main repository before each product release.
Answers
C.
Each group of developers copies the repository, commits their changes to their repository, and merges their code into the main repository before each product release.
D.
Each developer creates a branch for their own work, commits their changes to their branch, and merges their code into the main branch after peer review.
Answers
D.
Each developer creates a branch for their own work, commits their changes to their branch, and merges their code into the main branch after peer review.
Suggested answer: D
asked 18/09/2024
Angela Rivalta
37 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first