In order to perform this test, clone the repo, perform the activities required, then create a pull request with your code. Provide any and all comments in the pull request rather than in the code itself.
- Merge the lists together, summing up the amounts for departments with the same name.
- Sort the result list by Department.name in DESCENDING order.
- Output the results into a text file in CSV, comma delimitted format.
- Read in the text file from #3 and output the results to console in ASCENDING order by amount.
While performing this exercise you're not limited to using only core Java, you can use any external library, but make sure I can resolve the dependency on my side and build the project. Hint: I will not hunt for dependencies or match versions.
Good luck!