Certified Pega Senior System Architect v8.7 — Question 62
In which of the following situations do you use branches?
Answer options
- A. Development team A and development team B are both working on application 02.01.01 at the same time.
- B. Development team A is working on application 02.01.01 and development team B is working on application 02.02.02.
- C. Development team A in India and development team B in the UK are working on different applications in different time zones.
- D. Development team A is working in the development environment and the quality assurance (QA) team is testing in the QA environment.
Correct answer: A
Explanation
The correct answer is A because branches are typically used when multiple teams are working on the same codebase simultaneously, which helps to manage changes without conflict. Options B, C, and D do not involve simultaneous development on the same application, making branches unnecessary in those situations.