I ran into Clearwater at my school's career fair. I'd never heard of them before. After talking with them for a few minutes, they asked me if I'd like to do an on-campus interview the next day. I did. The first interview was with two very friendly guys. They showed me some really messed up Java code and asked me to identify what was wrong with it (a lot.) Then they asked me a math problem. If you can bike 20 mph uphill and 30mph downhill, and you have 1 hour to bike, how far or how long should you ride uphill before turning back. I struggled a little bit here even though this is an easy question, and they were nice about it and helped me out. Finally, they asked me to write a method in java that determines if an int is prime and returns true or false. I was able to solve this one quickly and with a solution that was at least a little bit better than the naive solution (I eliminated multiples of 2).
The second interview was a phone interview, a few weeks later. They asked me to write a method to calculate the nth fibonnacci number, and also one that takes an array of ints and returns an array of only the ones that do not repeat. Unfortunately for me, I got interview anxiety and as a result took a very long time to write the fibonnacci method.
I got an email back a few days later saying they were pursuing other candidates.