Designing the Project Environment and Release Strategy
Give yourself time to quickly skim through the scenario, understand the big picture, and develop some initial thoughts about the solution. This is a must-do step for every scenario. In this scenario, you will find some requirements that are related to each other and can be clubbed together.
Understanding the Current Situation
MF is using two different clouds. The scenario did not specify that both these products are in the same environment, but considering the difficulties in release management, it is fair to assume so. Note that this challenge is not likely to appear in a multi-org setup.
MF used VSC and change sets to deploy metadata between environments. What does that information tell us?
It probably indicates that no SCM is included, which means that changes cannot be tracked and tied back to a requirement. Moreover, that could indicate that the environments are likely out of sync.
Out-of-sync environments could...