PDI Exam Question 51

Einstein Next Best Action Is configured at Universal Containers to display recommendations to internal users on the Account detail page.
If the recommendation is approved, a new opportunity record and task should be generated. If the recommendation is rejected, an Apex method must be executed to perform a callout to an external system.
Which three factors should a developer keep Hi mind when implementing the Apex method?
Choose 3 answers
  • PDI Exam Question 52

    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)
  • PDI Exam Question 53

    A developer wants to retrieve the Contacts and Users with the email address '[email protected]'.
    Which SOSL statement should the developer use?
  • PDI Exam Question 54

    A custom object Trainer_c has a lookup field to another custom object Gym___c.
    Which SOQL query will get the record for the Viridian City gym and it's trainers?
  • PDI Exam Question 55

    A developer is asked to create a Visualforce page that displays some Account fields as well as fields configured on the page layout for related Contacts.
    How should the developer implement this request?