Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
You are tasked with implementing a secure data ingestion process in an Azure Databricks environment. Describe the steps you would take to ensure that the data is ingested securely and efficiently, while maintaining data privacy and integrity.
A
Use Azure Event Hubs for real-time data ingestion and configure Azure Databricks to read data from Event Hubs, applying encryption in transit and at rest.
B
Implement Azure Data Factory to orchestrate the data ingestion process and use Azure Data Lake Storage (ADLS) for storing the ingested data with encryption at rest.
C
Utilize Azure Blob Storage with server-side encryption to store the ingested data and configure Azure Databricks to access the data using Azure Managed Identities for authentication.
D
Configure Azure Databricks to use Azure Data Lake Storage Gen2 (ADLS Gen2) as the default storage account and enable hierarchical namespace and access control for secure data ingestion.