PDII Salesforce Certified Platform Developer II (PDII)

Loading demo links...

Showing 19–20 of 20 questions

Question 19

What is the transaction limit on the recursive trigger depth?

Select an option, then click Submit answer.

  • 10

  • 17

  • 16

  • 3

  • There is no limit

Question 20

A lead developer is creating tests for a Lightning web component. The component re-renders when a property called bypassSelection changes its value.

What should the developer use to test that the component re-renders successfully when the property changes?

Select an option, then click Submit answer.

  • Window.setInterval()

  • Window.setState()

  • dispatchEvent (new CustomEvent(‘bypassSelection’))

  • Promise.resolve()