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 designing a data pipeline for a logistics company that needs to track shipments in real-time. The pipeline must extract data from Amazon DynamoDB, transform it using AWS Glue, and load it into Amazon Elasticsearch Service for real-time analytics. How would you configure this pipeline to ensure real-time processing and data consistency?

Simulated



Explanation:

Option A is the optimal solution for real-time processing. It leverages DynamoDB Streams to capture real-time changes, uses Lambda for immediate transformation, and loads data into Elasticsearch, ensuring data consistency and real-time analytics.

Powered ByGPT-5