Salesforce Certified Sharing and Visibility Designer Exam Practice Questions (P. 2)
- Full Access (119 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #6
Which two situations may introduce locking errors for Ursa Major Solar? (Choose two.)
- AUpdates to parent records and their child records being processed simultaneously in separate threads
- BUpdates to child records that have the same parent records are being processed simultaneously in separate transactions
- CUpdates to parent and child records are being processed synchronously in the same threads
- DUpdates to parent and child records are being processed in the same batch
AB

Hi! Do you need help with this question ?
- Why isn't the A the right answer?
- Traducir la pregunta al español
Contributor get free access to an augmented ChatGPT 4 trained with the latest IT Questions.
Question #7
Cloud Kicks wants their customers to be able to see service requests for their account through the community. However, customers should not see service requests for other accounts.
How should the Architect implement this while using a Salesforce feature?
- AUtilize manual sharing to share the service requests manually when a new community user is added
- BUtilize a Sharing Set to share service requests related to the account based on the community user’s profile
- CUtilize a Sharing Rule to share service requests to the community user based on their role
- DUtilize Apex Managed Sharing to share service requests related to the account to the appropriate community users
B

Hi! Do you need help with this question ?
- Why isn't the A the right answer?
- Traducir la pregunta al español
Contributor get free access to an augmented ChatGPT 4 trained with the latest IT Questions.
Question #8
Which recommendation is appropriate for meeting these requirements?
- ACreate a master-detail relationship from the Contract to the User object. Contract records will be automatically shared with the Underwriter.
- BUse criteria-based sharing rules to share the Contract object with the Underwriter based upon the criteria defined in the criteria-based sharing.
- CCreate an Apex Sharing Reason on the Contract object that shares the Contract with the Underwriter based upon the criteria defined in the Sharing Reason.
- DCreate a lookup relationship from the Contract object to the User object. Use a trigger on the Contract object to create the corresponding record in the Contract Share object
B

Hi! Do you need help with this question ?
- Why isn't the A the right answer?
- Traducir la pregunta al español
Contributor get free access to an augmented ChatGPT 4 trained with the latest IT Questions.
Question #9
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.)
- A1. Create a SystemSOQLQueries class and a UserSOQLQueries class.
2. Set the “With Sharing” keyword on the UserSOQLQueries class and “Without Sharing” on the SystemSOQLQueries class.Most Voted - B1. Create a reusable SOQLQueries class.
2. Specify “With Sharing” on the methods that require user context and “Without Sharing” on the methods requiring system context. - C1. Create a reusable SOQLQueries class.
2. Do NOT specify “With” or “Without Sharing” on the SOQLQueries class and use the runAs() method to dynamically set the context. - D1. Create a reusable SOQLQueries class.
2. Do NOT specify “With” or “Without Sharing” on the SOQLQueries class.Most Voted
AB

Hi! Do you need help with this question ?
- Why isn't the A the right answer?
- Traducir la pregunta al español
Contributor get free access to an augmented ChatGPT 4 trained with the latest IT Questions.
Question #10
50,000 users
24×7 call center operated by 25,000 users, including both employees and contractors
A sales organization that has 15,000 users
The sales organization began processing about 120,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?
- ADue to system-initiated sharing rule recalculation, there is Lock contention
- BDue to Territory object updates, there is Lock contention on Territory object
- CDue to Action Plan custom object updates, there is Lock contention on Case records
- DDue to Opportunity object updates, there is Lock contention on Account records
A

Hi! Do you need help with this question ?
- Why isn't the A the right answer?
- Traducir la pregunta al español
Contributor get free access to an augmented ChatGPT 4 trained with the latest IT Questions.
All Pages