Apex Global Logistics manages compliance operations in Salesforce. The security team mandates two strict data access requirements:
1. Access to a custom object named Audit_Inspection__c must be restricted strictly to record owners and explicitly shared users. Managers and executives must NOT automatically inherit access to records owned by their subordinates.
2. Default access to the standard Account object must prevent sales representatives from viewing accounts owned by other teams, while still permitting managers higher in the role hierarchy to maintain view and edit access to accounts owned by their subordinates.
Which two configuration actions must the Salesforce Administrator take to meet these security requirements? (Select TWO answers.)
- Set the Organization-Wide Default for Audit_Inspection__c to Private and deselect Grant Access Using Hierarchies.Answer
- Set the Organization-Wide Default for Account to Private.Answer
- CDeselect Grant Access Using Hierarchies on the Account Organization-Wide Default setting.
- DCreate a permission set with explicit Revoke Read rules on Audit_Inspection__c and assign it to management roles.