
Answer-first summary for fast verification
Answer: Implement HTTPS for all API calls and enable SSL encryption for database connections.
Implementing HTTPS for all API calls and enabling SSL encryption for database connections is the most effective way to secure sensitive data during its ingestion into a Databricks Delta Lake. This method ensures data is encrypted in transit, protecting it from unauthorized access. HTTPS uses SSL/TLS protocols for encryption, securing the communication channel between data sources and Databricks. Additionally, SSL encryption for database connections safeguards data from interception, providing a comprehensive security measure that aligns with industry best practices and regulatory requirements.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
What is the most effective method to ensure sensitive data is encrypted during its journey into a Databricks Delta Lake from various sources?
A
Store all sensitive data in Azure Blob Storage with server-side encryption before ingestion.
B
Utilize Databricks‘ built-in encryption mechanism for all data transfers.
C
Implement HTTPS for all API calls and enable SSL encryption for database connections.
D
Rely on network security groups (NSGs) to restrict traffic and ensure data privacy.
No comments yet.