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 retail company that needs to analyze customer behavior. The pipeline must extract data from Amazon Kinesis Data Firehose, transform it using AWS Lambda, and load it into Amazon Redshift. How would you design this pipeline to handle high volumes of data efficiently?

Simulated



Explanation:

Option A is the most efficient solution for handling high volumes of data. It uses S3 as a buffer, which helps manage the flow of data and allows for more controlled and scalable processing by Lambda before loading into Redshift.

Powered ByGPT-5