
Answer-first summary for fast verification
Answer: Use SSL/TLS to encrypt the data as it is transferred over the network.
Option A is the correct answer. SSL/TLS is a widely used encryption protocol for securing data in motion. It encrypts the data as it is transferred over the network, ensuring that it is protected from eavesdropping and tampering. Option B is incorrect because encrypting the data at the file level is not sufficient for data in motion. Option C is incorrect because Azure Key Vault is used to manage encryption keys, but it does not provide encryption for data in motion. Option D is incorrect because Azure Disk Encryption is used to encrypt the data on the disks of virtual machines, not for data in motion.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
You are working on a data pipeline that transfers data between on-premises and Azure. Which of the following encryption methods should you use to ensure that data is protected in motion?
A
Use SSL/TLS to encrypt the data as it is transferred over the network.
B
Encrypt the data at the file level using AES-256 before transferring it to Azure.
C
Use Azure Key Vault to manage the encryption keys for the data in motion.
D
Implement Azure Disk Encryption to encrypt the data as it is transferred to Azure Storage.