Given the input: 'cat dog apple banana', what is the output after the following steps: Step 1: Rearrange to 'banana apple cat dog'. Step 2: Remove the first word. What is the final output?

Answer: A. apple cat dog
After removing the first word 'banana', the remaining words are 'apple cat dog'.