Easter Sale 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: save70

Vce Sharing-and-Visibility-Designer Questions Latest

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

Question 21

Bob uploads a PDF to his Files Home private library.

Who can view this file?

Options:

A.

Bob and users above Bob in the role hierarchy

B.

Bob and users with View All Data permission

C.

Bob and users with Modify All Data permission

D.

Only Bob

Question 22

Universal containers has a customer that meets criteria for two Enterprise Territory

Management territories (Portugal and Southern Europe). What is necessary to assign

opportunities to a territory for this account?

Options:

A.

Create a process builder process that updates the territory field on the opportunity.

B.

The territory with the highest territory type priority is automatically assigned to the opportunity.

C.

Create an Apex class that implements Filter-Based Opportunity Territory Assignment.

D.

Create a criteria-based sharing rule on the opportunity to assign it to a territory

Question 23

Universal Containers (UC) uses a custom Visualforce page to displayshipment tracking information (custom object, private OWD) to field manager and agents. The IT team wants to make sure that users have access to only the information that is allowed.

Which Apex method must be used to make sure only allowed fields are shownto the users?

Options:

A.

isReadable()

B.

isShowable()

C.

isAccessible()

D.

isViewable()

Question 24

Universal Containers (UC) uses a custom lightning component with an Apex class to display

shipment information (custom object, private OWD). UC sales managers are complaining

about two important points:

● Shipment records that belong to their teams can be seen by other users.

● Shipment amount should be visible only by managers, but sales reps are able to view it.Whichtwo features did the development team miss that is causing the problems?

Choose 2 answers.

Options:

A.

Use runAs in test class to enforce user permissions and field-level permissions.

B.

Use With Sharing keyword in Apex classes to enforce sharing rules evaluation.

C.

Use isSharable keyword in Apex classes to assure record visibility.

D.

Use isAccessible() method in Apex classes to check field accessibility