Winter Special Flat 65% Limited Time Discount offer - Ends in 0d 00h 00m 00s - Coupon code: netdisc

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

Testing Engine

  • Product Type: Testing Engine
$43.75  $124.99

PDF Study Guide

  • Product Type: PDF Study Guide
$38.5  $109.99
Question 1

Universal Containers implemented Sales Cloud and requested that sales agents have access to products and prices the company sells, and to be able to createopportunities for its customers.

What should the organization-wide defaults be for pricebook?

Options:

A.

Public Read-Only

B.

View

C.

Use

Question 2

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 3

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 4

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.

Question 5

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 6

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.

Question 7

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 8

The finance team at Universal Containers usually does not have access to account and contact records. A finance analyst was temporarily given opportunity access for a big deal to help with tax calculation. However, she can now also accessaccount and contact records.

What is causing this issue?

Options:

A.

Account records can be accessed dueto implicit sharing from Opportunity.

B.

Account records can be accessed due to Role Hierarchy.

C.

Contact records can be accessed due to implicit sharing from Opportunity.

Question 9

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 10

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.

Question 11

Universal Containers (UC) has a partner community for its 200 distributors.

UC customer accounts are assigned an individual distributor. The organization-wide default setting for the custom Delivery object is Private.

How should an architect advise UC to grant all users at a distributor access to delivery records for all customers assigned to a particular distributor?

Options:

A.

Create a criteria based sharing rule that shares delivery records matching a distributor to theDistributor role in the Role Hierarchy.

B.

Create 2 criteria-based sharing rule that shares delivery records matching the Distributor to users of aPublic Group created for the distributor.

C.

Create a Sharing Set for the Distributor profile to grant access to the Delivery object.

Question 12

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.

Question 13

Who can view a PDF that is uploaded to the Files Home private library by a user?

Options:

A.

The user and users above themin the Role Hierarchy

B.

The user and users with View All Data permission

C.

Only the user

Question 14

Universal Containers’ organization wide-defaults model is Private for the Account object. A sales rep owns two opportunitiesin one Account. The Sales Repprofile has Create/Edit access to opportunity records.

Which level of access will the sales rep have to the related Account record?

Options:

A.

Read access

B.

Read/Create/Edit access

C.

No access

Question 15

Which method should be used to grant access to an unrelated group of users?

Options:

A.

Sharing Sets

B.

Public Groups

C.

Role Hierarchy

Question 16

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 17

A sales coach at Universal Containers wants to create and share a report folder with other sales coaches.

Which two permissions are required to accomplish this?

Options:

A.

Create Report Folders and manage Reports in Public Folders

B.

Create and customize Reports and Report Folders

C.

Manage Reports in Public Folders and edit My Reports

Question 18

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.

Parallel Sharing Rule recalculation

C.

Skinny table

Question 19

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.

Question 20

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.

Question 21

A banking company wants their customers Date of Birth Field searchable by Banking Reps, but only editable by Customer Support Reps.

Which approach is recommended to meet this requirement?

Options:

A.

Create 2 Validation rule in the Data of Birth field so the rule returns true only when user.profilename matches Customer Support Rep.

B.

Set the Field Level Security for the Date of Birth field to be Visible to Customer Support Rep Profile, and set the Date of Birth field Visible and Readonly to Banking Rep profile.

C.

Add Date of Birth field to the Search layout of the Contact Object. Modify the Page layout assigned to Customer Support Rep and add Date of Birth field as Required.

Question 22

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 23

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.