The answer is to map entitlements to IdP groups or roles based on job function, and to automate provisioning and deprovisioning via SCIM. This closes the lifecycle gap because SCIM (System for Cross-domain Identity Management) ties account lifecycle management directly to HR events like a department transfer, instantly removing or modifying access to SaaS applications instead of relying on a manual cleanup ticket. On the Security+ SY0-701 exam, this tests your understanding of identity and access management (IAM) automation, often appearing in questions about preventing privilege creep and orphaned accounts. A common trap is choosing manual role reviews or periodic audits, which still leave a window for stale access; the key is real-time, event-driven deprovisioning. Memory tip: think “SCIM syncs, tickets trickle”—automation beats manual cleanup every time.
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
IAM review notes:
- HR updates job changes in the HR system
- SaaS apps maintain separate local accounts
- Deprovisioning is manual and often delayed
- Users keep permissions from their previous role
After employees transfer departments, they keep access to old SaaS applications because app-specific accounts are removed only after a manual cleanup ticket. Which two changes best close the lifecycle gap? 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.
IAM review notes:
- HR updates job changes in the HR system
- SaaS apps maintain separate local accounts
- Deprovisioning is manual and often delayed
- Users keep permissions from their previous role
A
Use automated provisioning and deprovisioning tied to HR events through SCIM or an equivalent interface.
Automated lifecycle integration reduces delay and human error when employees change roles or leave. When HR events drive account updates, access can be removed or adjusted promptly across connected applications.
B
Keep app accounts manually managed so each app owner can decide independently.
Why wrong: Manual management is slower and often leaves orphaned accounts behind. It also creates inconsistent deprovisioning across applications, which is exactly the problem in the scenario.
C
Map entitlements to IdP groups or roles based on job function.
Role-based group mapping makes access easier to update when a person changes jobs. Changing group membership in the IdP can update many downstream permissions at once instead of editing each app separately.
D
Share a generic help desk password for quick access restoration.
Why wrong: Shared credentials destroy accountability and make it impossible to tell who performed a change. They also do not solve the access-lifecycle problem; they only create another risky access path.
E
Require password changes every 30 days for all users.
Why wrong: Password resets do not remove outdated application entitlements or inactive accounts. A user can still keep inappropriate access even after changing a password, so the lifecycle gap remains.
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Use automated provisioning and deprovisioning tied to HR events through SCIM or an equivalent interface.
Option A is correct because automating provisioning and deprovisioning via SCIM (System for Cross-domain Identity Management) ties account lifecycle directly to HR events (e.g., termination, transfer). This eliminates the manual cleanup ticket gap by instantly removing or modifying access when an employee changes departments, ensuring no stale SaaS accounts remain.
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 automated provisioning and deprovisioning tied to HR events through SCIM or an equivalent interface.
Why this is correct
Automated lifecycle integration reduces delay and human error when employees change roles or leave. When HR events drive account updates, access can be removed or adjusted promptly across connected applications.
Clue confirmation
The clue word "best" in the question point toward this answer.
Related concept
Read the scenario before looking for a memorised answer.
✗
Keep app accounts manually managed so each app owner can decide independently.
Why it's wrong here
Manual management is slower and often leaves orphaned accounts behind. It also creates inconsistent deprovisioning across applications, which is exactly the problem in the scenario.
✓
Map entitlements to IdP groups or roles based on job function.
Why this is correct
Role-based group mapping makes access easier to update when a person changes jobs. Changing group membership in the IdP can update many downstream permissions at once instead of editing each app separately.
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 a generic help desk password for quick access restoration.
Why it's wrong here
Shared credentials destroy accountability and make it impossible to tell who performed a change. They also do not solve the access-lifecycle problem; they only create another risky access path.
✗
Require password changes every 30 days for all users.
Why it's wrong here
Password resets do not remove outdated application entitlements or inactive accounts. A user can still keep inappropriate access even after changing a password, so the lifecycle gap remains.
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is that candidates confuse password policies (Option E) with account lifecycle management, failing to recognize that frequent password changes do not remove orphaned accounts or close the provisioning gap.
Trap categories for this question
Scenario analysis trap
Manual management is slower and often leaves orphaned accounts behind. It also creates inconsistent deprovisioning across applications, which is exactly the problem in the scenario.
Detailed technical explanation
How to think about this question
SCIM 2.0 (RFC 7644) defines a RESTful API schema for automating identity data exchange between an IdP and SaaS applications. When an HR system triggers a 'terminate' event, the IdP sends a PATCH or DELETE request to the SCIM endpoint, removing the user’s account in near real-time. In a real-world scenario, without SCIM, a transferred employee might retain access to a legacy CRM for months, leading to data leakage or compliance violations.
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: Use automated provisioning and deprovisioning tied to HR events through SCIM or an equivalent interface. — Option A is correct because automating provisioning and deprovisioning via SCIM (System for Cross-domain Identity Management) ties account lifecycle directly to HR events (e.g., termination, transfer). This eliminates the manual cleanup ticket gap by instantly removing or modifying access when an employee changes departments, ensuring no stale SaaS accounts remain.
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 →
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.