SalesforceSalesforce
PDI · Question #147
PDI Question #147: Real Exam Question with Answer & Explanation
Sign in or unlock PDI to reveal the answer and full explanation for question #147. The question stem and answer options stay visible for context.
Submitted by omar99· Apr 18, 2026Testing, Debugging, and Deployment
Question
A developer created a trigger on the Account object and wants to test if the trigger is properly bulklfield. The developer team decided that the trigger should be tested with 200 account records with unique names. What two things should be done to create the test data within the unit test with the least amount of code? Choose 2 answers
Options
- AUse the @isTest(isParallel=true) annotation in the test class.
- BUse Test.loadData to populate data in your test methods.
- CUse the @isTest(seeAllData=true) annotation in the test class.
- DCreate a static resource containing test data.
Unlock PDI to see the answer
You've previewed enough free PDI questions. Unlock PDI for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#Apex Testing#Test Data#Static Resources#Test.loadData()