Free Sharing-and-Visibility-Architect Salesforce Certified Sharing and Visibility Architect(WI23) Practice Test Question

Loading demo links...

Showing 10–12 of 15 questions

Question 10 (Exam Pool B)

What feature in Salesforce is needed to restrict access to a custom object that has Public Read/Write access?

Select an option, then click Submit answer.

  • Role Hierarchy

  • Record Type

  • Page Layout

  • Profile

Question 11 (Exam Pool A)

What advanced tool can Salesforce enable for Large-scale role hierarchy realignments?

Select an option, then click Submit answer.

  • Set external organization-wide default to public read only

  • Skinny Table Indexing

  • Granular locking

  • Partitioning by Divisions

Question 12 (Exam Pool A)

Universal Containers (UC) has a custom Apex class that enforces a business process and updates opportunity field-level security permissions of read only certain user's profiles are being updated by their class.

How should the architect fix this problem?

Select an option, then click Submit answer.

  • Put the code in an class that uses the With Sharing keyword.

  • Use the IsUpdateable() Apex method to test each field prior to allowing updates.

  • Use the With SECURYT_ENFORCED keyword in the SOQL statement.

  • Add With Sharing keyword to the class.