PDI Exam Question 121

In which two org types can a developer create new Apex Classes? Choose 2 answers
  • PDI Exam Question 122

    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 123

    A developer writes a trigger on the Account object on the before update event that increments a count field.
    Aworkflow rule also increments the count field every time that an Account is created or update. The field update in the workflow rule is configured to not re-evaluate workflow rules. What is the value of the count field if an Account is inserted with an initial value of zero, assuming no other automation logic is implemented on the Account?
  • PDI Exam Question 124

    What are two benefits of using declarative customizations over code? Choose 2 answers Choose 2 answers
  • PDI Exam Question 125

    A developer wants to get access to the standard price book in the org while writing a test class that covers an OpportunitylLineltem trigger.
    Which method allows access to the price book?