PDI Exam Question 51

What are three ways for 2 developer to execute tests in an org? Choose 3 answers
  • PDI Exam Question 52

    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?
  • PDI Exam Question 53

    Universal Containers has a support process that allows users to request support from its engineering team using a custom object, Engineering_Support__c.
    Users should be able to associate multiple engineering_Support__c records to a single Opportunity record.
    Additionally, aggregate Information about the Engineering_support__c records should be shown on the Opportunity record.
    What should a developer Implement to support these requirements?
  • PDI Exam Question 54

    Which three operations affect the number of times a trigger can fire?
    Choose 3 answers
  • PDI Exam Question 55

    A developer wrote an Apex method to update a list of Contacts and wants to make it available for use by Lightning web components.
    Which annotation should the developer add to the Apex method to achieve this?