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
- A. Enable high concurrency for notebooks.
- B. Enable dynamic allocation for the Spark pool.
- C. Change the runtime version.
- D. Increase the number of executors.
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.