Question 106

A developer identifies the following triggers on the Expense _c object:

The triggers process before delete, before insert, and before update events respectively.
Which two techniques should the developer implement to ensure trigger best practices are followed?
Choose 2 answers
  • Question 107

    Universal Hiring uses Salesforce to capture job applications. A salesforce administrator created two custom objects; Job__c acting as the master object, to Application_c acting as the detail.
    Within the Job__c object, a custom multi-select picklist, preferred _Locations__c, contains a list of approved states for the position. Each Job_Application__c record relates to a Contact within the system through a master-detail relationship.
    Recruiters have requested the ability to view whether the Contact's Mailing State value matches a value selected on the Preferred Locations__c field, within the Job_Application__c record. Recruiters would like this value to be kept in sync if changes occur to the Contact's Mailing State.
    What is the recommended tool a developer should use to meet the business requirement?
  • Question 108

    A developer Edition org has five existing accounts. A developer wants to add 10 more accounts for ...
    The following code is executed in the Developer Console using the Executor Anonymous window:

    How many total accounts will be in the org after this code is executed?
  • Question 109

    What are two testing consideration when deploying code from a sandbox to production? Choose 2 answers
  • Question 110

    Which three data types can a SOQL query return?
    Choose 3 answers