Month End Sale Special - 75% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: my75ex

Home > Salesforce > Architect Exams > Plat-Arch-205

Plat-Arch-205 Salesforce Certified Platform Sharing and Visibility Architect Question and Answers

Question # 4

Universal Containers (UC) has a team that analyzes customer orders looking for fraud. This team needs access to Invoice records (custom object, Private organization-wide default). UC has complex rules to control users ' access. The architect recommended using Apex managed sharing to meet these requirements. Which recommendation should a developer consider when implementing the changes?

A.

Use " Without Sharing " keyword to make sure record visibility will be considered.

B.

Use " With Sharing " keyword to enforce Field-Level Security.

C.

Use runAs system method to test different users accessing these records.

Full Access
Question # 5

Who can view a PDF that is uploaded to the Files Home private library by a user?

A.

The user and users above them in the Role Hierarchy

B.

The user and users with View All Data permission

C.

Only the user

Full Access
Question # 6

A custom Invoice object has been created with a master-detail relationship to Account. The accounts receivable (AR) team needs access to invoice records. AR users neither own nor have access to account records. The Account organization-wide default is set to Private. The AR team is unable to find invoices in list views, reports, and Global Search. The architect has been asked to help troubleshoot. What is preventing AR team members from seeing invoices?

A.

A sharing rule is missing to share invoices with the AR team.

B.

The AR profile does not have Read permission to the Invoice object.

C.

A sharing rule is missing to share accounts with the AR team.

Full Access
Question # 7

Universal Containers has implemented Customer Community with Customer Community Plus licenses for its distributors. Some distributors requested granting specific community users (agents) to view cases submitted by other agents of the same distributor. Which feature only supports these requirements?

A.

Permission set to grant community admin permission

B.

Delegate external user

C.

Partner super user

Full Access
Question # 8

Universal Containers (UC) has a custom object to track the internal net promoter score (NPS) for all of its employees. The manager is in the role above the owner and there are no sharing rules on the object. How should UC ensure that NPS records cannot be accessed by the owner ' s manager?

A.

Use Apex sharing to remove NPS object share records for Manager profiles.

B.

Set organization-wide default to Private and uncheck the Access Using Hierarchies option for the NPS object.

C.

Remove Create, Read, Edit, and Delete from Manager profiles and permission sets.

Full Access
Question # 9

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.

The Sales Users profile does not have access to the remaining fields.

B.

The page layout assigned to Sales User profile has only Read-Only access to the fields.

C.

A role-based sharing rule is missing and should be added for the sales user ' s role to grant access to the fields.

Full Access
Question # 10

The finance team at Universal Containers usually does not have access to account and contact records. A finance analyst was temporarily given opportunity access for a big deal to help with tax calculation. However, she can now also access account and contact records. What is causing this issue?

A.

Account records can be accessed due to implicit sharing from Opportunity.

B.

Account records can be accessed due to Role Hierarchy.

C.

Contact records can be accessed due to implicit sharing from Opportunity.

Full Access
Question # 11

Universal Containers (UC) uses a custom Lightning component with an Apex class to display shipment information (custom object, Private organization-wide default). UC sales managers are complaining about two important points: Shipment records that belong to their teams can be seen by other users.- Shipment amount should be visible only by managers, but sales reps are able to view it. What should the the development team use to avoid these problems?

A.

Use isShareable keyword in Apex classes to assure record visibility.

B.

Use With Sharing keyword in Apex classes to enforce sharing rules evaluation.

C.

Use runAs in test class to enforce user permissions and field-level permissions.

Full Access
Question # 12

Universal Containers implements Agentforce Sales and requests that only certain branch staff trained to sell high- risk products create opportunities for high- risk products. How should a Platform Sharing and Visibility Architect allow only specific branch staff to sell high- risk products?

A.

Set the price book organization- wide default to View Only and share the (High Risk) price book with the trained staff via a sharing rule.

B.

Set the price book organization- wide default to View Only and share the price book (High Risk) with the trained staff.

C.

Set the price book organization- wide default to View Only and share the (High Risk) price book with the trained staff via manual sharing.

Full Access
Question # 13

A banking company wants their customers Date of Birth Field searchable by Banking Reps, but only editable by Customer Support Reps. Which approach is recommended to meet this requirement?

A.

Add Date of Birth field to the Search layout of the Contact Object. Modify the Page layout assigned to Customer Support Rep and add Date of Birth field as Required.

B.

Create a Validation rule in the Date of Birth field so the rule returns true only when user.profilename matches Customer Support Rep.

C.

Set the Field Level Security for the Date of Birth field to be Visible to Customer Support Rep Profile, and set the Date of Birth field Visible and Readonly to Banking Rep profile.

Full Access
Question # 14

Besides their own team accounts, sales managers at Universal Containers (UC) need Read access to all accounts of the same segment in other countries. Role Hierarchy was implemented accordingly (based on countries), but a sales manager in the U.S. is complaining that he cannot view account records of the same segment in Canada. What should UC do to grant access properly?

A.

Create owner-based sharing rule to grant access to account records that have the same segment to all sales manager roles.

B.

Create a public group and include all accounts of the same segment, and then grant access with a permission set.

C.

