Salesforce Certified Development Lifecycle and Deployment Designer — Question 6
Universal Containers (UC) is using Salesforce Performance Edition. They are planning to host weekly training sessions for the next four weeks. Each training will be five days long and a new set of trainees will attend every week. UC wants to train these users on samples of production data and delete all the data generated during the training session at the end of the week.
What optimal option should a technical architect recommend?
Answer options
- A. Refresh a Partial Copy sandbox every weekend and include an appropriate sandbox template
- B. Refresh a Developer Pro sandbox every weekend and include an appropriate sandbox template
- C. Refresh a Developer Pro sandbox every weekend and load data needed using data loader
- D. Refresh a Partial Copy sandbox every weekend and load data needed using data loader
Correct answer: B
Explanation
The correct answer is B because a Developer Pro sandbox is more suitable for frequent refreshes and can accommodate the training needs without the limitations of a Partial Copy sandbox. The other options either suggest using a Partial Copy sandbox, which is less optimal for this scenario, or involve loading data with the data loader, which is unnecessary when a sandbox template can provide the required data structure efficiently.