AWS Certified Data Engineer Associate DEA-C01 Practice Question

A data engineering team runs a nightly COPY command that bulk-loads 1 TB of data into the fact_sales table in Amazon Redshift. While the load is in progress, analysts report that their queries against fact_sales are unresponsive until the job commits. The team must prevent the load process from blocking read access, and they want a solution that keeps operational overhead and cost to a minimum. Which approach will meet these requirements?

  • Move the COPY operation to a dedicated WLM queue with higher concurrency so SELECT queries can run in parallel.

  • Add the ACCEPTINVCHARS parameter to the COPY command to reduce lock contention during the load.

  • Load the new data into a staging table and then run ALTER TABLE fact_sales APPEND FROM the staging table once the load completes.

  • Enable user activity logging to allow Redshift to release long-running locks automatically during COPY.

AWS Certified Data Engineer Associate DEA-C01
Data Store Management
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