Question 191

What are two considerations for custom Apex Exception classes? Choose 2 answers.
  • Question 192

    A developer wrote a workflow email alert on case creation so that an email is sent to the case owner manager when a case is created. When will the email be sent?
  • Question 193

    A developer must create a DrawListclass that provides capabilities defined in the Sortableand Drawable interfaces.

    Which is the correct implementation?
  • Question 194

    Which two are best practices when it comes to component and application event handling? (Choose two.)
  • Question 195

    An Apex method, getAccounts, that returns a list of Accounts given a searchTern, is available for Lightning Web Components to use.
    What is the correct definition of a Lightning Web Component property that uses the getAccounts method?
    A)

    B)

    C)

    D)