Question 121 of 851
Design and develop data processinghardMultiple ChoiceObjective-mapped

Fix Spark OOM Errors by Increasing Executor Memory in Azure Synapse

This DP-203 practice question tests your understanding of design and develop data processing. The scenario asks you to isolate a root cause — eliminate options that address a different problem before choosing. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

Network Topology
workspace-name myworkspacespark-pool-name mypoolAzure CLI command output:"id": "job1","state": "error","errors": ["code": "LivyUnexpected","message": "java.lang.OutOfMemoryError: Java heap space"],"executorMemory": "2g","executorCores": 2,"numExecutors": 2},"id": "job2","state": "success","executorMemory": "4g","executorCores": 4,"numExecutors": 4

Refer to the exhibit. A data engineer runs a Synapse Spark job that fails with the error shown. Which configuration change is most likely to resolve the issue?

Clue words in this question

Noticing these words before you look at the options changes how you read each choice.

  • Clue: "most likely"

    Why it matters: Probability qualifier — the question wants the most probable cause or outcome, not a guaranteed one. Eliminate low-probability options.

Network Topology
workspace-name myworkspacespark-pool-name mypoolAzure CLI command output:"id": "job1","state": "error","errors": ["code": "LivyUnexpected","message": "java.lang.OutOfMemoryError: Java heap space"],"executorMemory": "2g","executorCores": 2,"numExecutors": 2},"id": "job2","state": "success","executorMemory": "4g","executorCores": 4,"numExecutors": 4

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

Increase executor memory to 4g for Job1

The error indicates an out-of-memory (OOM) condition in the Spark executor. Increasing executor memory to 4g for Job1 provides more heap space for data processing, which directly resolves the memory exhaustion. This is the most appropriate fix because the error is specifically about memory, not CPU or parallelism.

Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Answer analysis

Option-by-option breakdown

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

  • Change the executor cores to 1

    Why it's wrong here

    Changing cores does not directly increase memory; the OOM is due to insufficient heap space per executor.

  • Switch to a different Spark pool with the same configuration

    Why it's wrong here

    Switching pools does not change memory allocation; the same configuration would likely produce the same error.

  • Reduce the number of executors to 1 for Job1

    Why it's wrong here

    Reducing executors would decrease parallelism but not increase heap space per executor; it may worsen memory issues.

  • Increase executor memory to 4g for Job1

    Why this is correct

    Increasing executor memory provides more heap space, which directly addresses the OutOfMemoryError.

    Clue confirmation

    The clue word "most likely" in the question point toward this answer.

    Related concept

    Read the scenario before looking for a memorised answer.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates might confuse memory issues with parallelism or executor count, leading them to choose options that reduce parallelism (A or C) instead of directly increasing memory.

Detailed technical explanation

How to think about this question

In Apache Spark, executor memory is allocated via `spark.executor.memory` and is used for both storage and shuffle operations. When an executor runs out of memory, it throws a `java.lang.OutOfMemoryError`, often during shuffle or when caching large DataFrames. Increasing executor memory allows more data to be held in memory, reducing spill to disk and preventing OOM. In Synapse Spark pools, this setting can be adjusted per job via Spark configuration or the pool's default settings.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Real-world example

How this comes up in practice

A cloud solutions architect for a retail company is evaluating services for a new workload. The correct answer here reflects best practice for the specific scenario described — not a general cloud recommendation. Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option. Cloud exam questions reward reading the constraint carefully: the same technology can be right or wrong depending on the use case.

Visual reference

Client Recursive Resolver Root DNS (13 root servers) TLD DNS (.com, .org, …) Authoritative example.com query IP addr answer

What to study next

Got this wrong? Here's your next step.

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Related practice questions

Related DP-203 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free DP-203 practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this DP-203 question test?

Design and develop data processing — This question tests Design and develop data processing — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: Increase executor memory to 4g for Job1 — The error indicates an out-of-memory (OOM) condition in the Spark executor. Increasing executor memory to 4g for Job1 provides more heap space for data processing, which directly resolves the memory exhaustion. This is the most appropriate fix because the error is specifically about memory, not CPU or parallelism.

What should I do if I get this DP-203 question wrong?

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Are there clue words in this question I should notice?

Yes — watch for: "most likely". Probability qualifier — the question wants the most probable cause or outcome, not a guaranteed one. Eliminate low-probability options.

What is the key concept behind this question?

Read the scenario before looking for a memorised answer.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Keep practising

More DP-203 practice questions

Last reviewed: Jul 4, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

This DP-203 practice question is part of Courseiva's free Microsoft 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 DP-203 exam.