Question 1,140 of 1,152
General Security ConceptshardMultiple ChoiceObjective-mapped

Quick Answer

The correct answer is to require named accounts with role-based elevation through a privileged access workflow. This solution directly improves accountability by ensuring every action is tied to a unique user identity, while the role-based elevation mechanism grants temporary, time-limited privileges for emergencies—preserving the critical ability to bypass normal access controls when needed. On the Security+ SY0-701 exam, this concept tests your understanding of the Privileged Access Management (PAM) domain, specifically how to balance audit trails with operational necessity. A common trap is choosing shared emergency accounts, which obscure individual responsibility and violate non-repudiation. Remember the mnemonic “N.A.M.E.”: Named accounts, Approval workflow, Minimal elevation, Emergency access preserved—this helps you spot the correct choice when the exam presents a scenario with shared admin credentials.

SY0-701 General Security Concepts Practice Question

This SY0-701 practice question tests your understanding of general security concepts. Match the stated requirement to the specific cloud service, access model, or configuration option — many options are valid in isolation but not for this scenario. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

Exhibit

Jump host session log:
```
10:02  sharedadmin login successful from 10.20.1.45
10:03  sudo /opt/deploy/apply_patch.sh
10:11  sudo systemctl restart appsvc
10:12  logout
```
Audit note:
- Three administrators used the same shared account this week.
- Logs do not identify which person executed which command.
- Management still wants a break-glass option for after-hours maintenance.

Based on the exhibit, what is the best change to improve accountability without removing emergency access?

Clue words in this question

Noticing these words before you look at the options changes how you read each choice.

  • Clue: "best"

    Why it matters: Signals that multiple options may be partially correct. Choose the option that most directly solves the exact problem described, not the one that sounds most complete.

Question 1hardmultiple choice
Full question →

Exhibit

Jump host session log:
```
10:02  sharedadmin login successful from 10.20.1.45
10:03  sudo /opt/deploy/apply_patch.sh
10:11  sudo systemctl restart appsvc
10:12  logout
```
Audit note:
- Three administrators used the same shared account this week.
- Logs do not identify which person executed which command.
- Management still wants a break-glass option for after-hours maintenance.

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Require named accounts with role-based elevation through a privileged access workflow.

Option B is correct because implementing named accounts with role-based elevation through a privileged access workflow (PAW) ensures each administrator has a unique identity for auditing, while still allowing temporary privilege escalation for emergency tasks. This directly improves accountability by tying actions to specific users, unlike shared accounts which obscure individual responsibility. The workflow maintains emergency access by granting time-limited elevated permissions through an approval process, avoiding permanent standing privileges.

Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Keep the shared account and add more logging of the shared password.

    Why it's wrong here

    Logging the password increases exposure and still does not identify the individual performing actions. It makes the accounting problem worse rather than better.

  • Require named accounts with role-based elevation through a privileged access workflow.

    Why this is correct

    This is the best answer because the issue is accountability. Shared accounts prevent the organization from knowing which person performed the actions in the log. Named accounts plus privileged elevation preserve break-glass access while ensuring each command is tied to an individual identity. That improves accounting and auditability without removing the operational ability to maintain the system.

    Clue confirmation

    The clue word "best" in the question point toward this answer.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Remove all command logging to protect administrator privacy.

    Why it's wrong here

    Removing logs destroys accountability and creates a major audit and incident-response gap. Privacy should be protected through least privilege and controlled log access, not by eliminating evidence.

  • Use a single shared account with a longer password and monthly rotation.

    Why it's wrong here

    A stronger shared password does not solve attribution. The core problem is that multiple people can act under one identity, so the logs still cannot show who did what.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates may think improving logging (Option A) or password rotation (Option D) is sufficient for accountability, but CompTIA emphasizes that shared accounts inherently lack individual attribution, regardless of how much logging or rotation is applied.

Trap categories for this question

  • Command / output trap

    A stronger shared password does not solve attribution. The core problem is that multiple people can act under one identity, so the logs still cannot show who did what.

Detailed technical explanation

How to think about this question

Privileged Access Management (PAM) solutions like CyberArk or Microsoft PIM enforce just-in-time (JIT) elevation, where administrators request temporary roles via a workflow that logs the user, timestamp, and session activity. This contrasts with static shared accounts, which often use SSH keys or passwords stored in a vault but still lack per-user session isolation. In a real-world scenario, a breach traced to a shared account would require forensic analysis of keystroke dynamics or session recordings to identify the responsible user, whereas named accounts with PAM provide immediate attribution via Active Directory or LDAP audit logs.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Real-world example

How this comes up in practice

A security analyst at a medium-sized enterprise encounters this scenario during an investigation or architecture review. The correct answer reflects best practice for the specific threat or control described. Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option. Security exam questions test whether you can match controls to threats in context — not just recall definitions.

What to study next

Got this wrong? Here's your next step.

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Related practice questions

Related SY0-701 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free SY0-701 practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this SY0-701 question test?

General Security Concepts — This question tests General Security Concepts — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: Require named accounts with role-based elevation through a privileged access workflow. — Option B is correct because implementing named accounts with role-based elevation through a privileged access workflow (PAW) ensures each administrator has a unique identity for auditing, while still allowing temporary privilege escalation for emergency tasks. This directly improves accountability by tying actions to specific users, unlike shared accounts which obscure individual responsibility. The workflow maintains emergency access by granting time-limited elevated permissions through an approval process, avoiding permanent standing privileges.

What should I do if I get this SY0-701 question wrong?

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Are there clue words in this question I should notice?

Yes — watch for: "best". Signals that multiple options may be partially correct. Choose the option that most directly solves the exact problem described, not the one that sounds most complete.

What is the key concept behind this question?

Read the scenario before looking for a memorised answer.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Last reviewed: Jun 11, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

This SY0-701 practice question is part of Courseiva's free CompTIA certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the SY0-701 exam.