ExamGecko
Home Home / Salesforce / Certified Sharing and Visibility Architect

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

Question list
Search
Search

List of questions

Search

Related questions











Universal Containers is updating its Organization-Wide Sharing Settings for the Account Object from a 'Public Read/Write' model to a 'Private' model, so that they can hide certain national accounts from sales reps and sales managers. These national accounts should only be accessible by sales directors and above. Universal Container's Role Hierarchy matches its organizational hierarchy. Which two options should the Architect consider when designing the solution? Choose 2 answers

A.
Sales directors will need a sharing rule created so that they can see accounts owned by Sales Users.
A.
Sales directors will need a sharing rule created so that they can see accounts owned by Sales Users.
Answers
B.
National accounts must be owned by a user who is above the sales managers in the Role Hierarchy.
B.
National accounts must be owned by a user who is above the sales managers in the Role Hierarchy.
Answers
C.
Apex managed sharing will have to be disabled for the account object to protect the national accounts.
C.
Apex managed sharing will have to be disabled for the account object to protect the national accounts.
Answers
D.
If a sales rep is added to the Opportunity Team for a national account, they will gain access to account data.
D.
If a sales rep is added to the Opportunity Team for a national account, they will gain access to account data.
Answers
Suggested answer: B, D

Universal Containers has set the Org-Wide Sharing Default for Accounts to Private and has created some sharing rules to extend access based on certain data access policies. An architect has been asked to review access to a certain set of key customer accounts. How might this review be conducted?

A.
Export the Account Share table and review.
A.
Export the Account Share table and review.
Answers
B.
Run a Report on Sharing in the Admin Console.
B.
Run a Report on Sharing in the Admin Console.
Answers
C.
Log in as each user and Run the All Accounts List View.
C.
Log in as each user and Run the All Accounts List View.
Answers
D.
Use the Sharing button on each customer Account.
D.
Use the Sharing button on each customer Account.
Answers
Suggested answer: A

Universal Containers has a set of Account Management users that should only see Accounts once the Account becomes a customer. The Type field on the Account identifies whether the Account is a Prospect, Customer, Partner or Other. Which two methods could an Architect use to enable this sharing requirement, assuming a private sharing model for Accounts?

Choose 2 answers.

A.
Institute a process that calls for the Account Manager to be added to the Account Team once the Account becomes a customer.
A.
Institute a process that calls for the Account Manager to be added to the Account Team once the Account becomes a customer.
Answers
B.
Create an Account Sharing Rule that shares all Accounts owned by Sales to be shared with Account Management roles and subordinates.
B.
Create an Account Sharing Rule that shares all Accounts owned by Sales to be shared with Account Management roles and subordinates.
Answers
C.
Create a Public List View, where Accounts of Type Customer are included and share the List view with the Account Management public group.
C.
Create a Public List View, where Accounts of Type Customer are included and share the List view with the Account Management public group.
Answers
D.
Create a Criteria-based Sharing rule that shares the Account to the Account Management Group when the Type is Customer.
D.
Create a Criteria-based Sharing rule that shares the Account to the Account Management Group when the Type is Customer.
Answers
Suggested answer: A, D

Universal Containers, a global corporation of 50,000 users, has a 24x7 call center operated by 20,000 users that includes employees and contractors. Their sales organization is 10,000 strong and they started processing about 100,000 updates to opportunity custom fields called Priority and NextStep. They also started processing 20,000 updates to a highly nested territory hierarchy. There was a third mass update on a Next Step field on the Action Plan custom object that has Case as a lookup field. Users started seeing a Group membership lock error in the system. What is a probable cause for this error?

A.
Lock contention due to system-initiated sharing rule recalculation
A.
Lock contention due to system-initiated sharing rule recalculation
Answers
B.
Lock contention on Case records because of Action Plan custom object updates.
B.
Lock contention on Case records because of Action Plan custom object updates.
Answers
C.
Lock contention on Territory object because of Territory object updates.
C.
Lock contention on Territory object because of Territory object updates.
Answers
D.
Lock contention on Account records because of Opportunity object updates.
D.
Lock contention on Account records because of Opportunity object updates.
Answers
Suggested answer: A

Universal Containers would like to restrict users' access to export reports

What option supports this requirement?

