Me postulé a través de una facultad o universidad. El proceso tomó 1 semana. Acudí a una entrevista en Qualtrics (Seattle, WA) en ene 2017
Entrevista
Applied via job board, received email from recruiter. Phone call with online coding environment. I'm not sure, but I think my interviewer was new at the job or something. It wasn't as professional as other interview experiences I've had.
Preguntas de entrevista [1]
Pregunta 1
What is the time complexity of various operations for an array? How about for a list? (Odd discrepancy: interviewer insisted there was a general data structure called a "list"; I asked if a linked list was implied, but they didn't seem to comprehend my question so I provided further context on my answers e.g. O(n) for an array and O(1) for a linked list...)
I was also asked to solve another problem involving array manipulation; the interviewer tacked on a couple more twists on the problem after solving the first iteration, but there was a lot of miscommunication about the extra modifications.
The interviewer allowed me to use whatever language I preferred; however, they told me that they were not very familiar with Python. When I used "del" on a list, they pulled up documentation on Python's stl array and said I wasn't writing correct syntax...
There were three rounds of technical and behavioral questions. Each round started with the interviewer asking about things in your resume and then asked technical questions. Got one to three coding questions that build up from another.
Me postulé a través de una recomendación de un empleado. El proceso tomó 2 semanas. Acudí a una entrevista en Qualtrics en feb 2017
Entrevista
I submitted my Resume through a friend and got an email a day later to set up a technical interview over the phone. 15 minutes of talking about me and my resume. 5 minutes talking about a data structure and the rest of the time coding.
Preguntas de entrevista [1]
Pregunta 1
Finding a path from one end of a square of 0 and 1's to the other.
Adding the children of a 5 children Binary Tree.
Contacted by recruiter, set up an phone interview. Overall process took a few weeks. Interview consisted of technical and a few behavioral questions. Interview was about an hour long with times to ask questions at the end.