ExamGecko
Home Home / Salesforce / Certified Sharing and Visibility Architect

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

Question list
Search
Search

List of questions

Search

Related questions











Universal Containers (UC) service reps are assigned to a profile which has ''View All'' in Case object (Private OWD). To make sure service reps have access to all relevant information to attend to customer requests, which two details should a salesforce Architects consider?

Choose 2 answers:

A.
Service reps will be able to access all UC contact records if they are controlled by parent.
A.
Service reps will be able to access all UC contact records if they are controlled by parent.
Answers
B.
Service reps will not be able to access all UC contact records if they are controlled by parent.
B.
Service reps will not be able to access all UC contact records if they are controlled by parent.
Answers
C.
Service reps will be able to access all the UC Account records due to Implicit Sharing.
C.
Service reps will be able to access all the UC Account records due to Implicit Sharing.
Answers
D.
Service reps will not be able to access all the UC Accounts records because Account OWD is private.
D.
Service reps will not be able to access all the UC Accounts records because Account OWD is private.
Answers
Suggested answer: D

Explanation:

How can an architect achieve this?

https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_classes_per

ms_enforcing.htm

Example: To check the field-level read permission of the contact's email field before querying

for this field:

if (Schema.sObjectType.Contact.fields.Email.isAccessible()) {

Contact c = [SELECT Email FROM Contact WHERE Id= :Id];

}

Answer for B -

https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_classes_key

words_sharing.htm

The ''with sharing'' keyword allows you to specify that the sharing rules for the current user are considered for the class. You have to explicitly set this keyword for the class because Apex code runs in system context. In system context, Apex code has access to all objects and fields--- object permissions, field-level security, sharing rules aren't applied for the current user. This strategy ensures that code doesn't fail to run because of hidden fields or objects for a user.

Dreamforce presenters need to be able to edit their presentation details (summary, presenter biographies, etc) on a private custom object in

Salesforce (Presentation). All presenters for a presentation are captured on a Presenters juction object between Presenter and User.

How can this be accomplished?

A.
Trigger on Presenter junction object that adds the user to the Sales Team for the Presentation record.
A.
Trigger on Presenter junction object that adds the user to the Sales Team for the Presentation record.
Answers
B.
Give Edit rights to the Presentation record via a Permission set that is given to the Presenters for a record.
B.
Give Edit rights to the Presentation record via a Permission set that is given to the Presenters for a record.
Answers
C.
Trigger on Presenter junction object that uses Apex Managed sharing to add or remove access to the related Presentation record.
C.
Trigger on Presenter junction object that uses Apex Managed sharing to add or remove access to the related Presentation record.
Answers
Suggested answer: C

A company intends bring work from anywhere culture in a bid to improve productivity. Their sellers use wide variety of devices with different form factors. The company currently uses one page layout to display opportunity record details to the sellers. The Regional Vice President of Seles is complaining about incorrect alignment of data in opportunity records, making it difficult for some sellers.

Which steps are recommended to rectify this?

A.
Use a visualforce override for Opportunity view action, identify the form factor onLoad action and display relevant layouts based on form factors,
A.
Use a visualforce override for Opportunity view action, identify the form factor onLoad action and display relevant layouts based on form factors,
Answers
B.
Use Dynamic Form to define different field sections applicable for different form factors of devices.
B.
Use Dynamic Form to define different field sections applicable for different form factors of devices.
Answers
C.
Use a custom LWC override for Opportunity view action, identify form factor onLoad action and display relevant layouts based on form factors.
C.
Use a custom LWC override for Opportunity view action, identify form factor onLoad action and display relevant layouts based on form factors.
Answers
Suggested answer: B

A banking company uses & VIP Flag in the Contact Object that they want only Private Banking Reps to see. Which approach is recommended to meet this requirement?

