Salesforce Certified Development Lifecycle and Deployment Architect — Question 25
What are two advantages of automated test data loads over manual data loads? (Choose two.)
Answer options
- A. Automated loads can be done with no human oversight.
- B. Automated loads are reliable in their results.
- C. Automated loads cannot be scripted by CICD tools.
- D. Automated loads will increase costs.
Correct answer: A, B
Explanation
The correct answers are A and B because automated data loads indeed require little to no human intervention and are known for their reliability in producing consistent results. Options C and D are incorrect as automated loads can be scripted by CICD tools and typically lower costs rather than increase them.