A company uses a custom object named `Project_Audit__c` with Organization-Wide Defaults (OWD) set to Private. To prevent executive roles from automatically inheriting record access, the System Administrator deselects the Grant Access Using Hierarchies checkbox on the `Project_Audit__c` object definition.
The administrator must configure record access to fulfill two specific business requirements:
1. Users assigned to the Audit Lead role must be able to view and edit all `Project_Audit__c` records owned by users in the Audit Analyst role.
2. Users in the Compliance Team public group must receive Read-Only access to any `Project_Audit__c` record where the `Risk_Level__c` picklist field is set to 'High'.
Which TWO configuration steps should the administrator perform to meet these requirements? (Select 2 answers)
- Create an owner-based sharing rule on Project_Audit__c that shares records owned by members of the Audit Analyst role with the Audit Lead role, granting Read/Write access.Answer
- Create a criteria-based sharing rule on Project_Audit__c where Risk_Level__c equals 'High', sharing records with the Compliance Team public group with Read-Only access.Answer
- CRe-enable Grant Access Using Hierarchies on Project_Audit__c and restrict executive access using Profile object permissions.
- DCreate a Permission Set granting 'Modify All Data' and assign it to users in the Audit Lead role and Compliance Team public group.
- ESet the Organization-Wide Default (OWD) for Project_Audit__c to Public Read-Only and create restriction rules for non-compliance users.