Courseiva
Data Operations and SupporthardMultiple ChoiceObjective-mapped

DEA-C01 Data Operations and Support Practice Question

Network Topology
aws logs describe-log-streamslog-group-name "/aws/glue/jobs"order-by LastEventTimedescendinglimit 1Refer to the exhibit.```"logStreams": ["logStreamName": "error-stream-2024-03-15-10-30","creationTime": 1710491400000,"firstEventTimestamp": 1710491405000,"lastEventTimestamp": 1710491420000,"lastIngestionTime": 1710491430000,"uploadSequenceToken": "495...","arn": "arn:aws:logs:us-east-1:123456789012:log-group:/aws/glue/jobs:log-stream:error-stream-2024-03-15-10-30","storedBytes": 0

A data engineer is investigating a failed AWS Glue job. The engineer runs the CLI command shown in the exhibit to retrieve the latest log stream. The output shows storedBytes: 0. What does this indicate?

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 Glue job failed before writing any log events to CloudWatch.

StoredBytes: 0 means no log events were stored, likely because the job failed before writing any logs or logging was not enabled. Option A is wrong because logs are not expired; they were never written. Option B is wrong because the stream exists. Option D is wrong because the command retrieved the latest stream.

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 log stream is from a different Glue job.

    Why it's wrong here

    The command retrieved the latest stream for the given log group.

  • The log stream is empty because the job is still running.

    Why it's wrong here

    The job has finished; if still running, storedBytes might be >0.

  • The Glue job failed before writing any log events to CloudWatch.

    Why this is correct

    No logs were written, indicating early failure or logging misconfiguration.

  • The log stream has been expired and deleted.

    Why it's wrong here

    The stream exists, but no bytes stored.

About these practice questions

Courseiva writes every DEA-C01 question from scratch — 1,711 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 →

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.