Question 111

A developer needs to implement the functionality for a service agent to gather multiple pieces of information from a customer in order to send a replacement credit card.
Which automation tool meets these requirements?
  • Question 112

    A developer needs to create a baseline set of data (Accounts, Contacts, Products, Assets) for an entire suite of Apex tests allowing them to test isolated requirements for various types of Salesforce cases.
    Which approach can efficiently generate the required data for each unit test?
  • Question 113

    A developer needs to prevent the creation of Request _c records when certain conditions exist in the system.
    A BequestLogic class exists that checks the conditions.
    What is the correct implementation?
  • Question 114

    A Lightning component has a wired property, searchResults, that stores a list of Opportunities. Which definition of the Apex method, to which the searchResults property is wired, should be used?
  • Question 115

    The values 'High', 'Medium', and 'Low' are identified as common values for multiple picklists across different objects.
    What is an approach a developer can take to streamline maintenance of the picklists and their values, while also restricting the values to the ones mentioned above?