SY0-501 · Question #8
A department head at a university resigned on the first day of the spring semester. It was subsequently determined that the department head deleted numerous files and directories from the…
The correct answer is C. Offboarding. The malicious file deletions occurred because the department head's access was not immediately revoked upon resignation, highlighting a failure in proper employee departure procedures.
Question
A department head at a university resigned on the first day of the spring semester. It was subsequently determined that the department head deleted numerous files and directories from the server-based home directory while the campus was closed. Which of the following policies or procedures co have prevented this from occurring?
Options
- ATime-of-day restrictions
- BPermission auditing and review
- COffboarding
- DAccount expiration
How the community answered
(57 responses)- A7% (4)
- B16% (9)
- C74% (42)
- D4% (2)
Why each option
The malicious file deletions occurred because the department head's access was not immediately revoked upon resignation, highlighting a failure in proper employee departure procedures.
Time-of-day restrictions limit when an account can log in, but they would not prevent an employee with active credentials from deleting files during an authorized logon period if their account was still enabled after resignation.
Permission auditing and review involve regularly checking and adjusting access rights to enforce the principle of least privilege, but this process would not inherently prevent a departing employee from misusing existing valid permissions before their access is revoked.
Offboarding is the critical policy and procedure that governs an employee's departure from an organization, explicitly including the immediate revocation of all system and resource access. A robust offboarding process ensures that user accounts are disabled or removed promptly upon an employee's resignation, thereby preventing unauthorized access and potential malicious activities like file deletions post-departure.
Account expiration sets a predetermined date for an account to become inactive and is not dynamically triggered by an event like a sudden resignation, thus it would not immediately disable the department head's access.
Concept tested: User account lifecycle management and offboarding procedures
Source: https://learn.microsoft.com/en-us/entra/identity-governance/what-is-identity-governance#automate-user-lifecycle-management
Topics
Community Discussion
No community discussion yet for this question.