I applied online. The process took 1 day. I interviewed at Adobe (Seattle, WA) in Jul 2010
Interview
A recruiter called and expressed a lot of interest. We set up an appointment for the manager to call me, and I never heard from him. I tried to follow up both with him and the recruiter; the recruiter didn't seem to know how to get in touch with him, and he would not return a call or email. Altogether, this experience was highly unprofessional and a waste of my time.
I applied through an employee referral. The process took 1 day. I interviewed at Adobe in Mar 2008
Interview
- 3 written tests of 45 minutes each on 1) C/C++ 2) Algorithm/datastructures 3) quantitative analysis kills.
- followed by 4 round of interviews.
- the interview questions were fundamental however, the interviewers are more interested in looking at the code i wrote on while board rather than thinking process. Only one of the interviewer specifically targeting checking my thought process.
Interview questions [1]
Question 1
Malloc is used to allocate memory. write a simplistic
void * malloc(length) * free(void*) which work efficiently.