Question 146

A developer must create a ShippingCalculator class that cannot be instantiated and must include a working default implementation of a calculate method, that sub-classes can override. What is the correct implementation of the ShippingCalculator class?
  • Question 147

    The Account object in an organization has a master-detail relationship to a child object called Branch. The following automations exist:
    * Roll-up summary fields
    * Custom validation rules
    * Duplicate rules
    developer created a trigger on the Account object.
    Which two things should the developer consider while testing the trigger code?
    Choose 2 answers
  • Question 148

    A developer needs to create a Visualforce page that will override the standard Account edit button. The page will be used to validate the account's address using a SOQL query. The page will also allow the user to make edits to the address. Where would the developer write the Account address verification logic?
  • Question 149

    What should a developer use to fix a Lightning web component bug in a sandbox?
  • Question 150

    The following Apex method is part of the ContactService class that is called from a trigger:

    How should the developer modify the code to ensure best practices are met?
    A)

    B)

    C)

    D)