Month End Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70percent

Salesforce Sharing-and-Visibility-Architect Salesforce Certified Sharing and Visibility Architect (WI25) Exam Practice Test

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

Question 1

A junior account manager owns an account and creates a new opportunity to manage a complex deal. She needs the help of the product specialist and solution engineer. Given the size of this deal, she knows the account is likely to be reassigned to a senior account manager in the near future.

What is the optimal way for the junior account manager to share the opportunity, given the private sharing model?

Options:

A.

Manual share on the opportunity

B.

Manual share on the account

C.

Opportunity Team

Question 2

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.

Question 3

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.

Question 4

Universal Containers requested to leverage Lightning Web Components (LWC) to improve support reps’ user experience. LWC will be used as view layer, and Apex classes will have the business logic.

Which attention points should the development team consider when implementing this solution?

Options:

A.

Once that Apex runs on system mode, the development team needs to enforce record visibility.

B.

Create test classes including runAs to test different users accessing the data.

C.

Use isSharesble, isEditable, and isCreatable to enforce field permissions.

Question 5

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.

Question 6

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.

Question 7

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 user since there will be more than SO list views?

Options:

A.

Share the list viewswith the appropriate individual users.

B.

Share the list views with the appropriate queue.

C.

Share the list views with the appropriate public group.

Question 8

Which advanced tool should Salesforce enable for large-scale Role Hierarchy realignments?

Options:

A.

Granular Locking

B.

Skinny Table Indexing

C.

Partitioning by Divisions

Question 9

If a Case requires involvement from one of the Legal team, the Case owner adds one of the corporate lawyers to the Legal SME field on the case.

Since cases are private, how can we grant a lawyer access to a specific case when their assistance is needed?

Options:

A.

Create an Criteria Based Sharing Rule that shares to the Corporate Legal Tear Role when the “legal assistance needed?" field is checked.

B.

Use Apex Managed sharing in a case Trigger that shares the record to the user identified in the Legal SME field.

C.

Create a Criteria Based Sharing Rule that shares to the Legal Public Group when the “legal assistance needed?" field is checked.

Question 10

Universal Containers (UC) service reps are assigned to a profile which has View All on the Case object. The organization-wide default (OWD) for the Account and Case objects is Private.

To make sure service reps have access to all relevant information (Accounts and

Contacts) to attend to customer requests, which detail should an architect consider?

Options:

A.

Service reps will NOT be able to access the relevant Accounts if their OWD is Private.

B.

Service reps will NOT be able to access the relevant Contacts iftheir OWD is Controlled by Parent.

C.

Service reps will be able to access the relevant Contacts if their OWD is Controlled by Parent.

Question 11

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

Question 12

The sales managers at Universal Containers requested their teams to define each user's role on their accounts in order to provide an easy way to establish accountability and collaboration. Sales managers also requested that sales associatesshould only get the following permissions: 1. Read access to the accounts. 2. Read access to cases related to the accounts. 3. No access to deals related to the accounts.

The sales associates may be granted access to opportunities when needed.

Assuming the overall sharing model of the organization is Private and no sharing rules

are configured on the Account object, how should an architect achieve these requirements?

Options:

A.

Use Account teams to define access to accounts as well as opportunities and cases related to accounts.

B.

Use Account teams and Case teams. No configuration required for the Opportunity object.

C.

Use Account teams and sharing rules to share cases with sales associates. No change required to the Opportunity object.

Question 13

Users at Universal Containers are complaining that a field has disappeared from the Account page after last weekend's deployment. The page layout did not change with this deployment.

How should the admin troubleshoot this issue?

Options:

A.

Run aWho Sees What report, filtering on Account.

B.

Leg in as 3 user and check several accounts to isolate the problem records.

C.

View Field Accessibility in the Object Manager.

Question 14

Universal Containers (UC) has affiliates who sell containers in countries where UC does not have a local office. UC uses a Partner Community to manage thesales cycle in those countries. One of its affiliates has grown substantially and restructured its internal sales team with the following structure: Sales VP —> Directorof Sales —> Sales Manager —> Sales Reps. Sales Reps should not see each others’opportunities, and visibility of deals should open up within a Sales Rep's hierarchy.

What is the main problem an architect should address in this situation?

Options:

A.

The Channel Manager role cannot be shared with Partner Community.

B.

Partner User roles arelimited to three Ievels.

C.

Partner Community does not support Role Hierarchy.

Question 15

A banking company uses a VIP Flag in the Contact Object that they want only Private Banking Reps to see.

Which approach is recommended to meet this requirement?

Options:

A.

Change the type of VIPFlag field to a picklist, define a new record type for the Contact Object and make the picklist field available for Editing.

B.

Define a page layout for Contact Object and add the VIP Flag field for that layout. Remove the VIP Flag field from other layouts.

C.

Set the Field Level Security for the VIP Flag field so that it is visible to Private Banking Rep Profile.

Question 16

Sales reps at Universal Containers (UC) complain about the manual activities they need to perform in order to grant access to supporting internal users (legal, engineering, finance, etc.) for customer records when they need help. In general, the sales reps involved in the deals will not change.

How should an architect help UC improve sales reps’ productivity?

Options:

A.

Create a criteria based sharing rule to grant access to other users.

B.

Leverage default Account team.

C.

Create a permission set with View All Data and assign to supporting users.

Question 17

Universal Containers uses 75,000 distributors that have close to 1 million total users. Distributors need to use the community to see closing opportunitiesassigned to their distributor for delivery.

Which license recommendation will meet distributor needs?

Options:

A.

Customer Community Plus

B.

Partner Community

C.

Customer Community

Question 18

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.

Question 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.

Question 20

A custom Invoice object has been created with a master-detail relationship to Account. The accounts receivable (AR) team needs access to invoice records. AR users neither own nor have access to account records.The Account organization-widedefault is set to Private. The AR team is unable to find invoices in list views, reports, and Global Search.The architect has been asked to help troubleshoot.

What is preventing AR team members from seeing invoices?

Options:

A.

The AR profile does not have Read permission to the Invoice object.

B.

A sharing rule is missing toshare accounts with the AR team.

C.

A sharing rule is missing to share invoices with the AR team.

Question 21

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".

Question 22

Universal Containers (UC) delivers training in 500 different regions. The UC operations users team manages course setup, scheduling, and trainer setup. The team members work at a regional level and report to an operations manager. The operations manager requested access to edit ALLscheduled courses owned by theoperation users team.

How should this be achieved?

Options:

A.

The operations manager will get access to the scheduled courses by creating an ownership-based sharing rule and share the scheduled courses with the operations manager.

B.

The operations manager will get access to the scheduled courses owned by the operations users team defined in the Role Hierarchy.

C.

The operations manager will get access to the scheduled courses by creating a public group, and add the operations manager and the operations users team to the public group.

Question 23

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