Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
You need to load a DataFrame in Azure Databricks with sensitive information from an external API. Describe the steps you would take to ensure that the data is encrypted in transit and at rest, including the use of SSL/TLS and Azure Key Vault.
A
Use HTTP for data transfer and no encryption for data at rest.
B
Use SSL/TLS for data in transit and Azure Key Vault for data at rest encryption.
C
Encrypt data at rest using a local key and use SSL/TLS for data in transit.
D
No encryption is needed as the API handles all security.