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 model for AWS Lake Formation to store log data from various applications. The log data includes timestamps, log levels, messages, and application IDs. The model must support schema evolution to accommodate changes in log data formats. Which of the following strategies would be most effective?

Simulated



Explanation:

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

Powered ByGPT-5