Data Engineering on Microsoft Azure — Question 117
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?
Answer options
- A. the files in the result subfolder of Container1
- B. the Spark monitoring URL returned after Job1 is submitted
- C. a table in Workspace2
- D. the Apache Spark applications option on the Monitor tab
Correct answer: A
Explanation
The correct answer is A because the output of Apache Spark jobs is typically written to a designated location in Azure Data Lake Storage, which in this case is the result subfolder of Container1. The other options, while they may provide some monitoring or logging information, do not specifically give access to the LogQuery output of Job1.