GFT Technologies Interview Question

To solve a business problem and code it with a psuedo programming language. In business problem was about a company that had a business requirement to integrate with an another company based on a daily integration. The integration process was described with a simple transmission of files in CSV format.

Interview Answer

Anonymous

Nov 7, 2016

The solution was a theorethical description of a batch process. And after that I implemented in java a small class that was representing a simple batch that is importing and processing the csv file with logging written on a file.