Universal Containers (UC) sales managers are complaining that they cannot access their teams’ Shipment records (a custom object). Initially, the admin suggested that this is happening due to misconfigured role hierarchy (Shipment OWD is Private). After 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. Sales managers have only the Read permission on the Shipment object and should not be able to edit their team records. B. Ownership-base...

Cloud Kicks has the following setup and requirements: A strict software architecture for their custom Apex code. All SOQL queries must be contained within reusable classes. Depending on the context of the Apex transaction, the queries should be able to run either “With Sharing” or “Without Sharing”. What are two methods for meeting these requirements? (Choose two.)

A. 1. Create a SystemSOQLQueries class and a UserSOQLQueries class. 2. Set the “With Sharing” keyword on the UserSOQLQueries class and “Wit...

Get Cloudy Consulting wants to create a custom team solution that can be used on a custom Loan object. The Loan custom object must be set to Private in the Org-Wide Defaults, and any user added to the Custom Team object should have Read Only access to the corresponding Loan record. Additionally, if the Custom Team record is marked as “Primary” then the corresponding user should have Read/Edit access to the corresponding Loan record. What are two methods for fulfilling these requirements? (Choose two.)

A. Create a custom trigger on the Custom Team object that inserts or updates records in the Loan_share object B. Create Apex Sharing Reason...

Get Cloudy Consulting has the following environment: Global 24×7 Salesforce implementation that supports Marketing, Order Management, Sales and other miscellaneous business divisions. A nested territory hierarchy, 12,000 ales user, and 22,000 support agents. Daily territory changes. A high demand for new applications and changes to the platform. New releases delivered every two weeks on the platform, based on an agile development model. An Architect needs to help Get Cloudy Consulting with system recovery from a maintenance restart on Salesforce servers. Which Salesforce feature should the Architect use to achieve this goal?

A. Enable Deferred Sharing Rule recalculation B. Enable Granular Locking on the system C. Enable Filter-Based Opportunity Territory Assignm...

Universal Containers (UC) has a mostly private organization-wide default (OWD), as it is 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. Create a Permission Set that grants “View All Data” Permission. B. Create a Permission Set that grants “View All” permission for Opportu...

Universal Containers (UC) has a private Organization-Wide Defaults (OWD) model for the Account object and needs to control the access of records and fields according to these requirements: Sales reps can view/edit only their own records and cannot access the field “segment” in account page. Service reps need to view all accounts but cannot edit any information. Sales managers can modify any account of reps reporting to them. Service managers can modify any account. How can a Salesforce architect provide an optimal solution for this scenario?

A. Use profiles, sharing rules, and change OWD to public read-only. B. Use profiles, manual sharing, and field-level security. C. Use profi...

A sales rep (John) at Universal Containers (UC) requested to update information in an account record where he has READ only access. John requested the EDIT access permission from the owner of the record (Paul). Paul manually shared the record with John. Assuming the OWD of the Account object is Public Read-Only, what is the impact in the system?

A. New AccountShare record is created. Row Cause is “Manual” and Access Level is “Read/Write”. B. New AccountShare record is created. Row C...

Review the organizational information below about DreamHouse Realty: Ryan and Kimberly are the East sales reps and their manager is Katrina, the East sales executive. Sam and Wilder are West sales reps and their manager is Bob, the West sales executive. Wendy is the CEO and managers both Katrina and Bob. DreamHouse Realty’s role hierarchy follows their management structure. Ryan owns an account, NewCompany, and Kimberly owns an account, OldCompany. Katrina manually shared her account NewWorld with Kimberly. However, she has moved to a new role to lead all Named Accounts, and Lucy, who replaced her, is the new owner of NewWorld. Which employees will have access to the NewWorld account?

A. Wendy and Lucy Most Voted B. Wendy, Ryan, Lucy, and Kimberly C. Wendy, Katrina, and Kimberly D. Wendy, Lucy, and Kimberly Suggest answe...

Cloud Kicks wants to set up a new integration with its ERP system. Cloud Kicks’ objective is to synchronize contacts in the ERP shipping tables with those in their CRM so that sales reps can view up-to-date contact information. Cloud Kicks has the following environment: The integration runs under a dedicated Integration User who is at the top of the role hierarchy. The Organization-Wide Default sharing setting for Accounts is Private and Contacts is Controlled by Parent. 100,000 contacts have account data in the ERP system, but do not have corresponding Accounts in Salesforce. An Architect needs to design the solution so that the sales team can see the contacts and so that there are no performance issues. What should the Architect do?

A. 1. Have the integration create both contacts and their corresponding accounts. 2. Use an Account sharing rule to grant sales reps access...

Get Cloudy Consulting has a custom Contract object that requires Org-Wide Defaults set to Private. The owner of the Contract record will be the Contract Origination Officer, and the Contract record must be shared with a certain Underwriter on a contract-by-contract basis. The Underwriters should only see the Contract records for which they are assigned. Which recommendation is appropriate for meeting these requirements?

A. Create a master-detail relationship from the Contract to the User object. Contract records will be automatically shared with the Underwr...