Courseiva
Data Store ManagementmediumMultiple ChoiceObjective-mapped

DEA-C01 Data Store Management Practice Question

Network Topology
$ aws s3api head-objectbucket my-data-lakekey logs/2023/01/01/app.logRefer to the exhibit."LastModified": "2023-01-02T00:00:00Z","ContentLength": 1048576,"ETag": "\"abc123def456\"","VersionId": "null","ContentType": "application/octet-stream","Metadata": {"x-amz-meta-original-timestamp": "2023-01-01T12:00:00Z"},"StorageClass": "STANDARD_IA","Restore": "ongoing-request="false""

A data engineer runs the above AWS CLI command and receives the output. The object is part of an S3 Lifecycle policy that transitions objects to Glacier Instant Retrieval after 30 days. The object was created on January 1, 2023. Why is the object still in STANDARD_IA storage class?

⚠ Common exam trap

Test-takers frequently assume the object's current storage class (STANDARD_IA) means the 30-day transition to Glacier Instant Retrieval has already failed or been misconfigured, when in fact the object simply hasn't aged enough yet.

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

The object has not reached the transition age of 30 days yet

The S3 Lifecycle rule transitions objects to Glacier Instant Retrieval after 30 days, but the object was created on January 1, 2023, and the current date (implied by the command output) is before January 31, 2023. The transition age is calculated from the object's LastModified date, not from any other timestamp, and the object must be at least 30 days old before S3 applies the transition. Since the object is only 20 days old (as of January 21, 2023, based on the output showing STANDARD_IA), it has not yet met the 30-day threshold.

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 Lifecycle policy has a filter that excludes this object's prefix

    Why it's wrong here

    The command shows the object is in the logs/ prefix, which is likely included.

  • Versioning is enabled and the current version is not the oldest

    Why it's wrong here

    VersionId is null, so versioning is not enabled.

  • The object has not reached the transition age of 30 days yet

    Why this is correct

    The LastModified is Jan 2, so as of Jan 3, it is only 1 day old.

  • The metadata timestamp is used for lifecycle transitions instead of LastModified

    Why it's wrong here

    Lifecycle policies use the object's LastModified date, not custom metadata.

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

One of 1,711 original DEA-C01 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. 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 DEA-C01 practice question is part of Courseiva's free Amazon Web Services 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 DEA-C01 exam.