Sharing-and-Visibility-Designer Salesforce Certified Sharing and Visibility Designer (SP19)

Loading demo links...

Showing 4–6 of 10 questions

Question 4

Get Cloudy Consulting has the following requirements:

- Users should only see Accounts they or their subordinates own.

- All Accounts with the custom field “Key Customer” should be visible to all Senior AccountManagers.

- There is a custom field on the Account record that contains sensitive information and should behidden from all users, except 10 designated users who require view and edit access.

- These 10 users come from different user groups, and will change occasionally.

Which three platform security features are required to support these requirements with the minimum amount of effort? (Choose three.)

Select all that apply, then click Submit answer.

  • Apex Managed Sharing

  • Permission Sets

  • Criteria-Based Sharing Rules

  • Owner-Based Sharing Rules

  • Role Hierarchy

Question 5

Universal Containers (UC) has a team that analyzes customer orders looking for fraud. This team needs access to Invoice records (Custom object, Private OWD). UC has complex rules to control users’ access. The Salesforce Architect recommended using Apex managed sharing to meet these requirements.

Which two recommendations should a Salesforce Developer consider when implementing the changes? (Choose two.)

Select all that apply, then click Submit answer.

  • Use runAs system method to test different users accessing these records.

  • Use “Without Sharing” keyword to make sure record visibility will be considered.

  • Use “With Sharing” keyword to make sure record visibility will always be considered.

  • Use “With Sharing” keyword to enforce field-level security.

Question 6

A custom ServiceFeedback object is used to collect partner feedback. ServiceFeedback records should be available to all internal employees. The OWD is set to Private for external users so partners cannot see feedback from other partner users.

How can the Architect give access to all internal employees?

Select an option, then click Submit answer.

  • Ensure all the internal users are above the partners in the role hierarchy.

  • Create an Owner based sharing rule for all ServiceFeedback records owned by Partners.

  • Set OWD for Internal Users to Public Read Only.

  • Create a trigger on ServiceFeedback to change ownership to an internal employee.