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 do not affect each other's work while updating the same application version, you can create separate workspaces. Creating a new application for each team built on the base application allows each team to work independently without interfering with others' progress. Creating branches in each team's application helps manage version control and facilitates merging changes back to the main application.
I think answer is B and D