Question 141

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 142

    Which control statement should a developer use to ensure that a loop body executes at least once?
  • Question 143

    A developer created a trigger on the Account object and wants to test if the trigger is properly bulklfield. The developer team decided that the trigger should be tested with 200 account records with unique names.
    What two things should be done to create the test data within the unit test with the least amount of code? Choose 2 answers A developer created a trigger on the Account object and wants to test if the trigger is properly bulklfield. The developer team decided that the trigger should be tested with 200 account records with unique names.
    What two things should be done to create the test data within the unit test with the least amount of code?
    Choose 2 answers
  • Question 144

    What is a capability of the Force.com IDE? Choose 2 answers
  • Question 145

    A developer needs to prevent the creation of Request_c records when certain conditions exist in the system. A RequestLogic class exists to checks the conditions. What is the correct implementation?