You work for MDFT Pro, a well-known training agency that uses notebooks for data processing and analysis. Claire, a Data Engineering Lead at MDFT Pro, manages a Fabric workspace called AnalyticsHub containing multiple notebooks for processing student enrollment data. She has an existing notebook called EnrollmentProcessor that performs daily student data transformations and has an active Apache Spark session running. To improve development efficiency and reduce costs, Claire wants to create a new notebook called EnrollmentValidator that can attach to the same Spark session as EnrollmentProcessor, eliminating the 30-60 second wait time for starting a new session and avoiding duplicate resource consumption. Both notebooks will run under Claire’s user account, use the same default lakehouse (StudentData), and share identical Spark compute configurations. The solution should provide near-instant session startup for the second notebook while maintaining proper isolation between notebook executions.
What should Claire do to ensure that EnrollmentValidator can attach to the same Apache Spark session as EnrollmentProcessor?
Choose the correct answer from the options below.
Explanations for each answer: