Summer Special Sale - Limited Time 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 575363r9

Welcome To DumpsPedia

Sharing-and-Visibility-Architect Sample Questions Answers

Questions 4

Mary is Joe's manager in the Role Hierarchy. The organization-wide default for a custom Invoice object is Public Read-Only, and Mary's profile is not granted the Read permission for the Invoice object.

Which action can Mary take on Joe's invoice records?

Options:

A.

Read/Write

B.

View Only

C.

None

Buy Now
Questions 5

Which option can be selected to share data when creating a sharing rule?

Options:

A.

users

B.

Profiles

C.

Roles

Buy Now
Questions 6

A sales rep at Universal Containers was added to an opportunity team with Read/Write permissions.

Which action is she allowed to perform in the opportunity?

Options:

A.

Update opportunity stage.

B.

Replace opportunity owner.

C.

Add/remove members in the opportunity team.

Buy Now
Questions 7

Which community function is impacted by having the Site User Visibility turned off in Sharing Settings?

Options:

A.

Updating their user profile.

B.

Searching for other external users.

C.

Searching for internal users.

Buy Now
Questions 8

Universal Containers implemented Sales Cloud and requested that only certain branch staff trained to sell high-risk products can create opportunities for high-risk products.

How should an architect allow only specific branch staff to sell high-risk products?

Options:

A.

Set the price book OWD to View Only and share the (High Risk) price book with the trained staff via manual sharing.

B.

Set the price book OWD to View Only and share the (High Risk) price book with the trained staff via a sharing rule.

C.

Set the price book organization-wide default (OWD) to View Only and share the price book (High Risk) with the trained staff.

Buy Now
Questions 9

A custom ServiceFeedback object is used to collect partner feedback.

ServiceFeedback records should be available to all internal employees. The organization-wide default (OWD) is set to Private for external users so partners cannot see feedback from other partner users.

How should the architect give access to all internal employees?

Options:

A.

Create an owner based sharing rule for all Service Feedback records owned by partners.

B.

Ensure all the internal users are above the partners in the Role Hierarchy.

C.

Set the OWD for Internal Users to Public Read-Only.

Buy Now
Questions 10

A support representative at Universal Containers created a report to view all her open cases that have been created in the past 7 days and saved the report in the "Private Reports" folder.

Who can view and run the report?

Options:

A.

The report owner

B.

The report owner and any users who have been given access to the “My Private Reports” folder

C.

The report owner and users with the View All Data permission

Buy Now
Questions 11

Universal Containers (UC) has a team that analyzes customer orders looking for fraud. This team needs access to Invoice records (custom object, Private organization-wide default). UC has complex rulesto control users’ access. Thearchitect recommended using Apex managed sharing to meet these requirements.

Which recommendation should a developer consider when implementing the changes?

Options:

A.

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

B.

Use "With Sharing” keyword to enforce Field-Level Security.

C.

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

Buy Now
Questions 12

Universal Containers (UC) uses a custom Lightning component with anApex class to display shipment information (custom object, Private organization-widedefault). UC sales managers are complaining abouttwo important points: Shipmentrecords that belong to their teams can be seen by other users. Shipment amountshould be visible only by managers, but sales reps are able to view it.

Which feature did the development team miss that is causing the problems?

Options:

A.

Use isShareable keyword in Apex classes to assure record visibility.

B.

Use isAccesible() method in Apex classes to check field accessibility.

C.

Use runAs in test class toenforce user permissions and field level permissions.

Buy Now
Questions 13

At Universal Containers, there's a team of auditors distributed throughout the organization that all need access to high-value opportunities.

With a Private sharing model, which option should an architect recommend when designing a solution for this requirement?

Options:

A.

Create a criteria-based sharing rule to grant a public group access to high-value opportunities.

B.

Add the auditors to the default Opportunity Team.

C.

Put the auditors at the highest level of the Role Hierarchy.

Buy Now
Questions 14

Besides their own team accounts, sales managers at Universal Containers (UC) need Read access to all accounts of the same segment in other countries. Role Hierarchy was implemented accordingly (based on countries), but a sales manager inthe U.S. is complaining that he cannot view account records of the same segment in Canada.

What should UC do to grant access properly?

Options:

A.

Create an owner-based sharing rule to grant access to account records, that have the same segment, to all sales manager roles.

B.

Create a public group and include all accounts of the same segment, and then grant access with a permission set.

C.

Change the Role Hierarchy and put all the sales managers in the U.S. and Canada in the same role.

Buy Now
Questions 15

