
Answer-first summary for fast verification
Answer: All of the above.
To protect sensitive information in a data pipeline, a combination of security measures is required. Option A, encrypting data, helps protect the data from unauthorized access during storage and transmission. Option B, implementing access controls and authentication, ensures that only authorized users can access the data. Option C, auditing and monitoring, helps detect and respond to potential security breaches. Therefore, the correct approach is to implement all these security measures to ensure data protection.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You are working on a data pipeline that processes sensitive information. What security measures should you implement to protect the data throughout the pipeline?
A
Encrypt the data at rest and in transit to protect it from unauthorized access.
B
Implement access controls and authentication mechanisms to restrict access to the data.
C
Regularly audit and monitor the data access and processing activities.
D
All of the above.
No comments yet.