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
File access requirement
Rules:
- Users may open documents only if Department matches the file owner department
- Contractors may access only files tagged Project=Orion and Clearance=Internal
- Managers may access files for employees in their own business unit
- Access decisions must consider user attributes and file tags at request time
Based on the exhibit, which access model best fits the business requirement without creating many custom roles?
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.
File access requirement
Rules:
- Users may open documents only if Department matches the file owner department
- Contractors may access only files tagged Project=Orion and Clearance=Internal
- Managers may access files for employees in their own business unit
- Access decisions must consider user attributes and file tags at request time
A
RBAC, because every user can be placed into a fixed role that never changes.
Why wrong: Fixed roles can work for simple cases, but this requirement depends on changing attributes like department, clearance, and file tags.
B
ABAC, because access can be evaluated using user, resource, and environment attributes together.
The exhibit requires decisions based on attributes such as department, clearance, project tags, and business unit. ABAC is built for that kind of dynamic rule set and avoids creating a separate role for every possible combination.
C
DAC, because each file owner can decide access individually without any central rule engine.
Why wrong: Discretionary access control gives too much control to individual owners and does not match the need for consistent, attribute-based rules.
D
MAC, because users should manually grant access to themselves when needed.
Why wrong: Mandatory access control relies on centrally defined labels, but the exhibit specifically emphasizes flexible attribute checks for users and files at request time.
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
ABAC, because access can be evaluated using user, resource, and environment attributes together.
B is correct because Attribute-Based Access Control (ABAC) evaluates multiple attributes (user, resource, environment) to dynamically determine access, which fits a business requirement that needs flexible, context-aware permissions without creating many custom roles. Unlike RBAC, ABAC avoids role explosion by using policies that combine attributes, making it ideal for environments where access decisions depend on factors like time, location, or data sensitivity.
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.
✗
RBAC, because every user can be placed into a fixed role that never changes.
Why it's wrong here
Fixed roles can work for simple cases, but this requirement depends on changing attributes like department, clearance, and file tags.
✓
ABAC, because access can be evaluated using user, resource, and environment attributes together.
Why this is correct
The exhibit requires decisions based on attributes such as department, clearance, project tags, and business unit. ABAC is built for that kind of dynamic rule set and avoids creating a separate role for every possible combination.
Clue confirmation
The clue word "best" in the question point toward this answer.
Related concept
Read the scenario before looking for a memorised answer.
✗
DAC, because each file owner can decide access individually without any central rule engine.
Why it's wrong here
Discretionary access control gives too much control to individual owners and does not match the need for consistent, attribute-based rules.
✗
MAC, because users should manually grant access to themselves when needed.
Why it's wrong here
Mandatory access control relies on centrally defined labels, but the exhibit specifically emphasizes flexible attribute checks for users and files at request time.
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is that candidates often default to RBAC as the simplest model, but the question explicitly requires avoiding many custom roles, which RBAC would necessitate if the business needs are complex or dynamic, whereas ABAC provides attribute-based flexibility without role explosion.
Detailed technical explanation
How to think about this question
ABAC uses a policy engine that evaluates rules based on subject, object, and environment attributes (e.g., user department, document classification, time of day) against a set of policies defined in XACML or similar frameworks. Under the hood, ABAC policies are often expressed as Boolean logic (e.g., 'allow if user.role == manager AND resource.sensitivity == low AND environment.time >= 09:00'), enabling fine-grained control without role proliferation. In real-world scenarios, ABAC is used in cloud IAM systems (e.g., AWS IAM policies with condition keys) to enforce access based on IP address, MFA status, or resource tags.
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: ABAC, because access can be evaluated using user, resource, and environment attributes together. — B is correct because Attribute-Based Access Control (ABAC) evaluates multiple attributes (user, resource, environment) to dynamically determine access, which fits a business requirement that needs flexible, context-aware permissions without creating many custom roles. Unlike RBAC, ABAC avoids role explosion by using policies that combine attributes, making it ideal for environments where access decisions depend on factors like time, location, or data sensitivity.
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.