Certified Pega Senior System Architect v8.7 — Question 45
Multiple teams need to update the same application version during a development cycle.
Which two actions do you perform so that the teams do not affect each other's work? (Choose two.)
Answer options
- A. Create a new ruleset version for the base application.
- B. Create a new application for each team built on the base application.
- C. Create a separate production ruleset for each team.
- D. Create branches in each team’s application.
Correct answer: B, D
Explanation
Creating a new application for each team (B) allows them to work independently without interfering with one another, while creating branches in each team’s application (D) also enables parallel development. The other options, such as creating a new ruleset version (A) or separate production rulesets (C), do not effectively isolate each team's work in the same way.