Question 71

Universal Containers wants to back up all of the data and attachments in its Salesforce org once a month.
Which approach should a developer use to meet this requirement?
  • Question 72

    Which three statements are accurate about debug logs?
    Choose 3 answers
  • Question 73

    When the code executes, a DML exception is thrown.
    How should a developer modify the code to ensure exceptions are handled gracefully?
  • Question 74

    An org has an existing flow that edits an Opportunity with an Update Records element. A developer must update the flow to also create a Contact and store the created Contact's ID on the Opportunity.
    Which update must the developer make in the flow?
  • Question 75

    A developer created a new after insert trigger on the Lead object that creates Task records for each Lead.
    After deploying to production, an existing outside integration that inserts Lead records in batches to Salesforce is occasionally reporting total batch failures being caused by the Task insert statement. This causes the integration process in the outside system to stop, requiring a manual restart.
    Which change should the developer make to allow the integration to continue when some records in a batch cause failure due to the Task insert statement, so that manual restarts are not needed?