AWS Certified Data Engineer - Associate

AWS Certified Data Engineer - Associate

Get started today

Ultimate access to all questions.


You are designing a data model for AWS Lake Formation to store financial transactions from various sources. The transaction data includes transaction IDs, timestamps, amounts, and account IDs. The model must support schema evolution to accommodate changes in transaction data formats. Which of the following strategies would be most effective?




Explanation:

A schema-on-read approach allows for flexibility in handling different transaction data formats without requiring schema changes. Storing transaction entries as JSON objects enables the system to handle evolving data structures without the need for frequent schema updates.