Question 36

A developer must create a lightning component that allows users to input contact record information to create a contact record, including a salary__c custom field. what should the developer use, along with a lightning-record-edit form, so that salary__c field functions as a currency input and is only viewable and editable by users that have the correct field levelpermissions on salary__C?
  • Question 37

    A developer must create a ShippingCalculator class that cannot be instantiated and must include a working default implementation of a calculate method, that sub-classes can override.
    What is the correct implementation of the ShippingCalculator class?
  • Question 38

    The orderHelper class is a utility class that contains business logic for processing orders. Consider the following code snippet:
    A developer needs to create a constant named DELIVERY_MULTIFILTER with a value of 4.15. The value of the constant should not change at any time in the code.
    How should the developer declare the DELIVERY_MULTIFILTER constant to meet the business objectives?
  • Question 39

    What is a capability of formula fields? (Choose 3)
  • Question 40

    A developer created a custom order management app that uses an Apex class. The order is represented by an Order object and an Orderltem object that has a master-detail relationship to Order. During order processing, an order may be split into multiple orders.
    What should a developer do to allow their code to move some existing Orderltem records to a new Order record?