A sales rep (John) at Universal Containers requested to update information in an account record where he has Read-Only access. John requested the Edit access permission from the owner of the record (Paul). Paul manually shared the record withJohn.

Assuming the organization-wide default of the Account object is Public Read-Only, what is the impact in the system?

Options:

A.

Existing AccountShare record is updated. Row Cause is "Manual” and Access Level is "Read/Write".

B.

New AccountShare record is created. Row Cause is “Manual” and Access Level is “Read/Write”.

C.

New AccountShare record is created. Row Cause is “Owner” and Access Level is "Full".

Buy Now
Questions 16

Universal Containers (UC) operates worldwide, with offices in more than 100 regions in 10 different countries, and has established a very complex Role Hierarchy to control data visibility. In the new fiscal year, UC is planning to reorganizethe roles and reassign account owners.

Which feature should an architect recommend to avoid problems with this operation?

Options:

A.

Partition data using Divisions

B.

Skinny table

C.

Deferred Sharing Recalculation

Buy Now
Questions 17

Universal Containers (UC) has a custom object to track the internal net promoter score (NPS) for all of its employees. The manager is in the role above the owner and there are no sharing rules on the object.

How should UC ensure that NPS records cannot be accessed by the owner's manager?

Options:

A.

RemoveCreate, Read, Edit, and Delete fromManager profiles and permission sets.

B.

Use Apex sharing to remove NPS object share records for Manager profiles.

C.

Set organization-wide default to Private and uncheck the Access Using Hierarchies option for the NPS object.

Buy Now
Questions 18

In order to allow community users to collaborate on Opportunities, which license type must the users be given?

Options:

A.

Customer CommunityPlus

B.

Customer Community

C.

Partner Community

Buy Now
Questions 19

Universal Containers has implemented Customer Community with Customer Community Plus licenses for its distributors. Retail distributors have part-time agentswho work for multiple distributors. Those agents should have access to other distributor accounts as well.

What should be configured to grant agents access to different distributor accounts?

Options:

A.

Create a sharing set to share distributor accounts with agents using account contact relationship.

B.

Use Apex sharing to share distributor accounts with agents using the Account__Share table.

C.

Create sharing rules to share distributor accounts with agents.

Buy Now
Questions 20

Universal Containers (UC) would like to store an encryption key within Salesforce for use in Apex code, but it does not want users to be able to see this confidential key. Users require the view setuppermission.

How can UC securely store the confidential key?

Options:

A.

Create acustommetadata type that stores the encryption key. Make sure that only the admin profile has access to the custom metadata type so that end users cannot access the encryption key.

B.

Create a protected custom metadata type that stores the encryption key. Package the protected custom metadata type with its associated records in an unlocked package. Install the package in the production org.

C.

Create a protected custommetadata type that stores the encryption key. Package the protected custom metadata type with its associated records in a managed package. Install the package in the production org.

Buy Now
Questions 21

Universal1 Containers (UC) is a non-profit organization with more than 20,000,000 members (donors). UC decided to assign those accounts to donations reps based on their regions. Donations reps ended up owning more than 50,000donors each. The donation reps started to see significant degradation of the system performance.

What is the reason for this problem?

Options:

A.

There is an Account ownership data skew problem.

B.

The donations reps' access to the assigned accounts is wrong.

C.

Salesforce sharing recalculation kicked off.

Buy Now
Questions 22

Universal Containers is planning to pilot a new application to a small set of sales reps.

What is the optimal way to grant only those sales reps access to the new functionality, while hiding the legacy functionality?

Options:

A.

Clone the Sales Rep profile, adjust settings, and assign the pilot users the new profile.

B.

Revoke access to legacy functions in the Sales Rep profile and create a permission set for the new functionality.

C.

Create a permission set to grant access to the new functionality and hide the old functionality.

Buy Now
Questions 23

Universal Containers (UC) is looking to expand its delivery capabilities through a network of distributors that use aPartner Community license. UCemployees currently can view all delivery records through the organization-wide default (OWD) setting of Public Read-Only.

Which approach should an architect recommend to limit the records a distributor can see?

Options:

A.

Create an ownership-based sharing rule to grant access to the distributor.

B.

Create a criteria-based sharing rule to grant access to the distributor.

C.

Set the External OWD to Private for the Delivery object.

Buy Now
Exam Code: Sharing-and-Visibility-Architect
Exam Name: Salesforce Certified Platform Sharing and Visibility Architect (Plat-Arch-205)
Last Update: Sep 15, 2025
Questions: 77
$66  $164.99
$50  $124.99
$42  $104.99
buy now Sharing-and-Visibility-Architect