PDII Exam Question 31

A developer encounters an error that states that the Apex heap size is exceeded. Which technique may reduce heap size?
  • PDII Exam Question 32

    The use of the transient keyword In Visualforce Page Controllers helps with which common performance issued?
  • PDII Exam Question 33

    Part of a custom Lightning Component displays the total number of Opportunities in the org, which is in the millions. The Lightning Component uses an Apex Controller to get the data it needs. What is the optimal way for a developer to get the total number of Opportunities for the Lightning Component?
  • PDII Exam Question 34

    Refer to the markup below:
    A Lightning web component displays the Account name and two custom fields out of 275 that exist on the object. The developer receives complaints that the component performs slowly.
    What can the developer do to improve the performance?
    A)

    B)

    C)

    D)
  • PDII Exam Question 35

    What Salesforce tool lets you deploy/retrieve metadata, check status of apex jobs, and check responses of REST calls?