Question 151

What are two ways a developer can get the status of an enquered job for a class that queueable interface?
Choose 2 answers
  • Question 152

    A developer is tasked with building a custom Lightning web component to collect Contact information.
    The form will be shared among many different types of users in the org. There are security requirements that only certain fields should be edited and viewed by certain groups of users.
    What should the developer use in their Lightning Web Component to support the security requirements?
  • Question 153

    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 154

    Assuming that 'name; is a String obtained by an <apex:inputText> tag on a Visualforce page.
    Which two SOQL queries performed are safe from SOQL injections? Choose 2 answers
  • Question 155

    Einstein Next Best Action Is configured at Universal Containers to display recommendations to internal users on the Account detail page.
    If the recommendation is approved, a new opportunity record and task should be generated. If the recommendation is rejected, an Apex method must be executed to perform a callout to an external system.
    Which three factors should a developer keep Hi mind when implementing the Apex method?
    Choose 3 answers