We expect all our QA Engineers to be capable programmers. As I mentioned, we would like you to complete a programming exercise to help us understand your qualifications. You can complete it in a programming language of your choice. After you've completed it, we'd like to discuss your solution with you. Please see the next paragraph for the exercise query:
In weather.dat you'll find daily weather data for Morristown, NJ for June of 2002. Download the attached text file, then write a program to output the day number (column one) with the smallest temperature spread (the maximum temperature is the second column, the minimum the third column)
bundle install
ruby run_app.rb
rspec spec/