nerdexam
Salesforce

PDII · Question #199

A developer creates an application event that has triggered an infinite loop. What may have caused this problem?

The correct answer is A. The event handler calls a trigger. See the full explanation below for the reasoning.

Question

A developer creates an application event that has triggered an infinite loop. What may have caused this problem?

Options

  • AThe event handler calls a trigger
  • BThe event has multiple handlers registered in the project
  • CAn event is fired 'ontouchend' and is unhandled
  • DThe event is fired from a custom renderer

How the community answered

(29 responses)
  • A
    83% (24)
  • B
    3% (1)
  • C
    10% (3)
  • D
    3% (1)

Community Discussion

No community discussion yet for this question.

Full PDII Practice