ExamGecko
Home Home / Salesforce / Certified Sharing and Visibility Architect

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

Question list
Search
Search

List of questions

Search

Related questions











Universal Containers would like to control access to records and objects according to the following business requirements:* Sales users can view all Account records but only edit their own records.

* Sales managers view all Account records but only edit records of the team.

* Service users can view all Account records that are not marked with a RecordType of Prospect.

Which organization-wide default configuration should a Salesforce architect recommend to fulfill these requirements?

A.
Public Read Write
A.
Public Read Write
Answers
B.
Private
B.
Private
Answers
C.
Public tad Only
C.
Public tad Only
Answers
D.
Public Read/Transfer
D.
Public Read/Transfer
Answers
Suggested answer: C

Assuming Person Account is enabled in a Salesforce organization, which three objects can be configured as 'Controlled by Parent' in Sharing Settings?

Choose 3 answers

A.
Opportunity
A.
Opportunity
Answers
B.
Order
B.
Order
Answers
C.
Asset
C.
Asset
Answers
D.
Contact
D.
Contact
Answers
E.
Case
E.
Case
Answers
Suggested answer: B, C, D

Universal Containers (UC) has created a public group with certain Sales Engineers to help on complex deals and a sharing rule to grant access to these opportunities. Opportunity OWD is private.

What is the impact of these sharing settings?

A.
Subordinates of Managers who have Sales Engineers in the public group will also have access to these records.
A.
Subordinates of Managers who have Sales Engineers in the public group will also have access to these records.
Answers
B.
Sales Engineers that have a similar role of the Sales Engineers of the public group will also have access to these records.
B.
Sales Engineers that have a similar role of the Sales Engineers of the public group will also have access to these records.
Answers
C.
Sales Engineers Managers and their managers in the role hierarchy will also have access to these records.
C.
Sales Engineers Managers and their managers in the role hierarchy will also have access to these records.
Answers
D.
Sales Engineers direct reports will also have access to these records.
D.
Sales Engineers direct reports will also have access to these records.
Answers
Suggested answer: C

Universal Containers (UC) uses a custom Visualforce page to display shipment 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 shown to the users?

A.
isReadable()
A.
isReadable()
Answers
B.
isShowable()
B.
isShowable()
Answers
C.
isAccessible()
C.
isAccessible()
Answers
D.
isViewable()
D.
isViewable()
Answers
Suggested answer: C

Mary is Joe's manager in the role hierarchy. The OWD for a custom Invoice object is Public ReadOnly and Mary's profile is not granted the Read permission for the Invoice object.

What action can Mary take on Joe's Invoice records?

A.
Read/Write
A.
Read/Write
Answers
B.
Edit Only
B.
Edit Only
Answers
C.
None
C.
None
Answers
D.
View Only
D.
View Only
Answers
Suggested answer: C

Universal Containers (UC) is implementing Sales Cloud. During the final quarter of the financial year, sales managers help each other close deals. They requested a solution in Salesforce to allow them to share opportunities with other sales managers from different teams as needed. They also requested that sharing deals should expire automatically two weeks after the new fiscal year starts.

Which two options to propose a solution to meet the requirements? Choose 2 answers

A.
Apex Sharing to share opportunities with sales managers.
A.
Apex Sharing to share opportunities with sales managers.
Answers
B.
Scheduled Apex job to remove access.
B.
Scheduled Apex job to remove access.
Answers
C.
Opportunity team to share opportunities with sales managers.
C.
Opportunity team to share opportunities with sales managers.
Answers
D.
Sharing Rules to share opportunities with sales managers.
D.
Sharing Rules to share opportunities with sales managers.
Answers
Suggested answer: B, C

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 view the 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?

A.
Sales users profile does not have access to the remaining fields.
A.
Sales users profile does not have access to the remaining fields.
Answers
B.
Page layout assigned to sales user profile has only read-only access to the fields.
B.
Page layout assigned to sales user profile has only read-only access to the fields.
Answers
C.
Org-wide sharing settings have been set to Private and need to be adjusted to Public Read/Write.
C.
Org-wide sharing settings have been set to Private and need to be adjusted to Public Read/Write.
Answers
D.
A role-based sharing is missing and should be added for the sales user's role to grant access to the fields.
D.
A role-based sharing is missing and should be added for the sales user's role to grant access to the fields.
Answers
Suggested answer: A

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?

A.
The trigger should be using RunAs() when creating the order.
A.
The trigger should be using RunAs() when creating the order.
Answers
B.
Trigger is using IsCreateable() Apex method and the user doesn't have create permission on the Oder object.
B.
Trigger is using IsCreateable() Apex method and the user doesn't have create permission on the Oder object.
Answers
C.
The trigger handlers class does not use any sharing keywords and the user not have access to the orders related to the opportunity.
C.
The trigger handlers class does not use any sharing keywords and the user not have access to the orders related to the opportunity.
Answers
D.
The trigger handler class is using ''with sharing'' and the user does 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.
Answers
Suggested answer: D

Universal Containers (UC) sales managers are complaining that they cannot access their teams' Shipment records (a custom object). Initially, the admin suggested that this it happening due to misconfigured role hierarchy (Shipment OWD is Private). Alter investigation, they determined the. role hierarchy for these users is correct.

What can be the reason why Universal Containers sales managers are not able to see Shipment records?

A.
The Grant Access Using hierarchies option on Shipment Sharing Settings was incorrectly disabled by the Salesforce admin.
A.
The Grant Access Using hierarchies option on Shipment Sharing Settings was incorrectly disabled by the Salesforce admin.
Answers
B.
Role hierarchy Implicit sharing was Incorrectly disabled by the Salesforce adman.
B.
Role hierarchy Implicit sharing was Incorrectly disabled by the Salesforce adman.
Answers
C.
Ownership-based sharing rule for Shipment was Incorrectly disabled by the Salesforce admin.
C.
Ownership-based sharing rule for Shipment was Incorrectly disabled by the Salesforce admin.
Answers
D.
Sales managers have only the Read permission on the 5hipment object and should not be able to edit their team records.
D.
Sales managers have only the Read permission on the 5hipment object and should not be able to edit their team records.
Answers
Suggested answer: A

Universal Containers (UC) sales managers are complaining that they cannot access their teams' Shipment records (a custom object). Initially, the admin suggested that this it happening due to misconfigured role hierarchy (Shipment OWD is Private). Alter investigation, they determined the. role hierarchy for these users is correct.

What can be the reason why Universal Containers sales managers are not able to see Shipment records?

A.
The Grant Access Using hierarchies option on Shipment Sharing Settings was incorrectly disabled by the Salesforce admin.
A.
The Grant Access Using hierarchies option on Shipment Sharing Settings was incorrectly disabled by the Salesforce admin.
Answers
B.
Role hierarchy Implicit sharing was Incorrectly disabled by the Salesforce adman.
B.
Role hierarchy Implicit sharing was Incorrectly disabled by the Salesforce adman.
Answers
C.
Ownership-based sharing rule for Shipment was Incorrectly disabled by the Salesforce admin.
C.
Ownership-based sharing rule for Shipment was Incorrectly disabled by the Salesforce admin.
Answers
D.
Sales managers have only the Read permission on the 5hipment object and should not be able to edit their team records.
D.
Sales managers have only the Read permission on the 5hipment object and should not be able to edit their team records.
Answers
Suggested answer: A
Total 242 questions
Go to page: of 25