Question 26

Which of the following elements can be members of a public group? (Choose three.)
  • Question 27

    A Developer wishes to improve runtime performance of Apex calls by caching results on the client. What is the best way to implement this?
  • Question 28

    A developer receives complaints that the component loads slowly.
    Which change can the developer implement to make the component perform faster?
  • Question 29


    The test method above tests in Apex trigger that the developer knows will make a lot of queries when a lot of Accounts are simultaneously updated to be customers.
    The test method fails at the Line 20 because of too many SOQL queries.
    What is the correct way to fix this?
  • Question 30

    Where in a query can you use Geolocation and Distance? (Choose two.)