
[Aug-2021] Dumps Brief Outline Of The Sharing-and-Visibility-Designer Exam - SurePassExams
Sharing-and-Visibility-Designer Training & Certification Get Latest Salesforce Architect
NEW QUESTION 99
Universal Containers uses 75,000 distributors that have close to 1 million total users. Distributors need opportunities assigned to the distributor for delivery.
What license recommendation will meet distributor needs?
- A. Partner Community
- B. Customer Community
- C. Sales Cloud
- D. Customer Community Plus
Answer: A
NEW QUESTION 100
Universal Containers has created a Reimbursement Custom Object to capture requests for reimbursement of expenses related to office supplies. The Reimbursement requests are sometimes sensitive and the Team Leads should not have access to the Reimbursement records submitted by the Users in the Call Center Agent role.
The Director of Support will require access to all Reimbursement records. The role hierarchy is set as follows:
Call Center Agent role reports to Team Lead role, which Reports to the Director of Support. Which steps would the Architect take to ensure proper sharing in this Role Hierarchy structure assuming Private Sharing Setting for the Reimbursement Object?
- A. Disable Grant Access Using Hierarchies for the Object and create a Sharing Rule to enable sharing to the Director of Support
- B. The sharing scenario described will occur without any special configuration choices being made by the Architect
- C. Use an Approval Process to change the owner of the Reimbursement record upon submission to the Director of Support
- D. Leave the Reimbursement Object in "Deployed" Status and set the Director of Supports Profile to "View All" in the object permissions.
Answer: A
NEW QUESTION 101
The sales managers at the Universal Containers (UC) requested their teams to define each user's role on their accounts in order to provide an easy way to establish accountability and collaboration. Sales managers also requested that sales associates should only get the following permissions:
* Read access to the accounts.
* Read access to cases related to the accounts
* No access to deals related to the accounts
The sales associates may be granted access to opportunities when needed.
Assuming the overall sharing model of the organization is private and no sharing rules are configured on the account object. How can an Architect achieve these requirements?
- A. Use Account teams and use Sharing rules to share cases with sales associates. No change required to the opportunity object
- B. Use Account teams, Case teams. No configuration required for the opportunity object.
- C. Use Account Teams to define access to accounts as well as opportunities and cases related to accounts
- D. Use Account teams, Opportunity teams, and Case teams.
Answer: C
NEW QUESTION 102
Universal Containers is a fast-growing company that sells containers globally. It has thousands of dealerships throughout the world where local dealers service Containers sold locally. They recently opened two dealerships in California: NorthCal and SoCal. Universal Containers implemented a new partner community to enable their dealers. Each dealership has a dealer Manager who has all service agents report into them. Assuming a private sharing model, what is the best option to enable dealer managers to have visibility to customer cases within their dealership and not across all dealerships?
- A. Create a batch job that creates sharing rules as needed, based on the cases created.
- B. No changes are needed to the sharing and visibility model to implement this requirement.
- C. Build a trigger that create manual sharing of cases as needed whenever a new case is created.
- D. Create sharing groups that share all cases to all agents under the Dealer manager.
Answer: B
NEW QUESTION 103
DreamHouse Realty has the following situation:
- User 1 is in the default account team for User 2, who owns the ACME account.
- User 2 modifies User 1's team member access to the account.
What results from this modification?
- A. The modification affects the default Account team
- B. The modification affects all child ACME Accounts
- C. The modification affects only the ACME Account
- D. The modification affects the default Opportunity team
Answer: C
NEW QUESTION 104
Universal Containers (UC) has implemented Customer Community with customer community plus license for its distributors. Retail distributors have part-time agents who work for multiple distributors. Those agents should have access to other distributor accounts as well.
What can be configured to grant agents access to different distributor accounts?
- A. Create sharing rules to share distributor accounts with agents.
- B. Use share group to share distributor accounts with agents who have account contact relationship.
- C. Use Apex sharing to share distributor accounts with agents using the Account__ Share table.
- D. Create sharing set to share distributor accounts with agents using account contact relationship.
Answer: B
NEW QUESTION 105
A developer at Universal Containers is building an integration within a managed package for their internal org that requires login to an external system. The end point requires basic authentication. The Architect would like to ensure that the username and password are managed securely.
Which three options should the Architect recommend to secure the credentials?
Choose 3 answers
- A. Store the credentials in Named Credentials that are used in the Apex Callout.
- B. Store the credentials in protected custom metadata that are used in the Apex Callout.
- C. Store the credentials in a custom object using encrypted fields.
- D. Store the credentials in protected custom settings that are used in the Apex Callout.
- E. Store the credentials in the Apex code, which will not be available to non-admins.
Answer: A,C,D
NEW QUESTION 106
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?
- A. The opportunity owner can enable/disable if the "Default Opportunity team" is able to access the record
- B. The Sales rep was removed from the Opportunity team in another opportunity record of the same account.
- C. The Sales rep was manually removed from the Opportunity team.
- D. The Account team was changed and consequently the Opportunity team members were replaced by the Account team members.
Answer: C
NEW QUESTION 107
Universal Containers (UC) provides shipment tracking for its customers on a custom Shipment object. The .. yearly by the customers should be available on the Account record to the Marketing team, but the Marketing Shipment records.
What recommend should an Architect provide to accomplish this?
- A. Private organization-Wide default on Shipment, rollup summary, and Master-Detail relationship to Account.
- B. Public organization-wide default on Shipment, process builder, and lookup relationship to Account.
- C. Private organization-wide default on Shipment, trigger, and Lookup relationship to Account,
- D. Controlled by Parent (Account) on Shipment, trigger, and trigger, and Master-Detail relationship to Account.
Answer: C
NEW QUESTION 108
Get Cloudy Consulting uses a strict security model. They enforce this model through object, field, and row- based security mechanisms. The Chief Technology Officer (CTO) at Get Cloudy Consulting wants to thoroughly test the security model, and an Architect decides to use Apex automated tests to fulfill the CTO's request.
What are three considerations for the Architect when using the runAs() method to design Apex unit tests?
(Choose three.)
- A. runAs() can be used outside of test classes to bypass record-level security
- B. runAs() does NOT enforce user permissions or field-level permissions in test classes
- C. runAs() can be used inside of test classes to validate record-level security
- D. runAs() can be used inside of test classes to validate field-level permissions
- E. runAs() counts towards total DML statements issued within the transaction
Answer: B,C,E
NEW QUESTION 109
Universal Containers is looking to set up a new integration with its ERP system. The goal 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. The integration runs under a dummy 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. A large number of contacts (100,000) have account data in the ERP system, but do not have corresponding Accounts in Salesforce.
How should the Architect design the solution so that the sales team can see the contacts and there are no performance issues?
- A. Have the integration create the contacts with Salesforce without an account; use a Contact sharing rule to grant sales reps access to the contacts.
- B. Have the integration create both contacts and their corresponding accounts; use an Account sharing rule to grant sales reps access to the contacts.
- C. Have the integration create the contacts under one dummy account record; use an Account sharing rule to grant sales reps access to the contacts.
- D. Have the integration create both the contacts and their corresponding accounts; use a Contact Sharing rule to grant sales reps access to the contacts.
Answer: A
NEW QUESTION 110
Universal Containers has Public Read Only sharing settings on the Opportunity object. What Opportunity access options can the user see while adding account team members to the Account?
- A. Read Only
- B. Read Only and Read/Write
- C. Private
- D. Private and Read Only
Answer: B
NEW QUESTION 111
A Visualforce controller has a requirement to be written with "Without Sharing" at the top level; however, certain methods within the page still need to enforce the user permissions for creating records and accessing certain fields. Which two methods below would be used to enforce this requirements?
Choose 2 answers.
- A. Schema.DescribeSObjectResult
- B. Schema.DescribeFieldResult
- C. UserInfo.getProfileID
- D. Schema.getGlobalDescribe
Answer: A,B
NEW QUESTION 112
A developer at Universal Container is building an integration within a managed package for their internal org that requires login to an external system. The end point requires basic authentication. The Architect would like to ensure that the username and password are managed securely. Which three options should the Architect recommend to secure the credentials?
- A. Store the credentials in protected custom settings that are used in the apex callout
- B. Store the credentials in named credentials that are used in the apex callout
- C. Store the credentials in a custom object using encrypted fields
- D. Store the credentials in protected custom metadata that are used in the apex callout
- E. Store the credentials in the apex code, which will not be available to non-admins
Answer: A,B,D
NEW QUESTION 113
Universal Containers (UC) provides shipment tracking for its customers on a custom Shipment object. The .. yearly by the customers should be available on the Account record to the Marketing team, but the Marketing Shipment records.
What recommend should an Architect provide to accomplish this?
- A. Controlled by Parent (Account) on Shipment, trigger, and trigger, and Master-Detail relationship to Account.
- B. Private organization-wide default on Shipment, trigger, and Lookup relationship to Account,
- C. Private organization-Wide default on Shipment, rollup summary, and Master-Detail relationship to Account.
- D. Public organization-wide default on Shipment, process builder, and lookup relationship to Account.
Answer: A
NEW QUESTION 114
Universal Containers has the following Sharing Settings for their Org:
Account = Private
Contact = Controlled by Parent
Opportunity = Private
Case = Private
They have enabled "Default Account Teams" and have trained users to set up their Default Team. Which three access levels can be set on the Account Team Member?
Choose 3 answers
- A. Opportunity Access
- B. Account Access
- C. Contract Access
- D. Contact Access
- E. Case Acces
Answer: A,B,E
NEW QUESTION 115
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 dat a. 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" permission for Opportunity.
- B. Give "View All Data" Permission to the Sales Reporting Profile.
- C. Create a Permission Set that grants "View All Data" Permission.
- D. Make Opportunity OWD read-only.
Answer: A
NEW QUESTION 116
......
Certification Training for Sharing-and-Visibility-Designer Exam Dumps Test Engine: https://www.surepassexams.com/Sharing-and-Visibility-Designer-exam-bootcamp.html
Salesforce Architect Sharing-and-Visibility-Designer Real Exam Questions and Answers FREE Updated: https://drive.google.com/open?id=1bkrGaah3fBuD6o5I6-DcWYL_elDlNHF6