Salesforce Certified Platform Developer II — Question 244
Universal Containers (UC) currently does all development in its full copy sandbox.
Recently, UC has projects that require multiple developers to develop concurrently. UC is running into issues with developers making changes that cause errors in work done by other developers.
Additionally, when they are ready to deploy, many unit tests fail which prevents the deployment.
Which three types of orgs should be recommended to UC to eliminate these problems? (Choose three.)
Answer options
- A. Data Migration org
- B. Development org
- C. Systems Integration org
- D. Continuous Integration (CI) Org
- E. Staging org
Correct answer: A, B, E
Explanation
The correct answers, A, B, and E, represent types of orgs that facilitate better development practices and testing environments. A Development org allows for isolated development work, while a Staging org helps in testing before deployment. The Data Migration org is useful for managing data but does not directly address development collaboration. Other options like Systems Integration org and Continuous Integration (CI) Org are less relevant in this context as they do not specifically target the issues UC is facing.