Winter Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: geek65

Sharing-and-Visibility-Architect Salesforce Certified Sharing and Visibility Architect (WI25) Questions and Answers

Questions 4

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 5

The corporate identity and access team needs to audit User setup in the Salesforce org.

Which permission should be granted to this team so they can perform their audit?

Options:

A.

View permission on the User object

B.

View All Users

C.

View All Data

Buy Now
Questions 6

Sales executives at Universal Containers (UC) want to create list views to filter opportunities for large at-risk opportunities, These list views should only be available to certain executives who specialize in closing problematic deals.

What should UC do to solve this requirement?

Options:

A.

Share the list views with the appropriate role in the Role Hierarchy.

B.

Share the list views with the appropriate individual users.

C.

Share the list views with the appropriate Public Group.

Buy Now
Questions 7

Universal Containers (UC) is a fast-growing company that sells containers globally. It has thousands of dealerships throughout the world where local dealers service containers. UC implemented a new Partner Community for its dealers. Eachdealership has a dealer manager who manages the service agents. The communitysharing model is private.

What is the optimal option to give dealer managers visibility to customer cases only raised by their service agents?

Options:

A.

Use the Role Hierarchy so that the cases raised by service agents will be visible to their relevant dealer managers.

B.

Create a sharing rule to share cases created by service agents with their dealer manager.

C.

Create a sharing group to share cases created by service agents with their dealer manager.

Buy Now
Questions 8

Universal Containers uses Person Accounts to represent retail customers and Business Accounts to represent commercial customers. The retail sales team should not have access to commercial customers but should have access to ALL retailcustomers.

With the organization-wide default on Account set to Private, how should the architect meet these requirements?

Options:

A.

Create 2 criteria-based sharing rule giving the Retail Sales role access to Accounts of type PersonAccount.

B.

Create an owner-based sharing rule on AccountContactRelation to grant access to all account contact roles records owned by retail sales reps.

C.

Update the Retail Sales profile to grant access to Person Account record type.

Buy Now
Questions 9

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 10

Universal Containers (UC) requested that branch managers and UC branch staff should only see customers and related information in their geographic location.

Which options should be used together to achieve the requirements?

Options:

A.

Configure Role Hierarchy and create sharing rules.

B.

Create the Account Team and add branch manager team members, and configure organization-wide defaults of the Account object.

C.

Configure organization-wide defaults of the Account object and create sharing rules.

Buy Now
Questions 11

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 12

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 13

Sales operations at Universal Containers (UC) wants to create list views to filter opportunities for certain geographies.

How should UC hide list views that are not relevant to an individual usersince there will be more than 50list views?

Options:

A.

Share the list views with the appropriate role and internal subordinates.

B.

Share the list views with the appropriate individual users.

C.

Share the list views with the appropriate queue.

Buy Now
Questions 14

What should an architect recommend to make sure that users that gained access to a custom object record through Apex managed sharing do not lose access to it when its owner is changed?

Options:

A.

Use "With Sharing” keyword to make sure record visibility will beconsidered.

B.

Create a new record in _Share object with RowCause “Manual”.

C.

Create aspecific Apex Sharing Reason for the custom object.

Buy Now
Questions 15

Universal Containers (UC) has a custom Apex class that enforces a business process and updates opportunities. UC has noticed that fields with Field-Level Security permission of Read-Only on certain users’ profiles are being updated by this class.

How should the architect fix this problem?

Options:

A.

Add the With Sharing keyword to the class.

B.

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

C.

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

Buy Now
Questions 16

Universal Containers would like to control access to records and objects according to the following business requirements: Sales users can view all accountrecords but only edit their own records. Sales managers can view all account records but only edit records of their team. Service users canview all account records thatare not marked with a RecordType of Prospect.

Which organization-wide default configuration should an architect recommend to fulfill these requirements?

Options:

A.

Public Read Write

B.

Public Read/Transfer

C.

Private

Buy Now
Questions 17

Customer complaints for bad interactions with a customer support agent are logged as Cases and assigned to a human resources representative.The agent of the complaint should not see the case, but their manager should.

How is this accomplished?

Options:

A.

Triggeron Case ta lookup and share to the manager of an Assigned Agent custom field (the subject of the complaint) using Apex Managed Sharing.

B.

Criteria based Sharing Rule on Case that shares to the Role Manager and above when a custom field Assigned Agent (subject of the complaint) is not blank.

C.

Case is owned by the subject of the complaint, so theirmanager inthe role hierarchy can access the record. CRED permission are removed on Case so the agent cannotread the case record.

Buy Now
Questions 18

Universal Containers uses the standard Case object to track various support requests sent to servicing agents. Currently, the Case object has more than 400 fields. Eight different types of case processes havebeen established, each with aunique combination of statuses. The Director of Customer Service wants to ensure that servicing agents see only the required information specific to the case type they are addressing.

Which option is recommended to implement this requirement?

Options:

A.

Use Dynamic Forms with different field sections representing the relevant fields per case type, and control visibility of sections by Case Record Type value.

B.

Use different Page Layouts per case type, each representing the relevant fields per case type.

C.

Use a custom LWC to override the View action of the Case object, and a Custom Metadata Type to define the relevant fields per case type.

Buy Now
Questions 19

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 20

A company intends bring work from anywhere culture in a bid to improve productivity. Their sellers use wide variety of devices with different form factors. The company currently uses one page layout to display opportunity record details to thesellers. The Regional Vice President of Sales is complaining about incorrect alignment of data in opportunity records, making it difficult for some sellers.

Which steps are recommended to rectify this?

Options:

A.

Use a custom LWC override for Opportunity view action, identify form factor onLoad action and display relevant layouts based on form factors.

B.

Use a visualforce override for Opportunity view action, identify the form factor onLoad action and display relevant layouts based on form factors.

C.

Use Dynamic Form to define different field sections applicable for different form factors of devices.

Buy Now
Questions 21

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 22

To grant Universal Containers sales managers access to shipment records properly, it was necessary to leverage Apex managed sharing. The IT team is worriedabout improper access to records.

What should an architect recommend to mitigate this risk?

Options:

A.

Use isSharesble keyword in Apex classes to assure record visibility will be followed.

B.

Use runAs system method in test classes to test using different users and profiles.

C.

Use isAccesible keyword in Apex classes to assure record visibility will be followed.

Buy Now
Questions 23

Universal Containers (UC) has created a custom Invoice object. Standard sales users at UC can see the records in search layout, but when they click to viewthe detail, only record name, created date, and last modified date are shown. When the system admin accesses it, he or she sees the full record detail with many more data fields.

What is the likely cause of this issue?

Options:

A.

A role-based sharing rule is missing and should be added for the sales user's role to grant access to the fields.

B.

The Sales Users profile does not have access to the remaining fields.

C.

The page layout assigned to Sales User profile has only Read-Only access to the fields.

Buy Now
Exam Name: Salesforce Certified Sharing and Visibility Architect (WI25)
Last Update: Jan 18, 2025
Questions: 78
Sharing-and-Visibility-Architect pdf

Sharing-and-Visibility-Architect PDF

$29.75  $84.99
Sharing-and-Visibility-Architect Engine

Sharing-and-Visibility-Architect Testing Engine

$35  $99.99
Sharing-and-Visibility-Architect PDF + Engine

Sharing-and-Visibility-Architect PDF + Testing Engine

$47.25  $134.99