PCSSA Exam QuestionsBrowse all questions from this exam

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

Show Answer
Correct Answer: BD

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

2 comments
Sign in to comment
Gaya3Jani
Mar 8, 2024

Answer should be A & D

hopdd
Sep 26, 2024

Correct answer b and d

Palazzo
Nov 14, 2024

Correct: B and D.

Palazzo
Nov 14, 2024

Correct: B and D.

DKMOptions: AD
Apr 10, 2025

AD right ones. BC do not seem to be correct