Explain how you would design an ETL pipeline to move and transform data from multiple sources.
Anónimo
I explained a step-by-step approach: extracting data from multiple sources, transforming it using Python/SQL for cleaning and formatting, and loading it into the target database or data warehouse. I also mentioned monitoring, error handling, and optimization considerations.