nerdexam
CompTIA

SK0-004 · Question #783

A server administrator is trying to prevent database administrators from installing programs or making administrative changes to the server. Which of the following should the administrator do to…

The correct answer is A. Enable a policy to require user credentials when making administrative changes. Requiring user credentials for administrative actions enforces least privilege by blocking unauthorized users from making system-level changes, even if they have local access.

Security and disaster recovery

Question

A server administrator is trying to prevent database administrators from installing programs or making administrative changes to the server. Which of the following should the administrator do to prevent administrative changes on the server?

Options

  • AEnable a policy to require user credentials when making administrative changes
  • BEnable alerts to send a message when someone tries to make changes
  • CEnable database administrators to log activities in the system logs
  • DEnable privileged access auditing in the system logs

How the community answered

(23 responses)
  • A
    91% (21)
  • C
    4% (1)
  • D
    4% (1)

Why each option

Requiring user credentials for administrative actions enforces least privilege by blocking unauthorized users from making system-level changes, even if they have local access.

AEnable a policy to require user credentials when making administrative changesCorrect

Enabling a policy that requires user credentials before administrative changes can proceed - such as UAC or a similar privilege escalation control - means that database administrators without the appropriate admin credentials are actively blocked from making those changes. This is a preventive control, not a detective one, because it stops the action before it occurs. It enforces separation between standard user roles and administrative roles at the policy level.

BEnable alerts to send a message when someone tries to make changes

Sending alerts when changes are attempted is a detective control that notifies someone after the fact, but it does not prevent the changes from being made.

CEnable database administrators to log activities in the system logs

Enabling logging for database administrators records their activity for later review but places no restriction on whether they can actually perform administrative actions.

DEnable privileged access auditing in the system logs

Privileged access auditing captures a record of administrative actions already taken, which supports accountability and forensics but does not block unauthorized changes from occurring.

Concept tested: Policy-enforced credential requirement for administrative changes

Source: https://learn.microsoft.com/en-us/windows/security/application-security/application-control/user-account-control/how-it-works

Topics

#UAC#privileged access#access control#least privilege

Community Discussion

No community discussion yet for this question.

Full SK0-004 Practice