What setting in Microsoft Fabric allows multiple notebooks to share the same Spark session?

Prepare for the DP-700 Microsoft Fabric Data Engineer Exam with flashcards and multiple choice questions. Study with hints and explanations, and ensure success on your certification exam!

Multiple Choice

What setting in Microsoft Fabric allows multiple notebooks to share the same Spark session?

Explanation:
High concurrency is the setting that lets multiple notebooks share the same Spark session in Microsoft Fabric. When this mode is on, all notebooks connect to the same SparkSession in the Spark pool, so you can reuse cached data and avoid restarting Spark as you switch between notebooks. SparkSession is the primary entry point for Spark APIs, and sharing it enables faster, more seamless interactive work across notebooks. Reserving maximum cores just caps resources, not session sharing. Dynamically allocated executors adjust executors based on workload, but don’t enable cross-notebook shared sessions. Creating an environment item relates to packaging runtime settings, not session sharing.

High concurrency is the setting that lets multiple notebooks share the same Spark session in Microsoft Fabric. When this mode is on, all notebooks connect to the same SparkSession in the Spark pool, so you can reuse cached data and avoid restarting Spark as you switch between notebooks. SparkSession is the primary entry point for Spark APIs, and sharing it enables faster, more seamless interactive work across notebooks.

Reserving maximum cores just caps resources, not session sharing. Dynamically allocated executors adjust executors based on workload, but don’t enable cross-notebook shared sessions. Creating an environment item relates to packaging runtime settings, not session sharing.

Subscribe

Get the latest from Passetra

You can unsubscribe at any time. Read our privacy policy