Question 6

How should a developer write unit tests for a private method in an Apex class?
  • Question 7

    A developer is building custom search functionality that uses SOSL to search account and contact records that match search terms provided by the end user. The feature is exposed through a Lightning web component, and the end user is able to provide a list of terms to search.
    Consider the following code snippet:

    What is the maximum number of search terms the end user can provide to successfully execute the search without exceeding a governor limit?
  • Question 8

    Universal Containers wants Opportunities to no longer be editable when reaching the Closed/Won stage.
    How should a developer accomplish this?
  • Question 9

    Which two types of process automation can be used to calculate the shipping cost for an Order when the Order is placed and apply a percentage of the shipping cost of some of the related Order Products?
    Choose 2 answers
  • Question 10

    A developer created a weather app that contains multiple Lightning web components.
    One of the components, called Toggle, has a toggle for Fahrenheit or Celsius units. Another component, called Temperature, displays the current temperature in the unit selected in the Toggle component When a user toggles from Fahrenheit to Celsius or vice versa in the Toggle component, the information must be sent to the Temperature component so the temperature can be converted and displayed.
    What is the recommend way to accomplish this?