Question 96

A developer created a Lightning web component for the Account record page that displays the five most recently contacted Contacts for an Account. The Apex method, getRecentContacts, returns a list of Contacts and will be wired to a property in the component.

Which two lines must change in the above ode to make the Apex method able to be wired?
Choose 2 answers
  • Question 97


    What should be added to the setup, in the location indicated, for the unit test above to create the controller extension for the test?
    A)

    B)

    C)

    D)
  • Question 98

    Universal Containers requested the addition of a third-party Map widget to an existing Lightning web component.
    Which two actions should the developer take to implement this requirement?
    Choose 2 answers
  • Question 99

    Which of the follow be used together in DML operations (transaction)? (Choose two.)
  • Question 100

    A company wants to build a custom Lightning Component that will display a specified Account Field Set and that can only be added to the Account record page. Which design resource configuration should be used?