Question 41

A developer is writing code that requires making callouts to an external web service. Which scenario necessitates that the callout be made in an @future method?
  • Question 42

    Consider the following queries. For these queries, assume that there are more than 200,000 Account records. These records include soft-deleted records; that is, deleted records that are still in the Recycle Bin. Note that there are two fields that are marked as External Id on the Account. These fields are Customer_Number__c and ERP_Key__c.
    Which two queries are optimized for large data volumes? Choose 2 answers
  • Question 43

    An integration user makes a successful login() call via the SOAP API.
    What can be used in the SOAP header to provide server authorization for subsequent API requests?
  • Question 44

    Choose the correct definition for <apex:pageMessage>.
  • Question 45

    What should a developer use to query all Account fields for the Acme account in their sandbox?