🔥 3-day streak
AWS Certified Data Engineer - Associate71 / 159
Question 71 of 159
A retail analytics team streams clickstream events as JSON records into Amazon Kinesis Data Firehose, which delivers them to an S3 data lake. Each record contains a 'customer_region' field and an 'event_date' field. The team wants the data physically partitioned in S3 by region and date (e.g., s3://lake/region=us-east/date=2024-05-01/) so that downstream Athena queries can prune partitions efficiently. They want to avoid running a separate post-processing job. What is the most operationally efficient way to achieve this?
Reviewed for accuracy · Report an issueNext question