Question 26 of 1,152
Security ArchitectureeasyMultiple SelectObjective-mapped

Quick Answer

The answer is to grant time-limited or just-in-time elevation only when the task is approved. This is correct because Privileged Access Management (PAM) solutions enforce just-in-time privileged access management, allowing the help desk to obtain temporary admin rights precisely when needed for incident response, rather than holding standing administrator rights that create a persistent security risk. On the Security+ SY0-701 exam, this concept tests your understanding of access control models and the principle of least privilege, often appearing in scenario-based questions where a team needs elevated permissions without permanent exposure. A common trap is selecting “permanent group membership” or “password vaulting without time limits,” which fail to eliminate standing rights. Memory tip: think “JIT PAM” — Just In Time Privileged Access Management — like a temporary badge that expires as soon as the task is done.

SY0-701 Security Architecture Practice Question

This SY0-701 practice question tests your understanding of security architecture. Read the scenario carefully and evaluate each option against the stated constraints before committing to an answer. 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.

A help desk team needs to reset passwords on servers during incidents, but they should not keep standing administrator rights all day. Which two controls best support this requirement? Select two.

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 1easymulti select
Full question →

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

Use privileged access management (PAM) to control and audit elevated access.

Privileged Access Management (PAM) solutions enforce just-in-time (JIT) elevation, time-bound access, and session auditing. This allows the help desk team to obtain administrator rights only when needed for incident response, eliminating the need for standing admin rights while maintaining full audit trails.

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.

  • Use privileged access management (PAM) to control and audit elevated access.

    Why this is correct

    PAM is designed for elevated accounts and privileged actions. It helps approve, track, and audit special access instead of leaving high privilege available all the time.

    Clue confirmation

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

    Related concept

    Read the scenario before looking for a memorised answer.

  • Grant time-limited or just-in-time elevation only when the task is approved.

    Why this is correct

    Temporary elevation reduces the window of opportunity for misuse. If the help desk only receives elevated rights when needed, the environment remains closer to least privilege.

    Clue confirmation

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

    Related concept

    Read the scenario before looking for a memorised answer.

  • Share one permanent domain administrator account with the whole team.

    Why it's wrong here

    Shared permanent admin credentials are difficult to track and easy to misuse. They defeat accountability and are not aligned with least privilege.

  • Use a regular user account and disable all authentication logging.

    Why it's wrong here

    A standard user account does not provide the necessary privileged access, and disabling logs removes accountability. Neither choice supports secure privileged operations.

  • Give every help desk user full access all the time so work is faster.

    Why it's wrong here

    Permanent broad access increases risk and is not necessary for a task that is only needed occasionally. Secure architecture limits access to what is needed and when it is needed.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates may think sharing a single domain admin account is efficient for a team, but CompTIA tests that this violates auditability and the principle of least privilege, making it the opposite of what the scenario requires.

Detailed technical explanation

How to think about this question

PAM solutions like CyberArk or Microsoft Identity Manager typically integrate with Active Directory to broker elevated access via temporary group membership or time-limited credential vaulting. Under the hood, they often use Kerberos delegation or scheduled scripts to add/remove users from privileged groups, with all elevation events logged to SIEM via syslog or Windows Event ID 4732/4733 for group membership changes.

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 SOC analyst notices unusual lateral movement in the network at 2 AM. The IR playbook dictates: identify and contain (isolate the affected machine), then eradicate (remove the malware), then recover (restore from backup), then document. Skipping containment before eradication risks the attacker regaining access. Questions like this test the sequence and rationale of incident response phases.

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?

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

What is the correct answer to this question?

The correct answer is: Use privileged access management (PAM) to control and audit elevated access. — Privileged Access Management (PAM) solutions enforce just-in-time (JIT) elevation, time-bound access, and session auditing. This allows the help desk team to obtain administrator rights only when needed for incident response, eliminating the need for standing admin rights while maintaining full audit trails.

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

Same concept, more angles

1 more ways this is tested on SY0-701

These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.

Variation 1. A Linux operations team has a standing need to restart services and edit protected configuration files on production servers, but administrators should not keep root privileges all day. Every elevation must be approved through a ticket and logged centrally. Which solution best meets this requirement?

hard
  • A.Create one shared root password and rotate it weekly
  • B.Use privileged access management with just-in-time elevation and session logging
  • C.Assign each administrator the server local administrator role permanently
  • D.Use single sign-on so administrators only authenticate once each morning

Why B: Privileged Access Management (PAM) with just-in-time (JIT) elevation and session logging meets the requirement because it grants temporary, request-based root privileges that are automatically revoked after the task, and it centrally logs all commands executed during the elevated session. This ensures every elevation is approved via a ticket and auditable, without administrators retaining permanent root access.

Keep practising

More SY0-701 practice questions

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.