A system administrator at a healthcare enterprise needs to configure security access for a team of temporary clinical research contractors. The contractors require the standard object and field access bundled inside an existing Permission Set Group named 'Clinical_Operations_PSG', which includes Read, Create, Edit, and Delete access on the custom object 'Patient_Trial__c' as well as the 'Modify All Data' system permission.
Management has outlined two specific compliance constraints:
1. Clinical research contractors must NOT be granted Delete access on 'Patient_Trial__c' or the 'Modify All Data' system permission.
2. Existing operational staff currently assigned to 'Clinical_Operations_PSG' must retain their full access permissions without any modifications.
3. The contractors' access must automatically expire 60 days after assignment.
Which two actions should the administrator take to fulfill these requirements? (Select 2 answers)
- Create a new Permission Set Group for the research team that bundles the base permission sets, and include a Muting Permission Set within this new group to suppress Delete access on 'Patient_Trial__c' and 'Modify All Data'.Answer
- Specify an Expiration Date of 60 days when assigning the new Permission Set Group to the clinical research contractors.Answer
- CAdd a Muting Permission Set directly to the existing 'Clinical_Operations_PSG' to mute Delete access on 'Patient_Trial__c' and 'Modify All Data'.
- DClone the standard user profile assigned to the clinical research contractors and disable Delete access on 'Patient_Trial__c' and 'Modify All Data' at the profile level.