Question 11

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 12

    A developer wants to use all of the functionality provided by the standard controller for an object, but needs to override the Save standard action in a controller extension. Which two are required in the controller extension class?
  • Question 13

    A developer identifies the following triggers on the Expense __c object:
    The triggers process before delete, before insert, and before update events respectively.
    Which two techniques should the developer implement to ensure trigger best practices are followed?

    Choose 2 answers
  • Question 14

    What are three ways for a developer to execute tests in an org? Choose 3.
  • Question 15

    What can be used to override the Account's standard Edit button for Lightning Experience?