Question 81

How can a developer avoid exceeding governor limits when using an Apex Trigger?choose 2 answers
  • Question 82

    A developer needs to create a Visualforce page that displays Case data. The page will be used by both support reps and support managers. The Support Rep profile does not allow visibility of the Customer_Satisfaction__c field, but the Support Manager profile does.
    How can the developer create the page to enforce Field Level Security and keep future maintenance to a minimum?
  • Question 83

    Given:
  • Question 84

    A developer needs to save a List of existing Account records named myAccounts to the database, but the records do not contain Salesforce Id values. Only the value of a custom text field configured as an External ID with an API name of Foreign_Key__c is known.
    Which two statements enable the developer to save the records to the database without an Id? (Choose two.)
  • Question 85

    The following Apex method is part of the ContactServiceclass that is called from a trigger:

    How should the developer modify the code to ensure best practices are met?