Question 61

A Next Best Action strategy uses an Enhance Element that invokes an Apex method to determine a discount level for a Contact, based on a number of factors. What is the correct definition of the Apex method?
  • Question 62

    Which Apex collection is used to ensure that all values are unique?
  • Question 63

    Universal Containers hires a developer to build a custom search page to help user- find the Accounts they want. Users will be able to search on Name, Description, and a custom comments field.
    Which consideration should the developer be aware of when deciding between SOQ1 Mid SOSL ?
    Choose 2 answers
  • Question 64

    As a part of class implementation a developer must execute a SOQL query against a large data ser based on the contact object. The method implementation is as follows.

    Which two methods are best practice to implement heap size control for the above code? (Choose 2 Answers)
  • Question 65

    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?