Question 116

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

    A developer created a JavaScript library that simplifies the development of repetitive tasks and features and uploaded the library as a static resource called rsutils in Salesforce. Another developer is coding a new Lightning web component (LWC) and wants to leverage the library, Which statement properly loads the static resource within the LWC?
  • Question 118

    Exhibit.

    A developer created a JavaScript function as a part of a Lightning web component (LWC) that surfaces information... about leads by imperatively calling getFetchLeadList when certain criteria are met.
    What are these changes the developer should implement in the Apex class above to ensure the LWC can display data efficiently while preserving security?
    Choose 3 answers
  • Question 119

    What is the correct syntax for calling a controller action from a Visualforce page and updating part of the page once the action is completed? (Choose two.)
  • Question 120

    A developer has a test class that creates test data before making a mock callout but now receives a 'You have uncommitted work pending. Please commit or rollback before calling out' error.
    Which step should be taken to resolve the error?