
Ultimate access to all questions.
You are working on a data pipeline for a healthcare organization that processes patient data from multiple sources, including electronic health records (EHR), medical devices, and wearables. The pipeline needs to handle interruptions and ensure data privacy and security. How would you configure the pipeline to meet these requirements?
A
Disable data encryption and access controls to improve processing speed.
B
Implement data encryption and access controls, but do not handle interruptions or data consistency.
C
Configure the pipeline to handle interruptions and ensure data consistency using checkpoints and watermarking, but ignore data privacy and security.
D
Implement data encryption, access controls, and configure the pipeline to handle interruptions and ensure data consistency using checkpoints and watermarking.