- A
Share the Purchasing Manager's account credentials with the user
Why wrong: Credential sharing violates security policy and audit trails.
- B
Temporarily assign the 'Purchasing Approver' role to the user with an expiration date
This grants needed access for a limited time, maintaining least privilege.
- C
Modify the 'Accounts Payable' role to include purchase order approval permissions
Why wrong: This permanently expands the role's privileges, violating least privilege.
- D
Create a new role with the exact permissions needed and assign it to the user
Why wrong: Unnecessary administrative overhead; temporary assignment is more efficient.
Quick Answer
The correct answer is to temporarily assign the 'Purchasing Approver' role to the user with an expiration date. This is the best approach because it directly implements a temporary RBAC role assignment, granting only the specific permissions needed for purchase order approval while strictly adhering to the principle of least privilege. By setting an expiration date, the elevated access is automatically revoked when the Purchasing Manager returns, preserving RBAC integrity without permanently altering role definitions or resorting to credential sharing. On the CISSP exam, this scenario tests your understanding of temporary role assignment as a core access control mechanism within the Identity and Access Management domain—a common trap is choosing to modify the user’s existing role or add a permanent role, which violates least privilege. Remember the mnemonic T.R.A.P.: Temporary Role Assignment with an expiration date Prevents privilege creep.
CISSP Identity and Access Management Practice Question
This CISSP practice question tests your understanding of identity and access management. 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.
A company uses Role-Based Access Control (RBAC) for its ERP system. A user in the 'Accounts Payable' role needs to temporarily approve purchase orders up to $10,000 while the 'Purchasing Manager' is on leave. What is the BEST way to grant this access?
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.
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
Temporarily assign the 'Purchasing Approver' role to the user with an expiration date
Option B is correct because it follows the principle of least privilege by temporarily assigning the 'Purchasing Approver' role to the user with an expiration date, ensuring that the elevated permissions are automatically revoked after the leave period. This approach maintains RBAC integrity without permanently altering role definitions or sharing credentials.
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.
- ✗
Share the Purchasing Manager's account credentials with the user
Why it's wrong here
Credential sharing violates security policy and audit trails.
- ✓
Temporarily assign the 'Purchasing Approver' role to the user with an expiration date
Why this is correct
This grants needed access for a limited time, maintaining 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.
- ✗
Modify the 'Accounts Payable' role to include purchase order approval permissions
Why it's wrong here
This permanently expands the role's privileges, violating least privilege.
- ✗
Create a new role with the exact permissions needed and assign it to the user
Why it's wrong here
Unnecessary administrative overhead; temporary assignment is more efficient.
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is that candidates often choose Option D (creating a new role) because they think it follows least privilege, but they overlook that RBAC best practice is to reuse existing roles with temporary assignments rather than proliferating roles, which violates role-mining principles and adds administrative overhead.
Detailed technical explanation
How to think about this question
In RBAC, role assignment with temporal constraints (e.g., using a time-bound attribute in an LDAP directory or a cloud IAM policy with an expiration timestamp) allows fine-grained access control without permanent role modification. This approach aligns with NIST SP 800-53 AC-2(3) for account management with time limits, and in practice, systems like Azure AD or AWS IAM support role assignments with a 'notAfter' attribute to enforce automatic revocation.
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.
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.
- →
Identity and Access Management — study guide chapter
Learn the concepts, then practise the questions
- →
Identity and Access Management practice questions
Targeted practice on this topic area only
- →
All CISSP questions
529 questions across all exam domains
- →
Certified Information Systems Security Professional CISSP study guide
Full concept coverage aligned to exam objectives
- →
CISSP practice test guide
How to use practice tests most effectively before exam day
Related practice questions
Related CISSP practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
Software Development Security practice questions
Practise CISSP questions linked to Software Development Security.
Security Assessment and Testing practice questions
Practise CISSP questions linked to Security Assessment and Testing.
Identity and Access Management practice questions
Practise CISSP questions linked to Identity and Access Management.
Security and Risk Management practice questions
Practise CISSP questions linked to Security and Risk Management.
Security Architecture and Engineering practice questions
Practise CISSP questions linked to Security Architecture and Engineering.
Communication and Network Security practice questions
Practise CISSP questions linked to Communication and Network Security.
Asset Security practice questions
Practise CISSP questions linked to Asset Security.
Security Operations practice questions
Practise CISSP questions linked to Security Operations.
CISSP fundamentals practice questions
Practise CISSP questions linked to CISSP fundamentals.
CISSP scenario practice questions
Practise CISSP questions linked to CISSP scenario.
CISSP troubleshooting practice questions
Practise CISSP questions linked to CISSP troubleshooting.
Practice this exam
Start a free CISSP 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 CISSP question test?
Identity and Access Management — This question tests Identity and Access Management — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: Temporarily assign the 'Purchasing Approver' role to the user with an expiration date — Option B is correct because it follows the principle of least privilege by temporarily assigning the 'Purchasing Approver' role to the user with an expiration date, ensuring that the elevated permissions are automatically revoked after the leave period. This approach maintains RBAC integrity without permanently altering role definitions or sharing credentials.
What should I do if I get this CISSP 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 →
Last reviewed: Jun 11, 2026
This CISSP practice question is part of Courseiva's free ISC2 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 CISSP 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.