A.
Set the Field Level Security for the VIP Flag field so that it is visible to Private Banking Rep Profile.
A.
Set the Field Level Security for the VIP Flag field so that it is visible to Private Banking Rep Profile.
Answers
B.
Define a page layout for Contact Object and add the VIP Flag field for that layout. Remove the VIP Flag field from other layouts.
B.
Define a page layout for Contact Object and add the VIP Flag field for that layout. Remove the VIP Flag field from other layouts.
Answers
C.
Change the type of VIP Flag field to a picklist, define a new record type for the Contact Object and make the picklist field available for Editing.
C.
Change the type of VIP Flag field to a picklist, define a new record type for the Contact Object and make the picklist field available for Editing.
Answers
Suggested answer: A

Universal Containers created a public group with certain sales engineers to help on complex deals, as well as a sharing rule to grant access to these opportunities. The Opportunity organization-wide default is Private,

What is the impact of these sharing settings?

A.
Other sales engineers who are in the same Role Hierarchy as the sales engineers of the public group will also have access to these records.
A.
Other sales engineers who are in the same Role Hierarchy as the sales engineers of the public group will also have access to these records.
Answers
B.
Sales engineers and their managers in the Role Hierarchy will also have access to these records.
B.
Sales engineers and their managers in the Role Hierarchy will also have access to these records.
Answers
C.
Subordinates of managers who have sales engineers in the public group will also have access to these records.
C.
Subordinates of managers who have sales engineers in the public group will also have access to these records.
Answers
Suggested answer: C

Universal Containers uses Person Accounts to represent retail customers and Business Accounts to represent commercial customers. The retail sales team should not have access to commercial customers but should have access to ALL retail customers.

With the organization-wide default on Account set to Private, how should the architect meet these requirements?

A.
Create an owner-based sharing rule on AccountContactRelation to grant a@coess to all account contact roles records owned by retail sales reps.
A.
Create an owner-based sharing rule on AccountContactRelation to grant a@coess to all account contact roles records owned by retail sales reps.
Answers
B.
Update the Retall Sales profile to grant access to Person Account record type.
B.
Update the Retall Sales profile to grant access to Person Account record type.
Answers
C.
Create o criteria-based sharing rule giving the Retail Sales role access to Accounts of type PersonAccount.
C.
Create o criteria-based sharing rule giving the Retail Sales role access to Accounts of type PersonAccount.
Answers
Suggested answer: C

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 account owners.

Which feature should an architect recommend to avoid problems with this operation?

A.
Skinny table
A.
Skinny table
Answers
B.
Partition data using Divisions
B.
Partition data using Divisions
Answers
C.
Deferred Sharing Recalculation
C.
Deferred Sharing Recalculation
Answers
Suggested answer: C

Universal Containers (UC) has a mostly Private organization-wide default, as it Is a core principle of UC to respect client data privacy. UC has implemented complex processes for granting access to Opportunity dat

a. A few key members of the sales reporting team need to always be able to see, but not change, Opportunity data for all opportunities.

What should an architect recommend as an approach to meet these requirements?

A.
Create a permission set that grants the View All permission for Opportunity.
A.
Create a permission set that grants the View All permission for Opportunity.
Answers
B.
Create & permission set that grants the View All Data permission.
B.
Create & permission set that grants the View All Data permission.
Answers
C.
Give the View All Data permission to the Sales Reporting profile.
C.
Give the View All Data permission to the Sales Reporting profile.
Answers
Suggested answer: A

Which advanced tool should Salesforce enable for large-scale Role Hierarchy realignments?

A.
Granular Locking
A.
Granular Locking
Answers
B.
Partitioning by Divisions
B.
Partitioning by Divisions
Answers
C.
Skinny Table Indexing
C.
Skinny Table Indexing
Answers
Suggested answer: A

Which option can be selected to share data when creating a sharing rule?

A.
Users
A.
Users
Answers
B.
Profiles
B.
Profiles
Answers
C.
Roles
C.
Roles
Answers
Suggested answer: C
Total 242 questions
Go to page: of 25