mediumMultiple ChoiceObjective-mapped
CCSP Anonymous Access Practice Question
Exhibit
Refer to the exhibit.
```
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Principal": "*",
"Action": "s3:GetObject",
"Resource": "arn:aws:s3:::mybucket/*"
}
]
}
```A company uses this access policy on a cloud storage container containing logs with personally identifiable information (PII). What is the most immediate compliance risk?
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
✓
Anonymous users can read PII
The policy allows anonymous read access to all objects in the storage container, exposing PII. Unencrypted logs are a secondary concern; access logging missing is not the risk; integrity is not directly threatened.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Data integrity may be compromised
Why it's wrong here
Policy grants read, not write.
- ✗
Data is not encrypted at rest
Why it's wrong here
Encryption not addressed in policy.
- ✓
Anonymous users can read PII
Why this is correct
Public access enabled, violates data protection laws.
- ✗
Access logging is not enabled
Why it's wrong here
Logging is important but not the immediate risk.
Go deeper
Related to this question
About these practice questions
Courseiva writes every CCSP question from scratch — 964 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This CCSP 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 CCSP exam.