SalesforceSalesforce
PDI · Question #25
PDI Question #25: Real Exam Question with Answer & Explanation
Sign in or unlock PDI to reveal the answer and full explanation for question #25. The question stem and answer options stay visible for context.
Submitted by lars.no· Apr 18, 2026Logic and Process Automation
Question
If apex code executes inside the execute() method of an Apex class when implementing the Batchable interface, which statement are true regarding governor limits? Choose 2 answers
Options
- AThe Apex governor limits might be higher due to the asynchronous nature of the transaction.
- BThe apex governor limits are reset for each iteration of the execute() method.
- CThe Apex governor limits are relaxed while calling the constructor of the Apex class.
- DThe Apex governor limits cannot be exceeded due to the asynchronous nature of the transaction.
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
#Batch Apex#Governor Limits#Asynchronous Apex