Exam Databricks-Certified-Data-Engineer-Associate Topic 3 Question 163 Discussion

Actual exam question for Databricks's Databricks-Certified-Data-Engineer-Associate exam
Question #: 163
Topic #: 3
A data engineer is developing an ETL process based on Spark SQL. The execution fails. The data engineer checks the Spark UI and can see the ERRORS as follows:
"java.lang.OutofMemoryError: Java heap space"
Which two corrective actions should the data engineer perform to resolve this issue? (Choose two.)

Suggested Answer: A,B Vote an answer

Reducing input with narrower filters lowers memory pressure, and increasing executor resources (upsize worker nodes) plus enabling adaptive/auto shuffle partitioning provides more memory and better partitioning to avoid Java heap OOM during Spark SQL execution.

by Jacqueline at Jul 11, 2026, 06:54 AM

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Nick name: Submit Cancel
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

0
0
0
10