Question 744 of 1,013
SY0-701 Security Architecture Practice Question
A legacy finance application cannot yet support multifactor authentication. The security team still wants administrators to use separate privileged accounts, receive elevated access only when a ticket is approved, and have those privileges removed automatically after the maintenance window ends. Which solution best fits?
⚠ Common exam trap
Many candidates confuse federation (SSO) with privileged access management, thinking that a single sign-on solution can enforce time-bound elevation, when in fact federation only centralizes authentication and does not manage granular, time-limited privilege escalation.
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 with separate admin accounts and time-bound elevation approvals.
Privileged Access Management (PAM) solutions are specifically designed to enforce just-in-time (JIT) privileged access. They allow administrators to request time-bound elevation of rights for a specific maintenance window, with automatic revocation after the window expires. This directly meets the requirements of separate privileged accounts, ticket-based approval, and automatic removal of privileges, even when the legacy application itself cannot support MFA.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Create one shared administrator account and rotate its password every week.
Why it's wrong here
Sharing one administrator account across multiple admins destroys individual accountability because all actions trace to a generic identity, making non-repudiation impossible. Even weekly password rotation leaves the account with permanent elevated rights, and there is no time-bound approval step to control when administrative access is used. This configuration increases the risk of credential theft, insider misuse, and unauthorized changes, while providing no just-in-time elevation or audit trail linking a specific person to a specific action.
- ✗
Assign permanent administrator rights through role-based access control and rely on audit logs afterward.
Why it's wrong here
Permanently assigning admin rights via RBAC creates standing privilege that remains active even when no administrative task is being performed, enlarging the attack surface and blast radius if the account is compromised. Audit logs are detective controls that only record activity after the fact; they do not proactively prevent an attacker from using those rights or enforce least privilege. Without time-bound elevation or approval workflows, this fails to meet the requirement for temporary privileged access that reduces exposure.
- ✓
Use privileged access management with separate admin accounts and time-bound elevation approvals.
Why this is correct
Privileged access management is designed for this situation. Separate admin accounts preserve accountability, while time-bound elevation reduces standing privilege and limits exposure when the elevated rights are not needed. Approval workflows also support operational control and can be tied to maintenance tickets for traceability.
- ✗
Move the application behind a federation service so all users can sign in with a single password.
Why it's wrong here
Placing the application behind a federation service using SSO, such as SAML or OIDC, improves authentication convenience but does not address authorization granularity or privileged access lifecycle. It still relies on the user's existing account permissions, so there is no separate admin account, no time-limited elevation, and no approval step for sensitive actions. Moreover, a single shared password across federated identities introduces a broader password-related risk and completely bypasses the intended purpose of just-in-time administrative elevation.
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 →
Last reviewed: Jun 11, 2026
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.
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.
Sign in to join the discussion.