
Ultimate access to all questions.
Consider a scenario where you need to load a DataFrame in Azure Databricks with sensitive information from an Azure SQL Database. What encryption methods would you use to protect the data both at rest and in transit, and how would you implement these methods?
A
Use SSL/TLS for data in transit and no encryption for data at rest.
B
Use Azure SQL Database's built-in encryption for data at rest and SSL/TLS for data in transit.
C
Encrypt data at rest using Azure Key Vault and use SSL/TLS for data in transit.
D
No encryption is needed as Azure Databricks handles all security.