A.
Remove the 'Report Manager' user permission.
A.
Remove the 'Report Manager' user permission.
Answers
B.
Remove the Export button from the report page layout.
B.
Remove the Export button from the report page layout.
Answers
C.
Remove 'Allow Export' on the report folder settings.
C.
Remove 'Allow Export' on the report folder settings.
Answers
D.
Remove the 'Export Reports' profile permission.
D.
Remove the 'Export Reports' profile permission.
Answers
Suggested answer: D

Universal Containers has recently implemented an integration that is populating 50 custom fields on the account object. They would like these fields to be available to Managers for reporting but do not want them to clutter the page layouts. What should the Architect recommend as a solution?

A.
Add the fields to the Managers' Account Page Layout; mark the page layout section as Collapsed.
A.
Add the fields to the Managers' Account Page Layout; mark the page layout section as Collapsed.
Answers
B.
Grant the Managers access to the fields using a Role-Based Sharing Rule; leave them hidden on the page layout.
B.
Grant the Managers access to the fields using a Role-Based Sharing Rule; leave them hidden on the page layout.
Answers
C.
Add the fields to a Custom Report; grant the Managers' Role access to the report folder.
C.
Add the fields to a Custom Report; grant the Managers' Role access to the report folder.
Answers
D.
Grant Managers access to the fields using Field-Level Security; do not add them to a page layout.
D.
Grant Managers access to the fields using Field-Level Security; do not add them to a page layout.
Answers
Suggested answer: D

Universal Containers would like to customize the security and sharing features of Salesforce Account Teams. They have decided to implement a Custom Account Team object. They would like the new enhancement to include all of the features of the existing account team, but also utilize Apex and Visualforce on the custom Account Team object.

Which two different approaches should the Architect consider when designing this enhancement?

Choose 2 answers

A.
The need to synchronize the AccountTeamMember object with the Custom Account Team object data.
A.
The need to synchronize the AccountTeamMember object with the Custom Account Team object data.
Answers
B.
The need to maintain the Account_share object based upon the Custom Account Team object data.
B.
The need to maintain the Account_share object based upon the Custom Account Team object data.
Answers
C.
The need to dynamically create Criteria-Based Sharing rules with Custom Account Team object data.
C.
The need to dynamically create Criteria-Based Sharing rules with Custom Account Team object data.
Answers
D.
The need to customize Account screens in Visualforce, as the Account_share object cannot be maintained programmatically.
D.
The need to customize Account screens in Visualforce, as the Account_share object cannot be maintained programmatically.
Answers
Suggested answer: A, B

What is the best practice for testing sharing and visibility changes?

A.
Use Administrative and User reports to view the Active Users.
A.
Use Administrative and User reports to view the Active Users.
Answers
B.
Use the Login As feature for a sample user in each role and profile.
B.
Use the Login As feature for a sample user in each role and profile.
Answers
C.
Use Field Audit Trail to audit the field meta-data and visibility.
C.
Use Field Audit Trail to audit the field meta-data and visibility.
Answers
D.
Use the Sharing button to test Profile and Permission set changes.
D.
Use the Sharing button to test Profile and Permission set changes.
Answers
Suggested answer: B

What feature in Salesforce is needed to restrict access to a custom object that has Public Read/Write access?

A.
Role Hierarchy
A.
Role Hierarchy
Answers
B.
Record Type
B.
Record Type
Answers
C.
Page Layout
C.
Page Layout
Answers
D.
Profile
D.
Profile
Answers
Suggested answer: D

Which two reasons should the Architect consider regarding the use of Apex Sharing Reasons?

Choose 2 answers

A.
Ensuring the developer can more easily troubleshoot programmatic sharing.
A.
Ensuring the developer can more easily troubleshoot programmatic sharing.
Answers
B.
Ensuring the Share record is not deleted upon ownership change.
B.
Ensuring the Share record is not deleted upon ownership change.
Answers
C.
Ensuring the Share record is deleted upon ownership change.
C.
Ensuring the Share record is deleted upon ownership change.
Answers
D.
Ensuring there is additional criteria available for Criteria-Based Sharing.
D.
Ensuring there is additional criteria available for Criteria-Based Sharing.
Answers
Suggested answer: A, B
Total 242 questions
Go to page: of 25