Salesforce
PDI · Question #217
A developer created a trigger on the Account object. While testing the trigger, the developer sees the error message 'Maximum trigger depth exceeded'. What could be the possible causes?
Sign in or unlock PDI to reveal the answer and full explanation for question #217. The question stem and answer options stay visible for context.
Submitted by saadiq_pk· Apr 18, 2026Logic and Process Automation
Question
A developer created a trigger on the Account object. While testing the trigger, the developer sees the error message 'Maximum trigger depth exceeded'. What could be the possible causes?
Options
- AThe developer does not have the correct user permission.
- BThe trigger is getting executed multiple times.
- CThe trigger is a a helper class.
- DThe trigger does not have sufficient code coverage.
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 Triggers#Recursion#Governor Limits#Debugging