LeetQuiz Logo
Privacy Policy•contact@leetquiz.com
© 2025 LeetQuiz All rights reserved.
AWS Certified Data Engineer - Associate

AWS Certified Data Engineer - Associate

Get started today

Ultimate access to all questions.


You are tasked with creating a data pipeline for a healthcare provider that needs to analyze patient data. The pipeline must extract data from Amazon DynamoDB, transform it using AWS Lambda, and load it into Amazon Redshift. How would you design this pipeline to handle sensitive data and ensure compliance with healthcare regulations?

Simulated



Explanation:

Option A is the optimal solution for handling sensitive data. It leverages DynamoDB Streams to capture changes, uses Lambda for immediate transformation, and ensures data is encrypted in transit and at rest, complying with healthcare regulations.

Powered ByGPT-5