Question 171

Given the following code snippet, that is part of a custom controller for a Visualforce page:

In which two ways can the try/catch be enclosed to enforce object and field-level permissions and prevent the DML statement from being executed if the current logged-in user does not have the appropriate level of access? Choose 2 answers
  • Question 172

    A developer needs to have records with specific field values in order to test a new Apex class.
    What should the developer do to ensure the data is available to the test?
  • Question 173

    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 174

    Where are two locations a developer can look to find information about the status of batch or future methods?
    Choose 2 answers
  • Question 175

    A developer needs to implement the functionality for a service agent to gather multiple pieces of information from a customer in order to send a replacement credit card.
    Which automation tool meets these requirements?