Question 21

An Apex method, getAccounts, that returns a List of Accounts given a search Term, is available for Lighting Web components to use. What is the correct definition of a Lighting Web component property that uses the getAccounts method?
  • Question 22

    A developer is asked to create a Visualforce page that displays some Account fields as well as fields configured on the page layout for related Contacts.
    How should the developer implement this request?
  • Question 23

    A developer wrote the following two classes:

    The StatusFetcher class successfully compiled and saved. However, the Calculator class has a compile time error.
    How should the developer fix this code?
  • Question 24

    Universal Containers has a Visualforce page that displays a table of every Container_c. being ....... Is falling with a view state limit because some of the customers rent over 10,000 containers.
    What should a developer change about the Visualforce page to help with the page load errors?
  • Question 25

    A developer writes a single trigger on the Account object on the after insert and after update events. A workflow rule modifies a field every time an Account is created or updated.
    How many times will the trigger fire if a new Account is inserted, assuming no other automation logic is implemented on the Account?