Question 216

Which is a valid Apex REST Annotation? (Choose two.)
  • Question 217

    When should a developer use the transient keyword? Choose 2 answers
  • Question 218

    What is the transaction limit on the number of "sendEmail" method calls?
  • Question 219

    A Visualforce page controller calls an external web service to get a list of records and display them on the page. The external web service has a complex backend and generally takes a long time to return results, causing timeouts. What can be done to avoid timeouts and display the results without any errors?
  • Question 220

    Universal Containers needs to integrate with their own, existing, internal custom web application. The web application accepts JSON payloads, resizes product images, and sends the resized images back to Salesforce.
    What should the developer use to implement this integration?