Question 161

A lead object has a custom field Prior_Email__c. The following trigger is intended to copy the current Email into the Prior_Email__c field any time the Email field is changed:

Which type of exception will this trigger cause?
  • Question 162

    Which two statements can a developer use to throw a custom exception of type MissingFieldValueException?
    Choose 2 answers.
  • Question 163

    A developer is alerted to an issue with a custom Apex trigger that is causing records to be duplicated.
    What is the most appropriate debugging approach to troubleshoot the issue?
  • Question 164

    A developer of Universal Containers is tasked with implementing a new Salesforce application that must be able to by their company's Salesforce administrator.
    Which three should be considered for building out the business logic layer of the application? Choose 3 answers
  • Question 165

    A developer created these three Rollup Summary fields in the custom object, Project__c:

    The developer is asked to create a new field that shows the ratio between rejected and approved timesheets for a given project.
    Which should the developer use to implement the business requirement in order to minimize maintenance overhead?