All four options are Informatica mapping design best practices: place active transformations early to reduce data volume, use source qualifier filters before transformations for better performance, prefer source qualifiers over joiners for homogeneous sources (faster), and follow port order I/I/O/V/O (Input, Input/Output, Variable, Output) for readability and maintainability.