Subdomain 1.1: Select and configure compute in a workspace
1.Business intelligence analysts need to connect Power BI to Databricks to query aggregated data. They require the compute resource to start almost instantly and want to avoid managing cluster configurations. Which compute type is the most appropriate?
- A.Serverless SQL Warehouse
- B.Job compute
- C.All-purpose compute
- D.Shared compute cluster
Show answer & explanation
Correct answer: A — Serverless SQL Warehouse
- A. Serverless SQL warehouses are specifically designed for SQL workloads and BI tools like Power BI. They provide near-instant startup times and handle all infrastructure management, satisfying the requirement to avoid cluster configurations.
- B. Job compute is used for automated tasks and batch processing. It involves a cold start time for the cluster and is not intended for interactive BI analysis.
- C. All-purpose compute is designed for data engineering and data science notebooks. It requires manual configuration and typical start-up times are significantly longer than serverless options.
- D. Shared compute refers to an access mode on a cluster. It still requires manual setup and management of the underlying compute resources and does not offer the instant-start benefits of serverless.