Change the Role Hierarchy and put all the sales managers in the U.S. and Canada in the same role.

Full Access
Question # 15

Universal Containers (UC) is a non-profit organization with more than 20,000,000 members (donors). UC decided to assign those accounts to donations reps based on their regions. Donations reps ended up owning more than 50,000 donors each. The donation reps started to see significant degradation of the system performance. What is the reason for this problem?

A.

Salesforce sharing recalculation kicked off.

B.

There is an Account ownership data skew problem.

C.

The donations reps ' access to the assigned accounts is wrong.

Full Access
Question # 16

Universal Containers ' organization wide-defaults model is Private for the Account object. A sales rep owns two opportunities in one Account. The Sales Rep profile has Create/Edit access to opportunity records. Which level of access will the sales rep have to the related Account record?

A.

Read/Create/Edit access

B.

Read access

C.

No access

Full Access
Question # 17

Universal Containers has a Performance Feedback custom object (Private organization- wide default) used by customers to report any issues with delivery drivers. Feedback should not be visible to the driver, but any feedback records should be accessible to people above them in the Role Hierarchy, even when the driver changes managers. Assuming managers have Read access to the Feedback object, which three steps are necessary to solve these requirements?

A.

Remove Read permission on the Driver profile, have feedback ownership transferred to the driver when feedback is submitted, and create an ownership-based sharing rule.

B.

Remove Read permission on the Driver profile, have feedback ownership transferred to the driver ' s manager when feedback is submitted, and use the Role Hierarchy to give access to a driver ' s manager.

C.

Remove Read permission on the Driver profile, have feedback ownership transferred to the driver when feedback is submitted, and use the Role Hierarchy to give access to a driver ' s manager.

Full Access
Question # 18

Universal Containers (UC) has a mostly Private organization-wide default, as it ' s a core principle of UC to respect client data privacy. UC has implemented complex processes for granting access to Opportunity data. 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.

Give the View All Data permission to the Sales Reporting profile.

B.

Create a permission set that grants the View All Data permission.

C.

Create a permission set that grants the View All permission for Opportunity.

Full Access
Question # 19

Sales operations at Universal Containers (UC) has created Public Reports and Dashboards folders for sales managers. Sales operations and sales managers report to the VP of Sales. Sales operations currently spends a few hours each month updating users that should have access to edit reports and dashboards in these folders. How should UC grant access to sales managers to automate access to these Public Reports and Dashboards folders?

A.

Share the folders with the lowest roles in the Role Hierarchy; superiors will get access automatically.

B.

Share the folders with the Sales Managers profile.

C.

Share the folders with a " Sales Managers " public Group.

Full Access
Question # 20

Universal Containers has implemented Customer Community with Customer Community Plus licenses for its distributors. Retail distributors have part-time agents who work for multiple distributors. These agents should have access to other distributor accounts as well. What should be configured to grant agents access to different distributor accounts?

A.

Use Apex sharing to share distributor accounts with agents using the Account_Share table.

B.

Create sharing rules to share distributor accounts with agents.

C.

Create a sharing set to share distributor accounts with agents using account contact relationship.

Full Access
Question # 21

A junior account manager owns an account and creates a new opportunity to manage a complex deal. She needs the help of the product specialist and solution engineer. Given the size of this deal, she knows the account is likely to be reassigned to a senior account manager in the near future. What is the optimal way for the junior account manager to share the opportunity, given the private sharing model?

A.

Manual share on the opportunity

B.

Opportunity Team

C.

Manual share on the account

Full Access
Question # 22

Mary is Joe ' s manager in the Role Hierarchy. The organization-wide default for a custom Invoice object is Public Read-Only, and Mary ' s profile is not granted the Read permission for the Invoice object. Which action can Mary take on Joe ' s invoice records?

A.

Read/Write

B.

None

C.

View Only

Full Access
Question # 23

At Universal Containers, there ' s a team of auditors distributed throughout the organization that all need access to high-value opportunities. With a Private sharing model, which option should an architect recommend when designing a solution for this requirement?

A.

Put the auditors at the highest level of the Role Hierarchy.

B.

Add the auditors to the default Opportunity Team.

C.

Create a criteria-based sharing rule to give access to the public group for high-value opportunities.

Full Access
Question # 24

Universal Containers (UC) delivers training and courses to students and companies. UC is implementing a Salesforce Customer Community for its students granting them a Customer Community license. As part of the community requirements, UC asked to give students access to cases that are related to their account in the UC community. What is the optimum sharing technique to achieve these requirements?

A.

Create a sharing rule to share cases with the students.

B.

Use Apex sharing to share cases with the students.

C.

Create a sharing set to share cases with the students.

Full Access
Question # 25

Universal Containers (UC) delivers training in 500 different regions. The UC operations users team manages course setup, scheduling, and trainer setup. The team members work at a regional level and report to an operations manager. The operations manager requests access to edit all scheduled courses that are owned by the operations users team. What gives the operations manager access to all the scheduled courses?

A.

Create a public group, and add the operations manager and the operations users team to the public group.

B.

Create an ownership-based sharing rule and share the scheduled courses with the operations manager.

C.

Enable Grant Access Using Hierarchies and define a Role Hierarchy to give access to the scheduled courses.

Full Access