Question 96

Which two process automations can be used on their own to send Salesforce Outbound Message?
Choose 2 answers
  • Question 97

    A developer receives an error when trying to call a global server-side method using the @remoteAction decorator.
    How can the developer resolve the error?
  • Question 98

    An Apex method, getAccounts, that returns a List of Accounts given a searchTerm, is available for Lightning Web components to use.
    What is the correct definition of a Lightning Web component property that uses the getAccounts method?
  • Question 99

    Which two queries can a developer use in a Visualforce controller to protect against SOQL injection vulnerabilities? Choose 2 answers
  • Question 100

    A developer needs to update an unrelated object when a record gets saved. Which two trigger types should the developer create?