Databricks Data Engineer Associate Question 22
Select 2In the Databricks platform architecture, which of the following components are managed in the customer's cloud account and not in the control plane?
- A
Workspace metadata, such as user roles and permissions
- B
Databricks-managed VPC and storage for data
- C
Cluster instances running in the customer's virtual network
- D
Jobs and notebooks stored in the workspace
- E
Data stored in customer-managed cloud storage
Show answer and explanation
Correct answers: C, E
Explanation
The Databricks platform architecture separates components between the control plane and the data plane. The control plane manages metadata and configurations, while the data plane operates within the customer's cloud account. Cluster instances and customer-managed cloud storage are part of the data plane, as they are managed within the customer's cloud infrastructure.
- A. Incorrect.
Workspace metadata, such as user roles and permissions, is managed in the Databricks control plane, not in the customer's cloud account.
- B. Incorrect.
Databricks-managed VPC and storage for data is part of the control plane, not the customer's cloud account.
- C. Correct.
Cluster instances running in the customer's virtual network are located in the customer's cloud account, as they are provisioned within their infrastructure.
- D. Incorrect.
Jobs and notebooks stored in the workspace are metadata managed by the Databricks control plane, not directly in the customer's cloud account.
- E. Correct.
Data stored in customer-managed cloud storage resides in the customer's cloud account, as it is directly managed by the customer.