Interviews are a necessary evil. They allow the interviewer a chance to determine if the interviewee has the skill set and mindset to be successful. They also allow the interviewee to determine if the company would be an place…
#interviewing
3 posts with this tag
Over the course of my career I've had the opportunity to experience interviews from both sides of the table and my understanding of what a good interview is has evolved with each interview that I'm part of. In my present role I was given the role of defining our interview process so this pos…
It seems to be difficult (in Objective-C) to find a coherent post about those tricky puzzles that sometimes crop up so I thought I'd post one 😀. String Puzzles Reverse a string - (NSString *)reverseString:(NSString *)originalString { int lengthOfString = [originalString length]; NSMu…