nerdexam
Microsoft

DP-203 · Question #426

You have an Azure subscription that contains an Azure Synapse Analytics workspace named Workspace1, a Log Analytics workspace named Workspace2, and an Azure Data Lake Storage Gen2 container named Cont

The correct answer is D. the Apache Spark applications option on the Monitor tab. When a Spark job is submitted from Synapse Studio, the built-in Monitor hub provides real-time and historical diagnostics including logs and output directly within the workspace UI.

Submitted by jian89· Mar 30, 2026Secure, monitor, and optimize data storage and data processing

Question

You have an Azure subscription that contains an Azure Synapse Analytics workspace named Workspace1, a Log Analytics workspace named Workspace2, and an Azure Data Lake Storage Gen2 container named Container1. Workspace1 contains an Apache Spark job named Job1 that writes data to Container1. Workspace1 sends diagnostics to Workspace2. From Synapse Studio, you submit Job1. What should you use to review the LogQuery output of the job?

Options

  • Athe files in the result subfolder of Container1
  • Bthe Spark monitoring URL returned after Job1 is submitted
  • Ca table in Workspace2
  • Dthe Apache Spark applications option on the Monitor tab

How the community answered

(35 responses)
  • A
    6% (2)
  • B
    14% (5)
  • C
    3% (1)
  • D
    77% (27)

Why each option

When a Spark job is submitted from Synapse Studio, the built-in Monitor hub provides real-time and historical diagnostics including logs and output directly within the workspace UI.

Athe files in the result subfolder of Container1

Container1 result subfolders store job output data written by the application, not diagnostic log streams or LogQuery telemetry.

Bthe Spark monitoring URL returned after Job1 is submitted

The Spark monitoring URL provides cluster-level Spark UI metrics such as DAG stages and task timings, but does not surface LogQuery diagnostic output sent to Log Analytics.

Ca table in Workspace2

While Workspace2 (Log Analytics) receives diagnostics from Workspace1, querying a Log Analytics table requires opening the Log Analytics workspace separately and writing KQL queries, and is not the intended path for reviewing output directly after submitting a job from Synapse Studio.

Dthe Apache Spark applications option on the Monitor tabCorrect

The Apache Spark applications option on the Monitor tab in Synapse Studio aggregates job logs, driver/executor output, and diagnostics in one place, making it the correct surface for reviewing LogQuery output of a job submitted interactively from Synapse Studio.

Concept tested: Monitoring Apache Spark jobs in Synapse Studio

Source: https://learn.microsoft.com/en-us/azure/synapse-analytics/monitoring/apache-spark-applications

Topics

#Spark monitoring#Synapse Studio#Monitor tab#job logging

Community Discussion

No community discussion yet for this question.

Full DP-203 Practice