CompTIA Security+ (SY0-601) — Question 328
While troubleshooting service disruption on a mission-critical server, a technician discovered the user account that was configured to run automated processes was disabled because the user s password failed to meet password complexity requirements. Which of the following would be the best solution to securely prevent future issues?
Answer options
- A. Using an administrator account to run the processes and disabling the account when it is not in use
- B. Implementing a shared account the team can use to run automated processes
- C. Configuring a service account to run the processes
- D. Removing the password complexity requirements for the user account
Correct answer: C
Explanation
The correct answer is C, configuring a service account to run the processes, as service accounts are designed for automation and can be managed with proper security policies. Option A is risky because using an administrator account can expose the system to vulnerabilities. Option B is not recommended because shared accounts create accountability issues. Option D undermines security by removing necessary complexity requirements, which can lead to easier account compromise.