PDII Exam Question 36

There are user complaints about slow render times of a custom data table within a Visualforce page that loads thousands of Account records at once. What can a developer do to help alleviate such issues?
  • PDII Exam Question 37

    A developer wrote an Apex class to make several callouts to an external system.
    If the URLs used in these callouts will change often, which feature should the developer use to minimize changes needed to the Apex class?
  • PDII Exam Question 38

    A developer created a Lightning web component for the Account record page that displays the five most recently contacted Contacts for an Account. The Apex method, getRecentContacts, returns a list of Contacts and will be wired to a property in the component.

    Which two lines must change in the above ode to make the Apex method able to be wired?
    Choose 2 answers
  • PDII Exam Question 39

    A company represents their customers as Accounts in Salesforce. All customers have a unique Customer_Number__c that is unique across all of the company's systems. They also have a custom Invoice__c object, with a Lookup to Account, to represent invoices that are sent out from their external system. This company wants to integrate invoice data back into Salesforce so Sales Reps can see when a customer is paying their bills on time. What is the optimal way to implement this?
  • PDII Exam Question 40

    Universal containers needs to integrate with several external systems. The process is initiated when a record is created in Salesforce. The remote systems do not require Salesforce to wait for a response before continuing.
    What is the recommended best solution to accomplish this?