Universal Containers has implemented a community for its customers using the Customer Community sense type. They have implemented a custom object to store service requests that has a look up to the account record. The Organization Wide Default External Access for the service requestobject is set to Private. Universal Containers wants their customers to be able to see service requests for their account through the community Customers should not see service requests for other accounts. What Salesforce feature can the Architect use toimplement this?
What isrequired to implement Filter-Based Opportunity Territory Assignment?
When you make changes to roles and groups Salesforce locks the entire group membership table, which makes it impossible to process groupchanges in multiple threads to increase throughput on updates.
Universal Containers has requirement to integrate Salesforce with an external system to control record access.
What option should the Architect consider when designinga solution?
The Architect at Universal Containers has created a List View to show all open Opportunities that were created in the last month, and would like to make this list view visible to certain groups of users. Which two options are available to the Architect forsharing the List View?
Which two reasons should the Architect consider regarding the use of Apex Sharing Reasons?
Choose 2answers
Universal Containers (UC) service repsare 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:
Which two optionscan help mitigate the risks of import failures associated with large-volume bulk data loads?
Choose 2 answers.
For the Universal Containers Commercial and Consumer support departments, having access to Activities for Contacts with which they interact is important. Commercial support users should not see Consumer Accounts/Contacts and Consumer support users should not see Commercial Accounts/Contacts. Assuming the Organization-Wide Default for Activities is set to "Controlled by Parent" what is the minimum level of Sharing access a support user would need to Accounts/Contacts to view associated Activities?
Which three areas should the Architect review in order to increase performance of "Record Access" and "Sharing" calculations?
Choose 3 answers.
The System Administrator at Universal Containers has created two list views called ListV1 and ListV2. One group of users should only see ListV1 and the second group of users should only see ListV2.Two public groups were created to restrict visibility to the respective list views. However, users in both groups are able to see both list views. What system permission in their profile enabled the users to see all list views?
Universal Containers is designing a new community using the Customer Community license type. They would like to have the users complete survey questions through the community interface and store the responsesin a Custom Object that has a lookup to the account object. Any internal user who has access to the account should be able to see all survey responses. All Customer Community users should be able to see surveys filled in by other users for their company,but not surveys for other companies. What are the correct security settings to achieve this?
Which are two valid use cases for programmatic sharing?
Choose 2 answers.
Which two are potential vulnerabilities in the following code snippet? <apex:page> <apex:form> <apex:outputText value="Enter Name"/> <apex:inputText value="{!name}" /> <apex:commandButton value="Query"action="{!query}" /> </apex:form> </apex:page> public class SOQLController { public String name { get { return name;} set {name=value;} } public PageReference query() { String qryString='SELECT Id FROM Contact WHERE '+ '(IsDeleted = false and Name like \'%' + name + '%\'}'; queryResult = Database.query(qryString); retunr null; } } Choose 2 answers
The architect at Universal Containers would like to prevent users from editing encrypted fields. Assuming no customizations are implemented, which two options should the Architect choose to support the requirement?
Choose 2 answers
The Architect notices that there are many duplicate Account records and numerous sharing rules created in Salesforce. What would be the reason?
Universal Containers has built a recruiting application on the salesforce Platform. HR requested that all internal users should have edit access to the referral custom object.One of the recruiters needed to share a referral record with another colleague for collaboration using manual sharing. The recruiter opened the referral record and could not find the share button. What could be the technical reason for this?
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 recordwith John. Assuming the
OWD of the Account object is Public Read-Only, what is the impact in the system?
Users at Universal Containers are complaining that a field has disappeared from the Account page after deploying its latest project. The page layout has not changes withthis deployment.
How should the admin troubleshoot this issue?
The sales manager in Japan have asked the sales manager in Australia to assist them with closing their deals.
How are these requirements achieved?
Bob uploads a PDF to his Files Home private library.
Who can view this file?
Universal containers has a customer that meets criteria for two Enterprise Territory
Management territories (Portugal and Southern Europe). What is necessary to assign
opportunities to a territory for this account?
Universal Containers (UC) uses a custom Visualforce page to displayshipment tracking information (custom object, private OWD) to field manager and agents. The IT team wants to make sure that users have access to only the information that is allowed.
Which Apex method must be used to make sure only allowed fields are shownto the users?
Universal Containers (UC) uses a custom lightning component with an Apex class to display
shipment information (custom object, private OWD). 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.Whichtwo features did the development team miss that is causing the problems?
Choose 2 answers.
Universal Containers has selected a small and diverse group of users to review inactive
accounts. Given the Private sharing model, a public group was created and made available to
this group of users. A sharing rule was created to make inactive Accounts visible to the public
group. However some of these users are reporting they don't see any of the Accounts that were
shared with the public group.
What is the underlying issue for these users?
A sales rep at Universal Containers (UC) is a member of the Default Opportunity team for an
account manager. The account manager created an opportunity and the sales rep is added to that Opportunity team.
The sales rep is complaining about no longer having access to an opportunity record that the sales rep was helping with.
What is the cause of this problem?
Universal Containers' organization wide-defaults model is private for the Account object. A sales repeats to opportunity records.
Which level of access will the sales rep have to the related account record?
Universal Containers would like to control access to records and objectsaccording to the following business requirements:• Sales users can view all Account records but only edit their own records.
• Sales managers view all Account records but only edit records of the team.
• Service users can view all Account records that arenot marked with a RecordType of
Prospect.
Which organization-wide default configuration should a Salesforce architect recommend to fulfill these requirements?
Universal Containers (UC) has a team that analyzes customer orders looking for fraud. This team needs access to Invoice records (Custom object, Private OWD). UC \as complex rules to control users' access. The Salesforce Architect recommended using Apex managed sharing to meet these requirements.
Which two recommendations should a Salesforce Developer consider when implementing the changes7 Choose 2 answers
UniversalContainers(UC)servicerepsareassignedtoaprofilewhichhas“ViewAll”inCase object(Private
OWD).To make sure service repshaveaccess toallrelevant information to attendtocustomerrequests,
whichtwodetailsshouldasalesforceArchitectsconsider?Choose 2answers:
Which two objects support creating queues?
Choose 2 answers.