ExamGecko
Ask Question

Salesforce Certified Sharing and Visibility Architect Practice Test - Questions Answers, Page 16

List of questions

Question 151

Report
Export
Collapse

Universal Containers (UC) has a requirement to expose a web service to their business partners. The web service will be used to allow each business partner to query UC's Salesforce instance to retrieve the status of orders. The business partner should only be allowed access to orders for which the business partner is the fulfillment vendor. The Architect does not want the business partners to utilize the standard APIs and would prefer a custom API be developed. Which three design elements should the Architect consider in order to ensure the data security of the solution?

Choose 3 answers

Query the Orders object with Dynamic SOQL based upon the fulfillment ID.
Query the Orders object with Dynamic SOQL based upon the fulfillment ID.
Set the Orders object's sharing settings to Private in the Org-Wide Defaults
Set the Orders object's sharing settings to Private in the Org-Wide Defaults
Provide each partner with their own Salesforce login set to API Enabled on the profile.
Provide each partner with their own Salesforce login set to API Enabled on the profile.
Develop a custom Apex web service with a fulfillment ID input attribute
Develop a custom Apex web service with a fulfillment ID input attribute
Develop a custom Apex web service using the 'With Sharing' keyword.
Develop a custom Apex web service using the 'With Sharing' keyword.
Suggested answer: A, B, E
asked 23/09/2024
Nicole Stevens
44 questions

Question 152

Report
Export
Collapse

Universal Containers has enabled External Default Sharing and wants to allow for external users to have the External Sharing Default set to Public Read-Only for a custom object. Which two options are valid Internal Default sharing settings for the custom object?

Controlled by Parent
Controlled by Parent
Public Read/Write
Public Read/Write
Private
Private
Public Read Only
Public Read Only
Suggested answer: B, D
asked 23/09/2024
Benice dobbins
44 questions

Question 153

Report
Export
Collapse

Universal Containers has the following Sharing Settings for their Org:

Account = Private

Contact = Controlled by Parent

Opportunity = Private

Case = Private

They have enabled 'Default Account Teams' and have trained users to set up their Default Team. Which three access levels can be set on the Account Team Member?

Choose 3 answers

Opportunity Access
Opportunity Access
Case Access
Case Access
Contact Access
Contact Access
Contract Access
Contract Access
Account Access
Account Access
Suggested answer: A, B, E
asked 23/09/2024
Jay Fletcher
49 questions

Question 154

Report
Export
Collapse

Universal Containers has set Account Sharing to Private with Account Teams enabled. Which two user groups can add team members on the Account? Choose 2 answers

The current Account Owner can add team members.
The current Account Owner can add team members.
The user specified as the Manager on the Owner's User record
The user specified as the Manager on the Owner's User record
Someone above the Account Owner in the Role Hierarchy with read access
Someone above the Account Owner in the Role Hierarchy with read access
Any Account Team Member with read access on the Account
Any Account Team Member with read access on the Account
Suggested answer: C
asked 23/09/2024
Vincent Cham
31 questions

Question 155

Report
Export
Collapse

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

The Organization-Wide Default for the Account object is Private.
The Organization-Wide Default for the Account object is Private.
The Organization-Wide Default for the Account object is Public Read/Write.
The Organization-Wide Default for the Account object is Public Read/Write.
The Organization-Wide Default for the Account object is Public Read-Only.
The Organization-Wide Default for the Account object is Public Read-Only.
The Object permissions for the Account object are Create, Read, and Edit.
The Object permissions for the Account object are Create, Read, and Edit.
Suggested answer: A
asked 23/09/2024
David Powell
29 questions

Question 156

Report
Export
Collapse

What is required to implement Filter-Based Opportunity Territory Assignment?

Define an account assignment with a filter criteria rule for Filter-Based Opportunity Territory Assignment.
Define an account assignment with a filter criteria rule for Filter-Based Opportunity Territory Assignment.
Define a Territory assignment rule with filter criteria for Filter-Based Opportunity Territory Assignment.
Define a Territory assignment rule with filter criteria for Filter-Based Opportunity Territory Assignment.
Define a custom Apex class for Filter-Based Opportunity Territory Assignment in the system.
Define a custom Apex class for Filter-Based Opportunity Territory Assignment in the system.
Define an Opportunity assignment rule with filter criteria for Filter-Based Opportunity Territory Assignment.
Define an Opportunity assignment rule with filter criteria for Filter-Based Opportunity Territory Assignment.
Suggested answer: C
asked 23/09/2024
Kelvin Galabuzi
37 questions

Question 157

Report
Export
Collapse

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

FLS check
FLS check
SOQL Injection
SOQL Injection
Data Access Control
Data Access Control
Arbitrary Redirects
Arbitrary Redirects
Suggested answer: B, C
asked 23/09/2024
Christopher Castillo
35 questions

Question 158

Report
Export
Collapse

What is a workaround to ownership data skew?

You can minimize possible performance impacts by not assigning the user(s) to a role.
You can minimize possible performance impacts by not assigning the user(s) to a role.
Suggested answer: A
asked 23/09/2024
Jacquezz Shorter
23 questions

Question 159

Report
Export
Collapse

When you make changes to roles and groups Salesforce locks the entire group membership table, which makes it impossible to process group changes in multiple threads to increase throughput on updates.

Granular Locking
Granular Locking
Suggested answer: A
asked 23/09/2024
Andrey Zhukovskiy
36 questions

Question 160

Report
Export
Collapse

If you want to create some logic that will share certain records in APEX code, you just have to create special records that will open access to the desired records. The aim is to create records of certain type, for example , all share objects for custom objects are named as

MyCustomObject__Share
MyCustomObject__Share
Suggested answer: A
asked 23/09/2024
henri victor BOGMIS
38 questions
Total 242 questions
Go to page: of 25
Search

Related questions