PDI Exam Question 116

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.)
  • PDI Exam Question 117

    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
  • PDI Exam Question 118

    A platform developer at Universal Containers needs to create a custom button for the Account object that, when clicked, will perform a series of calculations and redirect the user to a custom Visualforce page.
    Which three attributes need to be defined with values in the <apex:page> tag to accomplish this? (Choose three.)
  • PDI Exam Question 119

    A recursive transaction is limited by a DML statement creating records for these two objects:
    1. Accounts
    2. Contacts
    The Account trigger hits a stack depth of 16.
    Which statement is true regarding the outcome of the transaction?
  • PDI Exam Question 120

    What are three ways for a developer to execute tests in an org? Choose 3.