Question 21

A developer needs to confirm that a Contact trigger works correctly without changing the organization's data.
What should the developer do to test the Contact trigger?
  • Question 22

    A Visualforce page is required for displaying and editing Case records that includes both standard and custom functionality defined in an Apex class called myControllerExtension.
    The Visualforce page should include which <apex:page> attribute(s) to correctly implement controller functionality?
  • Question 23

    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 24

    If apex code executes inside the execute() method of an Apex class when implementing the Batchable interface, which statement are true regarding governor limits? Choose 2 answers
  • Question 25

    Universal Containers wants to automatically assign new cases to the appropriate support representative based on the case origin. They have created a custom field on the Case object to store the support representative name.
    What is the best solution to assign the case to the appropriate support representative?