https://github.com/DataTalksClub/data-engineering-zoomcamp/blob/main/cohorts/2026/02-workflow-orchestration/homework.md
Quiz Questions
Complete the quiz shown below. It's a set of 6 multiple-choice questions to test your understanding of workflow orchestration, Kestra, and ETL pipelines.
Yellow Taxi data for the year 2020 and month 12: what is the uncompressed file size (i.e. the output file yellow_tripdata_2020-12.csv of the extract task)?file when the inputs taxi is set to green, year is set to 2020, and month is set to 04 during execution?{{inputs.taxi}}_tripdata_{{inputs.year}}-{{inputs.month}}.csvgreen_tripdata_2020-04.csvgreen_tripdata_04_2020.csvgreen_tripdata_2020.csvYellow Taxi data for all CSV files in the year 2020?