1.1 Configure Microsoft Fabric workspace settings
1.You are configuring the Spark settings for a workspace. You want to ensure that all new notebooks created in this workspace use Spark 3.4 and Delta Lake 2.4 by default. Which setting should you modify?
- A.The Default Lakehouse setting.
- B.The Workspace Runtime version in Spark Settings.
- C.The High Concurrency Mode toggle.
- D.The Environment variables in the Admin Portal.
Show answer & explanation
Correct answer: B — The Workspace Runtime version in Spark Settings.
- A. Incorrect. The Default Lakehouse setting is used to specify which lakehouse is automatically attached to new notebooks and SQL endpoints as the default storage surface. It does not control the compute runtime version.
- B. Correct. Microsoft Fabric bundles specific versions of Spark and Delta Lake into Runtimes. The Workspace Runtime version, found in the Spark Settings of a workspace, allows an administrator to set the default runtime that all new notebooks and Spark job definitions will use. Setting this to a runtime that includes Spark 3.4 and Delta Lake 2.4 achieves the desired outcome.
- C. Incorrect. The High Concurrency Mode toggle optimizes Spark session management for scenarios with many concurrent users or queries. It affects how Spark resources are shared and reused but does not determine the version of Spark or Delta Lake being used.
- D. Incorrect. Environment variables are typically used to pass configuration parameters or secrets to a Spark application. While they can influence runtime behavior, they do not set the default, base runtime version for new items in a workspace. This setting is also configured in the Admin Portal at the tenant level, whereas the question concerns a specific workspace.