Question 131

A Lightning component has a wired property, searchResults, that stores a list of Opportunities. Which definition of the Apex method, to which the searchResults property is wired, should be used?
  • Question 132

    Which three statements are true regarding trace flags? (Choose three.)
  • Question 133

    Universal Containers wants to assess the advantages of declarative development versus programmatic customization for specific use cases in its Salesforce implementation.
    What are two characteristics of declarative development over programmatic customization?
    Choose 2 answers
  • Question 134

    A developer needs to create a custom button for the Account object that, when clicked, will perform a series of calculation and redirect the user to a custom visualforce page.
    Which three attributes need to be defined with values in the <apex:page> tag to accomplish this?
    Choose 3 answers
  • Question 135

    How is a controller and extension specified for a custom object named "Notice" on a Visualforce page?