SY0-701 General Security Concepts Practice Question
This SY0-701 practice question tests your understanding of general security concepts. 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.
Exhibit
Access request:
Requester: helpdesk_27
Task: reset one user's MFA enrollment and unlock one locked account
Current access:
- Helpdesk_ReadOnly: view user details only
- Helpdesk_Admin: unlock accounts and reset MFA for assigned tickets
- Domain_Admin: full server and directory administration
Proposal:
- Add helpdesk_27 to Domain_Admin for 7 days so the ticket can be completed quickly.
Based on the exhibit, which access change best follows least privilege while still allowing the help desk to complete the task?
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.
Clue: "least"
Why it matters: You want the option with minimum overhead, fewest steps, or lowest impact — not the most feature-rich or comprehensive answer.
Access request:
Requester: helpdesk_27
Task: reset one user's MFA enrollment and unlock one locked account
Current access:
- Helpdesk_ReadOnly: view user details only
- Helpdesk_Admin: unlock accounts and reset MFA for assigned tickets
- Domain_Admin: full server and directory administration
Proposal:
- Add helpdesk_27 to Domain_Admin for 7 days so the ticket can be completed quickly.
A
Add helpdesk_27 to Domain_Admin for seven days, since the request is urgent and time-limited.
Why wrong: This is far broader access than the task requires. Domain administration would let the technician change far more than one account and one MFA token, which increases risk significantly. A time limit helps a little, but it still violates least privilege because the permissions are excessive for the work being performed.
B
Use a shared administrator password so the technician can finish the ticket without changing group memberships.
Why wrong: Shared credentials remove accountability and make it impossible to attribute actions to a specific person. They also create a much larger blast radius if the password is exposed. This option is operationally convenient, but it is one of the least secure ways to grant access and does not follow least privilege.
C
Grant helpdesk_27 the Helpdesk_Admin role for the ticket and remove it after completion.
Granting the narrower Helpdesk_Admin role is the best least-privilege choice because it gives the technician only the permissions needed to unlock the account and reset MFA. The role is specific to the job function and can be removed after the ticket is complete. That limits exposure while still allowing the work to be finished efficiently.
D
Ask the user's manager to perform the reset manually so the help desk does not need additional access.
Why wrong: This avoids granting permissions, but it is not the most practical or secure operational answer because it shifts work to someone who may not have the right tools or training. Least privilege is about giving the correct limited access to the right role, not simply avoiding access requests altogether. The help desk role already exists for this purpose.
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Grant helpdesk_27 the Helpdesk_Admin role for the ticket and remove it after completion.
Option C is correct because it implements Role-Based Access Control (RBAC) by granting the help desk technician a temporary, ticket-specific role (Helpdesk_Admin) that provides just enough privileges to perform the password reset without granting broader administrative rights. This follows the principle of least privilege by limiting the elevated access to the exact scope and duration needed, and the role can be automatically revoked after the ticket is closed, minimizing the attack surface.
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.
✗
Add helpdesk_27 to Domain_Admin for seven days, since the request is urgent and time-limited.
Why it's wrong here
This is far broader access than the task requires. Domain administration would let the technician change far more than one account and one MFA token, which increases risk significantly. A time limit helps a little, but it still violates least privilege because the permissions are excessive for the work being performed.
✗
Use a shared administrator password so the technician can finish the ticket without changing group memberships.
Why it's wrong here
Shared credentials remove accountability and make it impossible to attribute actions to a specific person. They also create a much larger blast radius if the password is exposed. This option is operationally convenient, but it is one of the least secure ways to grant access and does not follow least privilege.
✓
Grant helpdesk_27 the Helpdesk_Admin role for the ticket and remove it after completion.
Why this is correct
Granting the narrower Helpdesk_Admin role is the best least-privilege choice because it gives the technician only the permissions needed to unlock the account and reset MFA. The role is specific to the job function and can be removed after the ticket is complete. That limits exposure while still allowing the work to be finished efficiently.
Clue confirmation
The clue words "best", "least" in the question point toward this answer.
Related concept
Read the scenario before looking for a memorised answer.
✗
Ask the user's manager to perform the reset manually so the help desk does not need additional access.
Why it's wrong here
This avoids granting permissions, but it is not the most practical or secure operational answer because it shifts work to someone who may not have the right tools or training. Least privilege is about giving the correct limited access to the right role, not simply avoiding access requests altogether. The help desk role already exists for this purpose.
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is that candidates may choose Option A because it appears to limit the duration of elevated access, but they overlook that Domain_Admin membership provides far more privileges than needed for a single password reset, violating the core principle of least privilege.
Detailed technical explanation
How to think about this question
In Active Directory environments, Role-Based Access Control (RBAC) can be implemented using built-in security groups or custom roles via tools like Active Directory Administrative Center or PowerShell. For a ticket-specific temporary role, a common approach is to use a script that adds the user to a group with delegated permissions (e.g., 'Reset Password' on specific OUs) and then removes the group membership after a set time or upon ticket closure. This ensures that the technician only has the necessary permissions for the specific task and that the elevated access is automatically revoked, reducing the risk of privilege creep or misuse.
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.
Related glossary terms
Concepts from this question explained
These glossary pages explain the core terms tested in this SY0-701 question in full detail.
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: Grant helpdesk_27 the Helpdesk_Admin role for the ticket and remove it after completion. — Option C is correct because it implements Role-Based Access Control (RBAC) by granting the help desk technician a temporary, ticket-specific role (Helpdesk_Admin) that provides just enough privileges to perform the password reset without granting broader administrative rights. This follows the principle of least privilege by limiting the elevated access to the exact scope and duration needed, and the role can be automatically revoked after the ticket is closed, minimizing the attack surface.
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", "least". 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 →
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.
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.