Question 86

A developer created a Lightning component to display a short text summary for an object and wants to use it with multiple Apex classes.
How should the developer design the Apex classes?
  • Question 87

    Universal Containers recently transitioned from Classic to Lightning Experience. One of its business processes requires certain values from the Opportunity object to be sent via an HTTP REST callout to its external order management system based on a user-initiated action on the Opportunity detail page. Example values are as follows:
    * Name
    * Amount
    * Account
    Which two methods should the developer implement to fulfill the business requirement? (Choose two.)
  • Question 88

    A developer writes the following code:

    What is the result of the debug statement?
  • Question 89

    A developer is tasked with performing a complex validation using Apex as part of advanced business logic. certain criteria are met for a PurchaseOrder, the developer must throw a custom exception.
    What is the correct way for the developer to declare a class that can be used as an exception?
  • Question 90

    Which two operations can be performed using a formula field? Choose 2 answers