Candidatei-me online. O processo levou 1 dia. Fui entrevistado pela A9.com (South San Francisco, CA) em fev. de 2016
Entrevista
Applied Online, phone interview was scheduled in 1 week - involved an hour of phone interview with the hiring manager. Hiring manager was nice and polite. Asked questions on resume and 1 coding question solved on collab edit. Coding question was a normal Algo question, can be easily answered if you know your CS concepts well, so practice before your interview.
Perguntas de entrevista [1]
Pergunta 1
Write a function that takes 2 input parameters: an integer array and a integer number. The function returns pairs of integers from the array that add up to the target number. 13
7, 4, 10, -6, -2, 13, 2, 0, 17, 9, 6, 15, -4
pairs to be returned would be (7, 6), (4, 9), (17, -4), (-2, 15), (13,0)
Candidatei-me online. O processo levou 2 semanas. Fui entrevistado pela A9.com (San Francisco, CA) em mar. de 2015
Entrevista
Found a position on Internet, and sent my resume. They contacted me via email and asked when I'm available for a phone screen interview. It took a week to set it up.The interview took one hour. The person I talked to was really nice, Then they arranged for second phone screen and it did n't went well.
Perguntas de entrevista [1]
Pergunta 1
1. Finding first non repeated character in an array
2. Linux command to list files containing specific string
3. Mysql query related to Group by
Second phone interview
1. create a doubly linked list out of that tree where each node represents sum of all nodes in the same vertical line.
2. Implement search for a sorted rotated array.
Candidatei-me online. O processo levou mais de 1 semana. Fui entrevistado pela A9.com (San Francisco, CA) em mar. de 2015
Entrevista
Phone Screen. Found a position on Internet, and sent my resume. They contacted me via email and asked when I'm available for a phone screen interview. It took a week to set it up. Agreed on a day and time. The interview took one hour. The person I talked to was really nice, polite and professional. Received an email on the next day that tells I didn't get an offer.
Perguntas de entrevista [1]
Pergunta 1
1. How do you do (based on your work experience):
- White box testing?
- Functional testing?
- Regression testing?
2. We have 'Employee' table with 'Name', 'DepartmentName', 'Salary' columns. Write a query to retrieve a max salary from each (different) department.