Exam PEGAPCSSA87V1 All QuestionsBrowse all questions from this exam
Question 68

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.)

    Correct Answer: B, D

    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.

Discussion
Gaya3JaniOptions: AD

Answer should be A & D

hopdd

Correct answer b and d

Palazzo

Correct: B and D.