Correct Answer : Normalize the data -> PCA -> training
Explanation : You need to always normalize the data first. If not, PCA or other techniques that are used to reduce dimensions will give different results.