
Answer-first summary for fast verification
Answer: Use Azure Databricks' workspace scoped access control to restrict access to specific tenants and implement Azure Private Link for secure data access.
Option C is the correct answer as it involves using Azure Databricks' workspace scoped access control to restrict access to specific tenants and implementing Azure Private Link for secure data access. This approach ensures data isolation and security across different tenants. Option A is incorrect as it does not address data isolation between tenants. Option B is partially correct but does not provide a comprehensive solution for data security. Option D is incorrect as creating separate subscriptions is not a scalable solution for multi-tenant environments.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
In a scenario where you are responsible for implementing data security in a multi-tenant Azure Databricks environment, describe the steps you would take to ensure that data is isolated and secure across different tenants.
A
Implement Azure Virtual Network peering to connect the tenants' virtual networks and use Azure Private Endpoint to access the Azure Databricks workspace.
B
Configure Azure Databricks workspaces for each tenant and use Azure Private DNS to ensure that the tenants' data is isolated and secure.
C
Use Azure Databricks' workspace scoped access control to restrict access to specific tenants and implement Azure Private Link for secure data access.
D
Create separate Azure subscriptions for each tenant and deploy Azure Databricks workspaces in each subscription, ensuring data isolation and security.
No comments yet.