Skip to content

KATRINAHIGH/be_exam_candidate_kh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SCOIR Technical Interview for Back-End Engineers

This repo contains an exercise intended for Back-End Engineers.

Instructions

  1. Fork this repo.
  2. Using technology of your choice, complete the assignment.
  3. Update this README with
    • a How-To section containing any instructions needed to execute your program.
    • an Assumptions section containing documentation on any assumptions made while interpreting the requirements.
  4. Before the deadline, submit a pull request with your solution.

Expectations

  1. Please take no more than 8 hours to work on this exercise. Complete as much as possible and then submit your solution.
  2. This exercise is meant to showcase how you work. With consideration to the time limit, do your best to treat it like a production system.

##How To

  1. Check out my Repo and open it in IntelliJ
  2. Set absolute paths for your input, output and errors folders in the config.properties file.
  3. Run main method in main.java.com.scoir.parser.App.java.
  4. Open a terminal window to input folder, output folder and errors folder.
  5. Drop csv files you would like test in the input folder.
  6. Output folder will populate once csv you dropped is processed.
  7. Error folder will only populate once it scans a file containing errors.