The run series view shows a notebook's nine jobs as a timeline chart
Monitor Fabric items
AnswerCorrect answer: E - The run series from the details of the application run draws each of the nine jobs as a bar on a timeline chart.
You have a Fabric notebook named Notebook1 that has been executing successfully for the last week. During the last run, Notebook1executed nine jobs. You need to view the jobs in a timeline chart. What should you use?
Real-Time hub
Monitoring hub
the job history from the application run
Spark History Server
the run series from the details of the application run Correct Answer
80% of anonymous learners picked answer E.
Votes are pick records left by other test-takers — they are not the verified answer.
Community Insight
The run series view in the Spark application run details is the timeline visualization of a notebook's jobs; the Monitoring hub lists runs, but only the run series draws the per-job timeline.
Opening the run series from the details of Notebook1's application run displays the session's jobs as a timeline vertical bar chart, letting you see all nine jobs from the last run along the time axis.
Stopping at the Monitoring hub or the Spark History Server; the timeline chart of jobs within a run lives in the run series view of the application run details.
Community Discussion (4 comments)
GHill1982👍 5Selected: E
Correct. The Run series is where you will see a timeline vertical bar chart.
Kiket2ride👍 1Selected: E
Run series can be shown on the details of the application run as shown on the documentation: https://learn.microsoft.com/en-us/fabric/data-engineering/apache-spark-monitor-run-series
hebertorosillo👍 2Selected: D
The Spark History Server is the most suitable option if you're looking for a graphical and detailed timeline of all jobs executed in a Spark environment, with statuses such as Succeeded, Failed, and Running. Additionally, it provides access to more specific details of each job, such as: Performance information. Detailed execution logs. Resource usage metrics during the process.
Tuki93👍 2Selected: E
I'm going with E, 'the run series from the details of the application run.' This question is confusing, as we find the run series in the Monitoring hub
Comments & Corrections
No comments yet — spotted an error or have a note? Share it below.
Log in to comment, report an error, or add a note about this question.
Expert Analysis
Why the Answer Is Correct
The requirement is to view the nine jobs of Notebook1's last run in a timeline chart. The run series view, opened from the details of the Spark application run, plots each job as a vertical bar along a time axis, so all nine jobs and their durations are visible in one chart. Microsoft's Spark monitoring documentation describes the run series graph exactly this way.
Why the Other Options Are Wrong
Option A (Real-Time hub) routes and monitors event streams, not Spark job timelines. Option B (Monitoring hub) lists notebook runs and their statuses, but does not render the per-job timeline chart. Option C (the job history from the application run) lists runs in tabular form without the timeline visualization. Option D (Spark History Server) provides detailed diagnostics and logs per job, but the timeline chart of the run's jobs is the run series view.
Community Comment Notes
The vote favors E (80 vs 20). GHill1982 (5 likes) confirms the run series is where the timeline vertical bar chart appears, and Kiket2ride (1 like) links the Spark run series documentation. Tuki93 (2 likes) also picks E while noting the run series is reached through the monitoring hub's run details. hebertorosillo's dissent for the Spark History Server describes its diagnostics value, but the timeline chart specifically belongs to the run series view.