Which two actions do you perform so that the teams do not affect each other’s work?

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)
A . Create a new ruleset version for the base application.
B . Create branches in each team’s application.
C . Create a separate production ruleset for each team.
D . Create a new application for each team built on the base application.

Answer: B, D

Explanation:

To ensure that multiple teams can update the same application version without affecting each other’s work, the following actions are recommended:

B: Create branches for each team’s application. This allows teams to work on isolated versions of the application and merge their changes when ready.

D: Create a new application for each team built on the base application. This creates separate instances of the application for each team to work on, which they can then synchronize with the base application as needed.

Reference: Pega official documentation on branch rulesets and application development.

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments