ExamGecko
Home Home / Salesforce / Certified Sharing and Visibility Architect

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

Question list
Search
Search

List of questions

Search

Related questions











A user at Universal Containers would like to give access to a Report folder to someone else in the organization.

Which two access permissions should the user have to support this requirement?

Choose 2 answers.

A.
The 'Viewer' Report folder permission
A.
The 'Viewer' Report folder permission
Answers
B.
The 'Editor' Report folder permission.
B.
The 'Editor' Report folder permission.
Answers
C.
The 'Manage Reports in Public Folders' Profile permission.
C.
The 'Manage Reports in Public Folders' Profile permission.
Answers
D.
The 'Manager' Report folder permission.
D.
The 'Manager' Report folder permission.
Answers
Suggested answer: C, D

Which users have access to Opportunity records owned by an external user, assuming no other changes to the sharing model have been implemented?

A.
The record owner and any user above the external user in the role hierarchy.
A.
The record owner and any user above the external user in the role hierarchy.
Answers
B.
The record owner only.
B.
The record owner only.
Answers
C.
The record owner and any user below the external user in the role hierarchy.
C.
The record owner and any user below the external user in the role hierarchy.
Answers
D.
The record owner and all internal users.
D.
The record owner and all internal users.
Answers
Suggested answer: A

Universal Containers has junction object called 'Job Production Facility', with 2 master-detail relationships to the Job and Production Facility custom objects. Both master records have a private sharing model.

What statement is true if a user's profile allows access (Create/Read) to the Job, but no access to the Production Facility Object?

A.
The user will be granted read access to the Production Facility record
A.
The user will be granted read access to the Production Facility record
Answers
B.
The user will see the junction object and the link to the Production Facility.
B.
The user will see the junction object and the link to the Production Facility.
Answers
C.
The user will see the junction object but not the link to the Production Facility.
C.
The user will see the junction object but not the link to the Production Facility.
Answers
D.
The user will not be able to see the junction object records or the field values.
D.
The user will not be able to see the junction object records or the field values.
Answers
Suggested answer: D

A dummy user at Universal Containers owns more that 10,000 lead records. The system assigned all these leads to a dummy user. This is causing performance issues whenever role hierarchy changes. Which two options should be recommended to improve performance?

Choose 2 answers.

A.
Assign ownership to a small number of users.
A.
Assign ownership to a small number of users.
Answers
B.
Add the dummy user into a public group.
B.
Add the dummy user into a public group.
Answers
C.
Add the dummy user to the bottom of the role hierarchy.
C.
Add the dummy user to the bottom of the role hierarchy.
Answers
D.
Do not assign a role to the dummy user.
D.
Do not assign a role to the dummy user.
Answers
Suggested answer: A, D

Universal Containers has just deployed a change to its role hierarchy. A manager is reporting that their staff can now see Accounts that they do not own and should not have access to. How should the Architect troubleshoot?

A.
While logged in as the System Administrator, use the Field Accessibility Viewer to view a matrix of who has access to Accounts.
A.
While logged in as the System Administrator, use the Field Accessibility Viewer to view a matrix of who has access to Accounts.
Answers
B.
While logged in as the one of the Staff members, navigate to a sample account and use the Sharing button to determine who has access.
B.
While logged in as the one of the Staff members, navigate to a sample account and use the Sharing button to determine who has access.
Answers
C.
While logged in as the one of the Staff members, navigate to their user record and inspect their profile and role membership.
C.
While logged in as the one of the Staff members, navigate to their user record and inspect their profile and role membership.
Answers
D.
While logged in as the System Administrator, use the Field Accessibility Viewer to view a matrix of who has access to Accounts.
D.
While logged in as the System Administrator, use the Field Accessibility Viewer to view a matrix of who has access to Accounts.
Answers
Suggested answer: B

Which two options can help mitigate the risks of import failures associated with large-volume bulk data loads?

Choose 2 answers.

