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.)
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.)
To ensure that multiple teams can work on the same application version without affecting each other's work, one effective approach is to create a new application for each team built on the base application. This isolates the changes made by each team. Additionally, creating branches in each team’s application allows team members to work on their individual tasks separately before merging their changes back into the main codebase. These two actions help maintain separation of work and minimize conflicts.
Answer should be A & D
Correct answer b and d
Correct: B and D.