Databricks Certified Data Engineer Professional — Question 100

Where in the Spark UI can one diagnose a performance problem induced by not leveraging predicate push-down?

Answer options

Correct answer: E

Explanation

The correct answer is E because the Query Detail screen provides insights into the Physical Plan, which can reveal whether predicate push-down optimizations are being applied. The other options do not directly address the performance impact of predicate push-down or are not relevant to diagnosing such issues in Spark's execution context.