Question 101

A developer needs to write a method that searches for a phone number that could be on multiple object types.
Which method should the developer use to accomplish this task?
  • Question 102

    A Licensed_Professional__c custom object exist in the system with two Master-Detail fields for the following objects: Certification__c and Contact. Users with the "Certification Representative" role can access the Certification records they own and view the related Licensed Professionals records, however users with the "Salesforce representative" role report they cannot view any Licensed professional records even though they own the associated Contact record. What are two likely causes of users in the "Sales Representative" role not being able to access the Licensed Professional records? Choose 2 answers
  • Question 103

    A developer must create a CreditcardPayment class that provides an implementation of an existing Payment class. Public virtual class Payment { public virtual void makePayment(Decimal amount) { /*implementation*/
    } } Which is the correct implementation?
  • Question 104

    What will be the output in the debug log in the event of a QueryExeption during a call to the @query method in the following Example?
  • Question 105

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