The answer is public access to the public-bucket with no restrictions, as this represents the most significant risk exposure in cloud storage. When a bucket is configured for unrestricted public access, anyone on the internet can read, write, or delete objects without any authentication or authorization controls, directly violating the principle of least privilege and exposing sensitive data to potential breaches or loss. On the CRISC exam, this scenario tests your ability to prioritize risks by impact rather than likelihood—a common trap is focusing on encryption or logging issues, but unrestricted access is the gravest because it removes all barriers to data compromise. Remember that in risk management, the absence of access controls always outweighs other vulnerabilities. Memory tip: think of an unlocked bank vault door—no matter how good the alarm system is, the open door is the biggest risk.
CRISC IT Risk Assessment Practice Question
This CRISC practice question tests your understanding of it risk assessment. 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.
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Public access to the public-bucket with no restrictions
Option C is correct because public access to the public-bucket with no restrictions means that anyone on the internet can read, write, or delete objects in that bucket. This is the most significant risk exposure because it directly exposes data to unauthorized users without any authentication or authorization controls, violating the principle of least privilege and potentially leading to data breaches or data loss.
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.
✗
The policy does not include deny statements, so all access is allowed
Why it's wrong here
By default, IAM policies are allow-based; deny statements are not required for security.
✗
The AdminRole can access both buckets
Why it's wrong here
AdminRole only has access to confidential-bucket per the policy.
✓
Public access to the public-bucket with no restrictions
Why this is correct
Anyone (Principal: *) can get objects from the public-bucket, posing a data leakage risk.
Related concept
Read the scenario before looking for a memorised answer.
✗
The anonymous access to the confidential-bucket
Why it's wrong here
Confidential-bucket is restricted by principal and IP, so no anonymous access.
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is that candidates may focus on the absence of deny statements (Option A) or the presence of admin access (Option B) as the primary risk, but the most significant exposure is the unrestricted public access to the public-bucket, which directly violates data confidentiality.
Detailed technical explanation
How to think about this question
In AWS S3, bucket policies are evaluated using a deny-by-default model where an explicit deny overrides any allow. The public-bucket policy likely includes a statement allowing public access (e.g., `"Effect": "Allow", "Principal": "*"`), which combined with the bucket's public access block settings being disabled, results in unrestricted public access. This is a common misconfiguration that can lead to data exposure, as seen in numerous real-world breaches where sensitive data was left publicly accessible.
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 administrator must allow nursing staff to reach a patient records server while blocking access from the guest Wi-Fi VLAN. After applying an extended ACL, traffic is still blocked from nursing workstations. The ACL was applied outbound instead of inbound on the wrong interface. Questions like this test ACL direction and placement rules.
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.
IT Risk Assessment — This question tests IT Risk Assessment — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: Public access to the public-bucket with no restrictions — Option C is correct because public access to the public-bucket with no restrictions means that anyone on the internet can read, write, or delete objects in that bucket. This is the most significant risk exposure because it directly exposes data to unauthorized users without any authentication or authorization controls, violating the principle of least privilege and potentially leading to data breaches or data loss.
What should I do if I get this CRISC question wrong?
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
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 CRISC practice question is part of Courseiva's free ISACA 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 CRISC 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.