Software Engineer Intern applicants have rated the interview process at A9.com with 3 out of 5 (where 5 is the highest level of difficulty) and assessed their interview experience as 100% positive. To compare, the company-average is 49.2% positive. This is according to Glassdoor user ratings.
Candidates applying for Software Engineer Intern roles take an average of 6 days to get hired, when considering 3 user submitted interviews for this role. To compare, the hiring process at A9.com overall takes an average of 20 days.
Common stages of the interview process at A9.com as a Software Engineer Intern according to 3 Glassdoor interviews include:
One on one interview: 75%
Group panel interview: 25%
Here are the most commonly searched roles for interview reports -
I applied through college or university. The process took 2 weeks. I interviewed at A9.com
Interview
I got feedback from career fair at my school, and then the recruiter setup an one-to-one interview with an A9 engineer. The questions are pretty straight forward, about tree search and traversal. Review your algorithm class materials should get you an onsite.
Interview questions [1]
Question 1
Nothing difficult. But I saw other reviews saying that A9 focus a lot on tree search. So be prepare for such questions.
I applied in-person. The process took 1 day. I interviewed at A9.com in Feb 2014
Interview
Went to a talk and dropped my resume off. Called that night to schedule for a 30-minute on-campus interview. The engineer asked me about things he saw on my resume and then we did a coding exercise. Then offered to answer any questions I had for him.
Interview questions [1]
Question 1
Assume that the read file function does not exist but instead we have a function that given an input size in bytes with a maximum byte constraint and moves the cursor. If the number of bytes exceeds the file size, contents up to the end are returned and if the cursor is at the end of the file an empty string is returned. Write a new file read function using the helper function.
Also, asked for the complexity of the function.