nerdexam
Salesforce

CRT-450 · 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?

The correct answer is B. The trigger is getting executed multiple times. See the full explanation below for the reasoning.

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.

How the community answered

(25 responses)
  • A
    4% (1)
  • B
    72% (18)
  • C
    8% (2)
  • D
    16% (4)

Community Discussion

No community discussion yet for this question.

Full CRT-450 Practice