DEA-C01 Data Operations and Support Practice Question
Exhibit
2024-05-10T12:00:00Z ERROR 1234567890 Job failed: java.lang.OutOfMemoryError: Java heap space 2024-05-10T12:01:00Z INFO 1234567890 Job terminated with exit code 1
Refer to the exhibit. This log snippet is from a failed AWS Glue job. The job processes a large dataset in memory. What is the MOST likely cause of the OutOfMemoryError?
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 is running with insufficient DPUs or worker type.
An OutOfMemoryError in AWS Glue typically occurs when the allocated DPUs or worker type are insufficient for the in-memory processing of a large dataset. Option B is incorrect because unsupported file formats cause parsing errors, not memory errors. Option C is incorrect because mismatched keys in a join cause data skew or incorrect results, but not directly an OutOfMemoryError. Option D is incorrect because too many partitions usually lead to small file overhead, not heap space exhaustion.
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 Glue job is running with insufficient DPUs or worker type.
Why this is correct
Insufficient resources cause out-of-memory.
- ✗
The input data is in an unsupported file format.
Why it's wrong here
Format does not cause heap space error directly.
- ✗
The job is attempting to join two tables with mismatched keys.
Why it's wrong here
This would cause data skew, but the error is heap space.
- ✗
The job has too many partitions.
Why it's wrong here
Too many partitions can cause overhead, but the error is heap space.
Go deeper
Related to this question
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 →
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.