Question 56

A developer has identified a method in an Apex class that performs resource intensive actions in memory by iterating over the result set of a SOQL statement on the account. The method also performs a DML statement to save the changes to the datadase.
Which two techniques should the developer implement as a best practice to ensure transaction control and avoid exceeding governor limits?
Choose 2 answers
  • Question 57

    Universal Container* decides to use purely declarative development to build out a new Salesforce application.
    Which two options can be used to build out the business logic layer for this application?
    Choose 2 answer
  • Question 58

    Universal Containers stores the availability date on each Line Item of an Order and Orders are only shipped when all of the Line Items are available. Which method should be used to calculate the estimated ship date for an Order?
  • Question 59

    Which two are phases in the Aura application event propagation framework? Choose 2 answers
  • Question 60

    Which two sfdx commands can be used to add testing data to a Developer sandbox?