I applied through a recruiter. The process took 3 days. I interviewed at Jack Henry & Associates (Olathe, KS) in Jul 2015
Interview
The recruiter email first and ask to set up a phone interview based on the date and time you choose so you won't be surprised at all.
The phone interview is easy, just some general questions. The recruiters tells you pretty everything you need to know and don't need to know about the company, the job, benefits, environments, and the team for the position.
Followed by the phone interview is three algorithms coding exercises in C# that the recruiter emails. Not very hard exercise but performance and memory are probably considered. A simple guessing game that you have to pass with logN guesses, a lowest cost problem, and a word count problem.
I underestimated the problems and use exception handling for control flow (adding duplicate to dictionary exception). The program took 10 seconds to run on my PC as the runtime should only be O(N), but the recruiter said it took more than 15 minutes to run on her test machine, and cost me my interview.
After the assessment, there should be a 1:1 general interview.
The recruiter is really nice, the works seems fun and interesting, and I learned my lesson.
Interview questions [1]
Question 1
Given an array with each array elements containing a random cost (i.e {10, 5, 2, 200, 5, 1}). You can either step through element 1 by 1 or skip by 1 element (i.e array[0] > array[2] > array[3] > array[5]). Find the lowest cost from element 0 to N.
Extremely Professional. Really well done. I must say that they were just so wonderful and just amazing and just spectacular. Did I finally hit my word count? No, not yet? What about now? Great!
Interview questions [1]
Question 1
What was your favorite course in college and why? What was your least favorite course in college and why?