Remediating Excessive Domain Admin Rights With PAM and RBAC

Answer Correct answer: D — A PAM vault rotates the domain administrator credentials automatically while RBAC limits retrieval to required roles, resolving both findings.

A security audit of an organization revealed that most of the IT staff members have domain administrator credentials and do not change the passwords regularly. Which of the following solutions should the security team propose to resolve the findings in the most complete way?

  1. Creating group policies to enforce password rotation on domain administrator credentials
  2. Reviewing the domain administrator group, removing all unnecessary administrators, and rotating all passwords
  3. Integrating the domain administrator's group with an IdP and requiring SSO with MFA for all access
  4. Securing domain administrator credentials in a PAM vault and controlling access with role-based access control Correct Answer

Community Votes

B
50%
D
50%

50% of anonymous learners picked answer B. Votes are pick records left by other test-takers — they are not the verified answer.

Community Insight

The phrase 'most complete way' points to a control that keeps working after the cleanup rather than a one-time change. A PAM vault rotates privileged passwords automatically and RBAC restricts who may obtain them, so both audit findings are addressed continuously instead of once.

The audit produced two findings: too many IT staff hold domain administrator credentials, and those credentials are never rotated. A privileged access management vault combined with role-based access control resolves both at once, because the vault removes standing knowledge of the passwords and rotates them automatically while RBAC limits retrieval to staff whose role requires it.

Choosing the option that removes administrators and rotates passwords because it names both findings literally. That is a point-in-time cleanup with no ongoing control, whereas a PAM vault keeps rotating credentials and RBAC keeps restricting access.

Community Discussion (19 comments)

johnabayot 👍 23
I took the exam today and 90% from came from this dump I scored 800 so study this dump at least twice and you are good to go.
psowrong 👍 8 Selected: B
It's B. since the question said that "most of the IT staff members have domain administrator credentials and do not change the passwords regularly". It probably means that there has not been an auditing to limit the access control and also passwords needs to be changed regularly. so. Option B fits perfect!
pmarios 👍 1 Selected: D
PAM with RBAC covers all question's requirements
korj 👍 1 Selected: D
While enforcing password rotation (Option A) or removing unnecessary administrators (Option B) addresses parts of the issue, PAM with RBAC covers both, along with added controls.
korj 👍 1 Selected: B
It's B because D doesn't directly address the fact that unnecessary admins should be removed.
Jooomam 👍 1 Selected: B
B fits the question
spearous 👍 3 Selected: B
It's B. i think the focus is, most of IT stuff memeber has admin account, is this a good practice? No, we change it --->B yes, we keep it --->D that's why i chose B
65333d6 👍 2
My immediate thought process was that it's definitely between B & D; however, after of bit I started to believe B may indeed be the most complete answer before doing some additional research on PAM and finally concluding that D is in fact the best answer. Why? Well, there's no doubt that D does in fact provide the best answer in regard to Admin privilege access, but I wondered if it did anything regarding the need for Password management/rotation. This brought me back to B, but it turns out that a PAM has some impressive capabilities that cover passwords. - Allows users to access the privileged account w/out knowing the password - Automatically change privilege account passwords periodically With this knowledge, it's definitely D.
russian 👍 3 Selected: D
D. Securing domain administrator credentials in a PAM vault and controlling access with role-based access control. Explanation: PAM (Privileged Access Management) solutions provide a centralized platform for securely storing, managing, and rotating privileged credentials, such as domain administrator credentials. By storing domain administrator credentials in a PAM vault, organizations can enforce strong access controls, audit trails, and session monitoring to ensure that only authorized personnel can access these credentials when necessary. Role-based access control (RBAC) allows organizations to assign specific permissions and privileges based on users' roles and responsibilities. By implementing RBAC, organizations can limit access to domain administrator credentials to only those who require them for their job duties, reducing the risk of unauthorized access.
CircaG 👍 2 Selected: B
This is from ChatGPT so take this with a grain of salt (I know ChatGPT can have wrong answers). However, I agree with it. D does not necessarily tackle the fact that the passwords need to continue changing. Now, let's discuss why option D may not be the correct choice: Option D suggests securing domain administrator credentials in a PAM vault and controlling access with role-based access control (RBAC). While using a PAM vault to secure privileged credentials is a good practice, and RBAC helps enforce access controls, the option may not fully address the issue of domain administrator credentials not being changed regularly.
pinkdog 👍 1 Selected: D
Privileged Access Management (PAM) solutions help organizations manage and secure privileged credentials, such as domain administrator credentials, by placing them in a centralized vault. PAM solutions enforce tight access controls, monitoring, and session recording for privileged accounts to mitigate the risks associated with misuse or compromise of such credentials.
zecomeia_007 👍 2 Selected: D
Better, most complete
klinkklonk 👍 2 Selected: D
in B why would you need to rotate the passwords for people you are removing privileges for? The word passwords in the question is a trap. Implementing RBA would remove the users who don't need access.
caseymd85 👍 2 Selected: B
D doesn't solve the issue of the extra people with admin privs.
Cosmin1 👍 2 Selected: D
'most complete way'
johnabayot 👍 5 Selected: D
B solves the issues the best
Hs1208 👍 3 Selected: D
PAM solutions are designed to secure, manage, and monitor privileged accounts.
[Removed] 👍 4 Selected: B
Reviewing the domain administrator group, removing all unnecessary administrators, and rotating all passwords. I didn't know what password rotation, so I looked it up. "Password rotation refers to the changing/resetting of a password." I think that B. would be good.
Jhonattan0032 👍 1 Selected: D
The correct answer is D

