Skip to content

georgetsiga/java-test

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Java Test

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.

The coding exercise consists of the following four tasks:

  1. Merge the lists together, summing up the amounts for departments with the same name.
  2. Sort the result list by Department.name in DESCENDING order.
  3. Output the results into a text file in CSV, comma delimitted format.
  4. 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!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%