Skip to content

Instantly share code, notes, and snippets.

@mjallday
Last active August 29, 2015 14:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mjallday/365640b5e820b701e7df to your computer and use it in GitHub Desktop.
Save mjallday/365640b5e820b701e7df to your computer and use it in GitHub Desktop.
Engineering Exercise

Engineering Exercise

  1. Data parsing Please do not spend more than two hours on this task. It's not important to complete it but if you do not finish please let us know how you would have completed it given sufficient time.

Below is an ISO formatted string. 0210B238000102C080040000000000000002100000000000001700010814465469421614465701081100301000000N399915444303500019991544986020 Invalid response!!!009000095492

Tasks

  • Tell us the format of this message
  • Write a java application that can parse this string
  • From the primary bitmap, tell us which fields are set

What we're looking for:

  • Don't reinvent the wheel, if there's a library that is suitable then use it.
  • Write this code as if someone else will maintain it
@frodooooo39
Copy link

[redacted]

@GaneshVarahade
Copy link

[redacted]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment