Question 26

What are the eight officially supported languages on Heroku platform?
  • Question 27

    Refer to the code snippet below:

    When a Lightning web component is rendered, a list of apportunities that match certain criteria shopuld be retrievved from the database and displayed to the end user.
    Which three Considerations must the developer implement to make the method available within the Lightning

    web component?
    Choose 3 answer
  • Question 28

    Which three statements are true regarding custom exceptions in Apex? (Choose three.)
  • Question 29

    Uniersal Containers (UC) is developing a process for their sales teams that requires all sales reps to go through a set of scripted steps with each new customer they create.
    In the first steps of collecting information, UC's ERP system must be checked via as a REST endpoint to see if the customerexists. If the customer exists, the data must be presented to the sales rep in Salesforce.
    Which two should a developer implement to satisfy the requirements?
    Choose2 answer
  • Question 30

    niversal Containers (UC) processes orders in Salesforce in a custom object, Crder_c. They also allow sales reps to upload CSV files with of orders at a time.
    A developer is tasked with integrating orders placed in Salesforce with UC's enterprise resource planning (ERP) system.
    'After the status for an Craer__c is first set to "Placed', the order information must be sent to a REST endpoint in the ERP system that can process ne order at a time.
    What should the developer implement to accomplish this?