Every morning the analytics team opens a report of yesterday’s orders. Your job is to design the pipeline that fills it. Overnight, raw order files land in cloud storage. Read them, clean them into one table the team can query, check the data is right before anyone sees it, and make sure a person is told when a check fails.
Name the team, the decision it drives, and the hour it has to be on their screen.
The shape of the output table, how correct it must be, and how loudly this run may fail.
Run the review to check your architecture against this scenario — a valid DAG, a trigger for the freshness SLA, a transform stage, a quality gate before publish, and a failure path — then defend it in a short interview.