BA-201 · Question #75
Universal Containers (UC) has several teams working on a new application in Salesforce. Unfortunately, during the release process, it was discovered that the teams had overwritten each other's changes
The correct answer is B. Version control system. The tool that Universal Containers should use to prevent teams from overwriting each other's changes in the future is a version control system. A version control system is a tool that tracks and manages changes to code or configuration in a software project or enhancement. A vers
Question
Universal Containers (UC) has several teams working on a new application in Salesforce. Unfortunately, during the release process, it was discovered that the teams had overwritten each other's changes. What should JC use to prevent this from happening in the future?
Options
- ACode review sessions
- BVersion control system
- CChange set deployments
How the community answered
(25 responses)- A4% (1)
- B88% (22)
- C8% (2)
Explanation
The tool that Universal Containers should use to prevent teams from overwriting each other's changes in the future is a version control system. A version control system is a tool that tracks and manages changes to code or configuration in a software project or enhancement. A version control system helps to prevent teams from overwriting each other's changes by allowing them to create and work on separate branches or copies of the code or configuration, merge their changes with the main branch or copy when they are ready, and resolve any conflicts or errors that may occur during the merge. A version control system also helps to maintain a history of changes, backup and restore previous versions, and collaborate and communicate with other https://trailhead.salesforce.com/content/learn/modules/git-and-git-hub-basics/work-with-the-git-
Topics
Community Discussion
No community discussion yet for this question.