Courseiva
easyMultiple ChoiceObjective-mapped

SSCP Practice Question: Refer to the exhibit

Exhibit

Refer to the exhibit.

```json
{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Effect": "Allow",
      "Principal": "*",
      "Action": "s3:GetObject",
      "Resource": "arn:aws:s3:::company-public/*"
    },
    {
      "Effect": "Deny",
      "Principal": "*",
      "Action": "s3:*",
      "Resource": "arn:aws:s3:::company-private/*"
    }
  ]
}
```

Refer to the exhibit. An AWS S3 bucket policy is defined as shown. Which statement about this policy is TRUE?

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

Any user can read objects in the company-public bucket

The policy includes an Allow statement that grants the s3:GetObject action to principal "*" on the company-public bucket, making objects publicly readable. The Deny statement only applies to the company-private bucket, not to company-public. Therefore, any user can read objects in company-public. Option A is incorrect because the policy does make the company-public bucket objects publicly accessible. Option B is incorrect because the Deny statement only denies access to company-private, not all access to both buckets. Option D is incorrect because the policy specifies resource ARNs for particular buckets, not all buckets.

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 company-public bucket objects are completely private

    Why it's wrong here

    The first statement allows public read access.

  • The Deny statement prevents all access to both buckets

    Why it's wrong here

    Deny only applies to company-private bucket; company-public is allowed.

  • Any user can read objects in the company-public bucket

    Why this is correct

    Principal '*' and Action 's3:GetObject' allows public read access.

  • The policy applies to all buckets in the account

    Why it's wrong here

    The Resource specifies only two buckets.

Quick reference

AWS S3 Storage Class Comparison

Storage ClassMin DurationRetrievalUse Case
S3 StandardNoneImmediateFrequently accessed data
S3 Standard-IA30 daysImmediateInfrequent access, rapid retrieval
S3 One Zone-IA30 daysImmediateNon-critical infrequent data
S3 Intelligent-TieringNoneImmediate–hoursUnknown or changing access patterns
S3 Glacier Instant90 daysMillisecondsArchive with instant retrieval
S3 Glacier Flexible90 daysMinutes–hoursArchive, flexible retrieval
S3 Glacier Deep Archive180 daysHoursLong-term compliance archive

About these practice questions

This SSCP question is part of Courseiva's 920-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This SSCP 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 SSCP exam.