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

Sharing-and-Visibility-Designer Exam Results

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

Question 13

Which are two valid use cases for programmatic sharing?

Choose 2 answers.

Options:

A.

An​ ​external​ ​system​​manages​ ​user​ ​record​ ​access.

B.

Frequent user ownership changes based on re-alignments.

C.

Native​ ​sharing​ ​functionality​ ​does​ ​not​ ​meet​ ​requirements.

D.

Setting user ownership for standard and custom objects.

Question 14

Which two are potential vulnerabilities in the following code snippet? <apex:page> <apex:form> <apex:outputText value="Enter Name"/> <apex:inputText value="{!name}" /> <apex:commandButton value="Query"action="{!query}" /> </apex:form> </apex:page> public class SOQLController { public String name { get { return name;} set {name=value;} } public PageReference query() { String qryString='SELECT Id FROM Contact WHERE '+ '(IsDeleted = false and Name like \'%' + name + '%\'}'; queryResult = Database.query(qryString); retunr null; } } Choose 2 answers

Options:

A.

FLS check

B.

SOQL Injection

C.

Data Access Control

D.

Arbitrary Redirects

Question 15

The architect at Universal Containers would like to prevent users from editing encrypted fields. Assuming no customizations are implemented, which two options should the Architect choose to support the requirement? 

Choose 2 answers

Options:

A.

Validation Rules

B.

Page Layout settings

C.

Apex Triggers

D.

Workflow Rules

Question 16

The Architect notices that there are many duplicate Account records and numerous sharing rules created in Salesforce. What would be the reason?

Options:

A.

The Organization-Wide Default for the Account object is Private.

B.

The Organization-Wide Default for the Account object is Public Read/Write.

C.

The Organization-Wide Default for the Account object is Public Read-Only.

D.

The Object permissions for the Account object are Create, Read, and Edit.