Question 171

An Opportunity needs to have an amount rolled up from a custom object that is not in a master-detail relationship.
How can this be achieved?
  • Question 172

    A developer must create a CreditcardPayment class that provides an implementation of an existing Payment class. Public virtual class Payment { public virtual void makePayment(Decimal amount) { /*implementation*/ } } Which is the correct implementation?
  • Question 173

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

    A developer is building custom search functionality that uses SOSL to search account and contact records that match search terms provided by the end user. The feature is exposed through a Lightning web component, and the end user is able to provide a list of terms to search.
    Consider the following code snippet:

    What is the maximum number of search terms the end user can provide to successfully execute the search without exceeding a governor limit?
  • Question 175

    How should a developer write unit tests for a private method in an Apex class?