Updated PDF (New 2021) Actual Salesforce Sharing-and-Visibility-Designer Exam Questions
Verified Sharing-and-Visibility-Designer Exam Dumps PDF [2021] Access using Free4Torrent
What is the duration of the Sharing-and-Visibility-Designer Exam
- Passing Score: 68%
- Format: Multiple choices, multiple answers
- Length of Examination: 120 minutes
- Number of Questions: 60
NEW QUESTION 104
Cosmic Service Solutions has set up an integration with its on-premise database to update several Salesforce users and more than a million accounts and opportunities in Salesforce. The integration is going to update the role of several users and the ownership of thousands of records. What should a Salesforce Architect recommend to ensure that there are no locking errors during the update?Choose 1 answer.
- A. Use parallel recalculation of sharing rules
- B. Change the organization-wide default setting of all objects to 'Public Read/Write'
- C. Enable the granular locking feature
- D. Use deferred sharing maintenance
Answer: C
NEW QUESTION 105
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. National accounts must be owned by a user who is above the sales managers in the Role Hierarchy.
- B. Sales directors will need a sharing rule created so that they can see accounts owned by Sales Users.
- C. If a sales rep is added to the Opportunity Team for a national account, they will gain access to account data.
- D. Apex managed sharing will have to be disabled for the account object to protect the national accounts.
Answer: A,C
NEW QUESTION 106
Universal Computers (UC) is looking to expand its delivery capabilities through a network of distributors that use a Partner Community license. UC employees currently can view all delivery records through the organization-wide default (OWD) setting of Public Read Only.
Which approach would an architect recommend to limit the records a distributor can see?
- A. Create a criteria-based sharing rule to grant access to the distributor
- B. Set the External OWD to Private for the Delivery object.
- C. Remove Read permission from the distributor profile.
- D. Create an ownership-based sharing rule to grant access to the distributor.
Answer: B
NEW QUESTION 107
Review the following code snippet.
Get Cloudy Consulting wants an Architect to assess this code snippet for potential security vulnerabilities.
What is one appropriate response from the Architect?
- A. Cross-Site Scripting is the possible threat
- B. Arbitrary Redirects is the possible threat
- C. Access Control is the possible threat
- D. SOQL Injection is the possible threat
Answer: C
NEW QUESTION 108
Cosmic Harvest is a company that produces olive oil. It uses Salesforce to manage customer information, and is setting up a security model based on organization-wide defaults, sharing rules, and programmatic sharing.
The IT Manager of the company would like the Salesforce developer to follow test driven development while designing unit tests to verify records that are shared using Apex. Which of the following considerations apply to the use of the runAs() system method for this requirement?Choose 2 answers.
- A. The runAs system method can be used in unit test methods only.
- B. The original system context is started again after all runAs test methods complete.
- C. The runAs system method can be used in any Apex class.
- D. The user context is automatically changed to the administrator when using the runAs method
Answer: A,B
NEW QUESTION 109
Cosmete Breton has a partner community in which any user with the Partner Manager role belonging to a certain account should have edit access to all accounts on which the value of the Type field has been set to
'Technology Partner'. What can a Salesforce Consultant do to meet this requirement?Choose 1 answer.
- A. Create a criteria-based sharing set to grant access to the account records.
- B. Create a share group with Partner Manager users and add all the accounts required.
- C. Create a criteria-based sharing rule to grant access to the account records.
- D. Use Apex Sharing to grant access to the account records.
Answer: C
NEW QUESTION 110
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 on Account records because of Opportunity object updates.
- B. Lock contention on Case records because of Action Plan custom object updates.
- C. Lock contention due to system-initiated sharing rule recalculation
- D. Lock contention on Territory object because of Territory object updates.
Answer: C
NEW QUESTION 111
The sales manager in Japan have asked the sales manager in Australia to assist them with closing their deals.
How are these requirements achieved?
- A. Create ownership-based sharing rule.
- B. Assign the sales manager View All on the opportunity object.
- C. Use opportunity teams to automatically add the sales manager as a team member.
- D. Use sharing set to give the sales manager access to the deals.
Answer: A
NEW QUESTION 112
Cosmic Service Solutions has a requirement that Customer Community users should be allowed to access cases related to their contact record in Salesforce. What can be done to fulfill this requirement?Choose 1 answer.
- A. Create a sharing rule to grant access to cases based on the required criteria
- B. Create a share group that grants access to the Case records based on the required criteria
- C. Create a permission set that grants the required access and assign it to the Customer Community profile
- D. Create a sharing set that grants access to the Case object and configure access mapping based on the requirement
Answer: D
NEW QUESTION 113
Universal Containers has a strict security model enforced through object, field, and row-based security mechanisms. The Architect would like to ensure the security model is being thoroughly tested using Apex automated tests. Which three considerations should be made when using the runAs() method to design Apex until tests?
- 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 () counts towards total DML statements issued within transaction
- D. runAs() can be used inside of test classes to validate record-level security
- E. runAs() can be used inside of test classes to validate field-level permissions
Answer: B,C,D
NEW QUESTION 114
Universal Containers has requirement to integrate Salesforce with an external system to control record access.
What option should the Architect consider when designing a solution?
- A. Use the Metadata API to maintain the related SObject records.
- B. Use the SOAP API to create new Criteria-Based Sharing Rules in Salesforce.
- C. Use the SOAP API to maintain the related SObject_share records.
- D. Use the Security API to modify the role hierarchy in Salesforce.
Answer: C
NEW QUESTION 115
Ursa Major Solar wants the ability to hide specific regional accounts from sales reps and sales managers. Only roles that are sales executive, or above, should be able to access regional accounts. The company plans to update their Organization-Wide Sharing Settings for the Account Object from a Public Read/Write model to a Private model to accomplish their goal? Ursa Major Solar's Role Hierarchy matches its organizational hierarchy.
What are two approaches an Architect should consider when designing the solution? (Choose two.)
- A. Regional accounts must be owned by a user who is above the sales managers to the Role Hierarchy.
- B. Ensure that Apex managed sharing is disabled for the account object to protect the regional accounts.
- C. Sales executives will need a sharing rule created so that they can see accounts owned by Sales Users.
- D. If a sales rep is added to the Opportunity Team for a regional account, they will gain access to account data.
Answer: A,D
NEW QUESTION 116
Universal Containers (UC) has implemented Service Cloud. There is a flag field on the case object that marks a case as (Sensitive). UC requested that this flag can be viewed by all users who have access to the case but only be edited by the assigned case assessor. The case assessor is a lookup field on the case object. How can an architect achieve this requirement?
- A. Object Permissions.
- B. Custom Lightning Component.
- C. Field-level security
- D. Permission Set.
Answer: B
NEW QUESTION 117
Get Cloudy Consulting has the following requirements:
- Users should only see Accounts they or their subordinates own.
- All Accounts with the custom field "Key Customer" should be visible to all Senior Account Managers.
- There is a custom field on the Account record that contains sensitive information and should be hidden from all users, except 10 designated users who require view and edit access.
- These 10 users come from different user groups, and will change occasionally.
Which three platform security features are required to support these requirements with the minimum amount of effort? (Choose three.)
- A. Role Hierarchy
- B. Permission Sets
- C. Owner-Based Sharing Rules
- D. Apex Managed Sharing
- E. Criteria-Based Sharing Rules
Answer: A,B,E
NEW QUESTION 118
Sales manager want their team members to help each other close Opportunities. The Opportunity and .. private. To grant Opportunity access to sales reps on the same team, ownership-based sharing rules ..
What is the side effect of this approach?
- A. Sales reps on the same will have Read access to the Accounts for Opportunities owned by their.
- B. All sales reps will have Read access to all Accounts.
- C. Sales Reps on the same team will have Edit access to the Accounts for Opportunity owned by their.
- D. All sales reps will have Read access to Accounts for all Opportunities.
Answer: B
NEW QUESTION 119
At Universal Containers, the Sales VP likes to re-assign Opportunity Teams every six months. Each Opportunity Team has the following resources:
- AE (owner)
- Sales Engineer
-Vertical Overlay
- Sales Ops
What should the Architect use to re-assign Opportunity Team members so they have access to the appropriate Opportunity records?
Choose one answer:
- A. From the Opportunity record detail page, use the "Update Team Members" function.
- B. Use the Mass Reassign Opportunity Team wizard on the Opportunity Tab Home Page.
- C. Build a Visualforce page that will query the default team and update open Opportunities.
- D. From the User Setup menu, click "Update Team members on open Opportunities."
Answer: B
NEW QUESTION 120
Which element is included in the security model for Force.com sites? (choose 2)
- A. Named Visualforce pages
- B. Full CRUD permission on all custom objects (Missed)
- C. Read/Write permission on all standard objects
- D. Restricted IP Ranges
Answer: B,D
NEW QUESTION 121
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. Make Opportunity OWD read-only.
- B. Create a Permission Set that grants "View All" permission for Opportunity.
- C. Give "View All Data" Permission to the Sales Reporting Profile.
- D. Create a Permission Set that grants "View All Data" Permission.
Answer: D
NEW QUESTION 122
The Collections department at Universal Containers uses Salesforce to track its efforts. All Invoices and Invoice Line Items are stored in Salesforce. Invoice Line Item object details, such as Quantity and Extended Amount, should be summarized at the Invoice Object level, and all users who can see a given invoice should always see all invoice line items. Without leveraging Apex code, how should an Architect create the relationship between the Invoice object and the Invoice Line Item Object?
- A. The Invoice Line Item Object should have a Master-Detail to the Invoice Object
- B. The Invoice object should have a Master-Detail to the Invoice Line Item Object
- C. The Invoice Object should have an inner joint to the Invoice Line Item Object
- D. The Invoice Line Item Object should have a Lookup to the Invoice Object
Answer: A
NEW QUESTION 123
......
Try Best Sharing-and-Visibility-Designer Exam Questions from Training Expert Free4Torrent: https://www.free4torrent.com/Sharing-and-Visibility-Designer-braindumps-torrent.html
Practice Examples and Dumps & Tips for 2021 Latest Sharing-and-Visibility-Designer Valid Tests Dumps: https://drive.google.com/open?id=1Ai3Mkz-_k372ZY73c1chbK2Kp9N5doSV