Salesforce Certified Sharing and Visibility Architect Exam Practice Questions (P. 3)
- Full Access (100 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 #11
The architect has a requirement to create a criteria-based sharing rule based on the customer Social Security number. However, when setting up the rule in Contact Sharing, the field is not shown on the list of available fields.
What might cause this?
What might cause this?
- AText fields with validation rules are not available for sharing rules.
- BThe architect’s profile does not have Field level Security (FLS) for this field.
- CThe field has been configured for encryption.Most Voted
- DThe architect does not have permission to Compliance fields.
Correct Answer:
B
B
send
light_mode
delete
Question #12
What should a Salesforce architect recommend to make sure that users that gained access to a custom object record through Apex managed sharing do not lose access to it when its owner is changed?
- AUse “With Sharing” keyword to make sure record visibility will be considered.
- BCreate a specific Apex Sharing Reason for the custom object.
- CCreate a new record in _Share object with RowCause “Manual”.
- DUse “runAs” system method in Apex classes to enforce visibility.
Correct Answer:
B
B
send
light_mode
delete
Question #13
The sales managers at 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 associated 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?
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?
- AUse Account teams to define access to accounts as well as opportunities and cases related to accounts.
- BUse Account teams, Opportunity teams, and Case teams.
- CUse Account teams and use Sharing rules to share cases with sales associates. No change required to the opportunity object.
- DUse Account teams, Case teams. No configuration required for the opportunity object.
Correct Answer:
A
A
send
light_mode
delete
Question #14
Universal Containers (UC) has implemented Customer Community with customer community plus licenses for its distributors. Some distributors requested granting specific community users (agents) to view cases submitted by other agents of the same distributor.
Which feature only supports these requirements?
Which feature only supports these requirements?
- APermission set to grant community admin permission
- BDelegate external user
- CPartner community admin
- DPartner super userMost Voted
Correct Answer:
D
D
send
light_mode
delete
Question #15
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.
Which two features did the development team miss that is causing the problems? (Choose two.)
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.
Which two features did the development team miss that is causing the problems? (Choose two.)
- AUse isSearchable keyword in Apex classes to assure record visibility.
- BUse With Sharing keyword in Apex classes to enforce sharing rules evaluation.
- CUse runAs in test class to enforce user permissions and field-level permissions.
- DUse isAccessible() method in Apex classes to check field accessibility.
Correct Answer:
BD
BD
send
light_mode
delete
All Pages