nerdexam
Salesforce

PDII · Question #44

A developer gets an error saying 'Maximum Trigger Depth Exceeded'. What is a possible reason to get this error message?

The correct answer is D. A trigger is recursively invoked more than 16 times. See the full explanation below for the reasoning.

Question

A developer gets an error saying 'Maximum Trigger Depth Exceeded'. What is a possible reason to get this error message?

Options

  • AThe SOQL governor limits are being hit.
  • BA process Builder is running that sends mass emails.
  • CThere are numerous DML operations in the trigger logic.
  • DA trigger is recursively invoked more than 16 times.

How the community answered

(48 responses)
  • A
    4% (2)
  • B
    10% (5)
  • C
    2% (1)
  • D
    83% (40)

Community Discussion

No community discussion yet for this question.

Full PDII Practice