Phone call with recruiter which resulted into a tech screening with a manager. Not so bad but the next tech screening was probably one of worst interviews I’ve ever had.
Your given a coderpad URL and a chunk of code methods in Java or something and you have to start making functions that do XYZ based off those methods. Caveat being that you can’t actually run your code and the interviewer doesn’t really talk at all.
To top it off, it’s not even clear how many “stages” there were to this part. You keep building upon this thing until you more or less run out of time. Also, it’s not even a full time role! It’s contract to hire! Waste of time.
Preguntas de entrevista [1]
Pregunta 1
Make a stack without using any builtin functions.
What’s a linked list
Me postulé en línea. El proceso tomó 3 semanas. Acudí a una entrevista en Zest AI (Los Angeles, CA) en ago 2017
Entrevista
Three rounds in all: phone screen, video call and super day. All in all, I found it to be a very comprehensive and efficient interview process. The bulk of the process occurred when I was brought into the office for a super day - 6 interviews or so and lunch. They did a good job of testing your knowledge and way of thinking in different environments (take home vs. white board) and subject (algorithms vs. business analysis). The recruiter got back to me the same day with a decision.
Preguntas de entrevista [1]
Pregunta 1
Optimizations, algorithms, take home assignment (language agnostic), paired programming, data structures
Me postulé a través de una facultad o universidad. El proceso tomó 2 semanas. Acudí a una entrevista en Zest AI (Los Angeles, CA) en ene 2016
Entrevista
A brief phone interview where they inquire about your background and one question on data structures. You can use any language to code it.
There is a home-work that involves implementing a class with desired interface and methods. On-site interview starts with your presentation about your solution for the homework followed by several rounds of interviews. There is one round on business case study, one round of white board programming, one round of pair programming and another couple rounds on design and other stuff. The on-site interview takes almost an entire day. They move fast through the interview process.
Preguntas de entrevista [1]
Pregunta 1
Write a function that takes a list as input and outputs a list that has only the unique elements in the input list.