AWS Certified Data Engineer Associate DEA-C01 Practice Question

An analytics company ingests 2 TB of clickstream data per day into an Amazon Redshift RA3 cluster. The fact table click_events is queried mainly in these two ways:

  1. Analysts run dashboards that filter on event_time for the last 7 days.
  2. Ad-hoc queries join click_events to a 15-GB dimension table users on user_id. The users table already uses DISTKEY user_id and has no sort key. The engineering team must create the click_events table to deliver the most predictable query performance while keeping storage costs low. Which table definition meets these requirements?
  • Create click_events with DISTSTYLE AUTO and INTERLEAVED SORTKEY(user_id, event_time).

  • Create click_events with DISTKEY event_time and COMPOUND SORTKEY(user_id, event_time).

  • Create click_events with DISTSTYLE ALL and no sort key.

  • Create click_events with DISTKEY user_id and COMPOUND SORTKEY(event_time, user_id).

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