Comments & Corrections

No comments yet — spotted an error or have a note? Share it below.

Log in to comment, report an error, or add a note about this question.

Submitted for moderation before publishing. Keep it helpful and respectful.

Expert Analysis

Why the Answer Is Correct

A privileged access management vault stores domain administrator credentials centrally so staff retrieve them under policy instead of holding them, and it rotates those credentials on a schedule without human intervention, which directly answers the finding that passwords are never changed. Layering role-based access control on top means only roles that genuinely require privileged access can obtain the credentials, so the finding that most IT staff hold domain administrator credentials is resolved by design rather than by a one-off review. The same solution also adds session monitoring and audit trails, which is why it is the most complete remediation of the two findings.

Why the Other Options Are Wrong

A group policy enforcing rotation on domain administrator credentials addresses only the password finding and leaves the number of administrators untouched, so the more serious finding survives. Reviewing the administrators group, removing unneeded members, and rotating all passwords resolves both findings at a single point in time but installs no ongoing control, so access can re-accumulate and the rotated passwords can age again. Integrating the administrator group with an identity provider and requiring SSO with MFA strengthens authentication, yet it neither reduces how many people hold domain administrator rights nor imposes rotation on those credentials.

Community Comment Notes

The community split almost evenly between removing unnecessary administrators and deploying a PAM vault with RBAC, with several voters changing sides after reading the exchange. klinkklonk argued that rotating passwords for people whose privileges are being removed makes no sense and called the password wording a trap, while caseymd85 and CircaG held that the PAM option leaves the excess administrators in place. russian and 65333d6 countered that a PAM vault rotates privileged passwords automatically and that the phrase 'most complete way' favours the comprehensive control, which is the reading the answer key follows.

Official Reference

Exam Strategy

When a stem says 'most complete way', prefer the answer that covers both findings and keeps enforcing them over time. Treat the passwords and access lists named in the question as traps that pull you toward the narrow one-time option, and check whether the broader control also handles them.

Frequently Asked Questions

Why is removing unnecessary administrators and rotating all passwords not the most complete fix?

It is a one-time cleanup with no ongoing control, so excess administrative access can return and the rotated passwords will age, whereas a PAM vault keeps rotating and RBAC keeps restricting access.

How does a PAM vault address the finding that domain administrator passwords are never changed?

PAM stores the credentials centrally and rotates them on a defined schedule without manual effort, so staff never need to know or reuse the underlying password.

Related Analysis

← Back to SY0-601 Study Guide