A.
Minimize user group hierarchy.
A.
Minimize user group hierarchy.
Answers
B.
Defer Sharing Calculation.
B.
Defer Sharing Calculation.
Answers
C.
Increase batch size.
C.
Increase batch size.
Answers
D.
Group records by ParentID within a batch.
D.
Group records by ParentID within a batch.
Answers
Suggested answer: B, D

Universal Containers has a custom Job object with a private sharing model. Based on the size and location of the Job, different teams must have access to edit the specific Job record. To support this requirement, Apex Managed Sharing has been implemented to share records with the required users. Since the teams change frequently, managed sharing recalculations need to be manually run frequently. What can the Architect do to optimize this process?

A.
Change the sharing model on the Job object to Public Read/Write.
A.
Change the sharing model on the Job object to Public Read/Write.
Answers
B.
Create a scheduled job to automatically run the sharing recalculations on a nightly basis.
B.
Create a scheduled job to automatically run the sharing recalculations on a nightly basis.
Answers
C.
Create public groups for each team, and share the jobs with the groups instead of users.
C.
Create public groups for each team, and share the jobs with the groups instead of users.
Answers
D.
Create a custom Visualforce page to edit the jobs and specify Without Sharing on the controller.
D.
Create a custom Visualforce page to edit the jobs and specify Without Sharing on the controller.
Answers
Suggested answer: C

Which three advanced tools can Salesforce enable for large-scale role hierarchy realignments in organizations with large data volumes?

Choose 3 answers.

A.
Partitioning by Divisions
A.
Partitioning by Divisions
Answers
B.
Granular Locking
B.
Granular Locking
Answers
C.
Parallel Sharing Rule Recalculation
C.
Parallel Sharing Rule Recalculation
Answers
D.
Deferred Sharing Calculation
D.
Deferred Sharing Calculation
Answers
E.
Skinny Table Indexing
E.
Skinny Table Indexing
Answers
Suggested answer: A, D, E

Universal Containers would like to create a custom team solution that can be used on a custom Loan object. The following requirements must be met:

The Loan custom object should be set to Private in the Org-Wide Defaults.

Any user added to the Custom Team object should have Read Only access to the corresponding Loan record. If the Custom Team record is marked as 'Primary' then the corresponding user should have Read/Edit access to the corresponding Loan record.

Which two methods will allow the Architect to meet the requirements?

Choose 2 answers.

A.
Create a custom trigger on the Custom Team object that inserts or updates records in the Loan_share object.
A.
Create a custom trigger on the Custom Team object that inserts or updates records in the Loan_share object.
Answers
B.
Create a criteria-based sharing rule on the Loan object that will share the Loan record with the appropriate user in the Custom Team object.
B.
Create a criteria-based sharing rule on the Loan object that will share the Loan record with the appropriate user in the Custom Team object.
Answers
C.
Create Apex Sharing Reasons on the Loan object to identify the reason the Loan record was share.
C.
Create Apex Sharing Reasons on the Loan object to identify the reason the Loan record was share.
Answers
D.
Create an owner-based sharing rule on the Custom Team object that will share the Loan record to the owner of the Custom Team record.
D.
Create an owner-based sharing rule on the Custom Team object that will share the Loan record to the owner of the Custom Team record.
Answers
Suggested answer: B, D

Universal Containers has a custom object to maintain Job information with a private sharing model. The Delivery group is distributed through the Role Hierarchy based on geography. As the Delivery group often collaborates on Jobs, all users in the Delivery profile required View access to all Job records. In special case, the Delivery user who owns a job must be able to grant a Product Development user access to a Job record. Which two platform features can be used to support these requirements?

Choose 2 answers

A.
Criteria-based Sharing Rules
A.
Criteria-based Sharing Rules
Answers
B.
'View All' Profile settings
B.
'View All' Profile settings
Answers
C.
Owner-based Sharing Rules
C.
Owner-based Sharing Rules
Answers
D.
Manual Sharing
D.
Manual Sharing
Answers
Suggested answer: B, D
Total 242 questions
Go to page: of 25