AWS Certified Data Engineer Associate DEA-C01 Practice Question

Your ecommerce company stores daily order data as Parquet files in Amazon S3 under the prefix s3://sales-data/orders/year=YYYY/month=MM/day=DD/. A Lambda function, triggered every 15 minutes by Amazon EventBridge, submits Amazon Athena queries that must include the most recent files as soon as they arrive. The team wants to minimize query latency and eliminate the operational cost of running AWS Glue crawlers or the MSCK REPAIR TABLE command after each file delivery. Which approach best meets these requirements?

  • Modify the Lambda function to run the statement MSCK REPAIR TABLE orders before every query submission to refresh partition metadata.

  • Schedule an AWS Glue crawler to run every 15 minutes so that new partitions are added to the Data Catalog before each query executes.

  • Enable partition projection on the Athena table and specify the year, month, and day ranges; keep the partition columns in the WHERE clause of each query.

  • Create a new unpartitioned table with a CREATE TABLE AS SELECT (CTAS) statement and query the consolidated data instead of the partitioned source.

AWS Certified Data Engineer Associate DEA-C01
Data Operations and Support
Your Score:
Settings & Objectives
Random Mixed
Questions are selected randomly from all chosen topics, with a preference for those you haven’t seen before. You may see several questions from the same objective or domain in a row.
Rotate by Objective
Questions cycle through each objective or domain in turn, helping you avoid long streaks of questions from the same area. You may see some repeat questions, but the distribution will be more balanced across topics.

Check or uncheck an objective to set which questions you will receive.

Bash, the Crucial Exams Chat Bot
AI Bot