PDI Exam Question 161

A Lightning component has a wired property, searcResults, that stores a list of Opportunities. Which definition of the Apex method, to which the searchResults property is wired, should be used?
  • PDI Exam Question 162

    An Approval Process is defined in the Expense_Item__c. A business rule dictates that whenever auser changes the Status to 'Submitted' on an Expense_Report__c record, all the Expense_Item__c records related to the expense report must enter the approval process individually. Which approach should be used to ensure the business requirement is met?
  • PDI Exam Question 163

    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
  • PDI Exam Question 164

    Which three statements are accurate about debug logs?
    Choose 3 answers
  • PDI Exam Question 165

    What is a valid statement about Apex classes and interfaces? Choose 2 answers: