Implementing Data Engineering Solutions Using Microsoft Fabric — Question 8

You have a Fabric workspace named Workspace1 that contains a notebook named Notebook1.
In Workspace1, you create a new notebook named Notebook2.
You need to ensure that you can attach Notebook2 to the same Apache Spark session as Notebook1.
What should you do?

Answer options

Correct answer: A

Explanation

The correct answer is A because enabling high concurrency allows multiple notebooks to connect to the same Apache Spark session. The other options do not facilitate session sharing between notebooks; dynamic allocation relates to resource management, changing the runtime version affects compatibility, and increasing executors pertains to scaling resources rather than session attachment.