Weekend Sale Special - Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: top65certs

New Release Sharing-and-Visibility-Architect Architect Exams Questions

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

Question 21

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 reorganize the roles and reassign accounts owners.

Which three features could an architect recommend to avoid problems on this operation? Choose 3 answers

Options:

A.

Partition data using Divisions

B.

Deferred Sharing Recalculation

C.

Parallel Sharing Rule recalculation

D.

Skinny table

E.

Granular Locking

Question 22

Universal Containers (UC) stores basic employee information in a custom Employee object (OWD -

Public Read Only). There are a few sensitive fields that need restricted access (salary, grade

level, last performance rating).

Other than field level security, what other options are available to make these fields

accessible to the Human Resource team?

Options:

A.

Create a new custom object controlled by parent and a Master-Detail relationship to Employee to store new restricted information.

B.

Change OWD of Employee custom object to private and a Lookup self-relationship to store only new restricted information.

C.

Create a new custom object with private OWD and Lookup relationship to Employee to store new restricted information.

D.

There are no other options besides using field level security.

Question 23

Universal Containers' organization wide-defaults model is private for the Account object. A sales repeats to opportunity records.

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

Options:

A.

No access

B.

Read/Create/Edit access

C.

Read/Create access

D.

Read-only access

Question 24

After testing and deploying a new trigger that does creates a related order when a opportunity is closed, the Architect begins complaints of permission error messages appearing when closing an opportunity.

How did this error occur?

Options:

A.

The trigger should be using RunAs () when creating the order.

B.

Trigger is using IsCreateable() Apex method and the user doesn't have create permission on the Oder object.

C.

The trigger handlers’ class does not use any sharing keywords and the user not have access to the orders related to the opportunity.

D.

The trigger handler class is using ''with sharing'' and the user does not have access to the orders related to the opportunity.