Courseiva
Data Operations and SupporthardMultiple ChoiceObjective-mapped

DEA-C01 Data Operations and Support Practice Question

A company has an S3 data lake with millions of objects. A data engineer needs to provide a daily report of objects that are not accessed for 90 days. The engineer must minimize cost and impact on performance. Which approach should be used?

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

Use S3 Storage Lens to generate a dashboard of object age and last access

S3 Storage Lens provides cost-effective analytics including last access date and object age, enabling identification of objects not accessed for 90 days without scanning all objects or incurring high costs. Option A is less suitable because S3 Inventory creates daily lists but requires additional Athena queries, adding complexity and cost. Option B is incorrect because S3 Select is designed for querying object content, not metadata; applying it to millions of objects would be highly inefficient and costly. Option C is incorrect because analyzing S3 server access logs would involve storing and querying large volumes of log data, which is costly and impacts performance, and it logs all requests rather than providing a direct last access timestamp.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Enable S3 Inventory and query with Athena

    Why it's wrong here

    S3 Inventory fails this scenario because it provides object metadata like size and storage class, but crucially, it does not include last accessed timestamps or access patterns, which are essential to identify objects not accessed for 90 days. While querying S3 Inventory with Athena is cost-effective for analysing object metadata at scale, it cannot fulfil the requirement for access-based reporting. This approach is suitable for auditing object properties or managing storage tiers based on non-access related attributes.

  • Use S3 Select on each object to check last access metadata

    Why it's wrong here

    S3 Select is used for querying object content (e.g., CSV, JSON fields), not for checking metadata like last access time. This approach does not address the requirement.

  • Analyze S3 server access logs to find objects not accessed

    Why it's wrong here

    S3 Server Access Logs record all requests, but analyzing them to find objects not accessed in 90 days requires processing large volumes of logs, which is costly and has performance overhead.

  • Use S3 Storage Lens to generate a dashboard of object age and last access

    Why this is correct

    S3 Storage Lens provides a dashboard with free metrics such as 'Object Age' and 'Last Access Date', making it the most cost-effective and performant option for this use case.

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 DEA-C01 question is part of Courseiva's 1,711-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 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.