I applied online. The process took 2 days. I interviewed at Skyline Technology Solutions in Aug 2009
Interview
The interview consisted of 3 parts: Cultural Interview, Technical Interview and Expectation Interview. Unlike other companies which focus mostly on technical part, the most important part for Skyline interview is the cultural interview. Because Skyline focuses much more on the person who share the same value as the company does. The technical interview consisted most of basic CS question. I was asked about the diff between char * str = "string" and char str[ ] = "string".
Interview questions [1]
Question 1
The difference between char* str = "string" and char str[ ] = "string".