Question 66

A developer has created a Visualforce Page and Apex Controller that uses the With Sharing keyword.
The page will be used of by Sales Managers and should only display Accounts owned by Sales Representatives who report to the running Sales Manager. The organization-wide sharing for Accounts is set to Private. Which additional set of stops should the developer take?
  • Question 67

    A developer creates a custom controller and custom Visualforce page by using the code block below.

    What can the user expect to see when accessing the custom page?
  • Question 68

    A developer is asked to create a custom visualforce page that will be used as a dashboard component. Which three are valid controller options for this page? Choose 3 answers
  • Question 69

    A company has been adding data to Salesforce and has not done a good Job of limiting the creation of duplicate Lead records. The developer is considering writing an Apex process to identify duplicates and merge the records together.
    Which two statements are valid considerations when using merged?
    Choose 2 answers
  • Question 70

    Universal container wants a list button to display a visualforce page that allows users to edit multiple records which visualforce feature supports this requirement.