PDII Exam Question 21

There is an Apex controller and a Visualforce page in an org that displays records with a custom filter consisting of a combination of picklist values selected by the user. The page takes too long to display results for some of the input combinations, while for other input choices it throws the exception, "Maximum view state size limit exceeded". What step should the developer take to resolve this issue?
  • PDII Exam Question 22

    A developer is tasked with creating a Lightning web component that is responsive on various devices. Which two components should help accomplish this goal?
  • PDII Exam Question 23

    A developer is writing code that requires making callouts to an external web service. Which scenario necessitates that the callout be made in an asynchronous method?
  • PDII Exam Question 24

    A company's support process dictates that any time a case is closed with a status of 'Could not fix,' an Engineering Review custom object record should be created and populated with information from the case, the contact, and any of the products associated with the case. What is the correct way to automate this using an Apex trigger?12
  • PDII Exam Question 25

    A query using OR between a Date and a RecordType is performing poorly in a Large Data Volume environment. How can the developer optimize this?