Question 76

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 77

    A developer is asked to prevent anyone other than a user with Sales Manager profile from changing the Opportunity Status to Closed Lost if the lost reason is blank.
    Which automation allows the developer to satisfy this requirement in the most efficient manner?
  • Question 78

    Developer needs to automatically populate the Reports To field in a Contact record based on the values of the related Account and Department fields in the Contact record. Which type of trigger would the developer create? Choose 2 answers
  • Question 79

    Refer to the following code snippet for an environment has more than 200 Accounts belonging to the Technology' industry:

    When the code execution, which two events occur as a result of the Apex transaction?
    When the code executes, which two events occur as a result of the Apex transaction?
    Choose 2 answers
  • Question 80

    Which tool can deploy destructive changes to apex classes in production?