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.
Domande di colloquio [1]
Domanda 1
Make a stack without using any builtin functions.
What’s a linked list
Ho presentato la mia candidatura online. La procedura ha richiesto 3 settimane. Ho sostenuto un colloquio presso Zest AI (Los Angeles, CA) nel mese di ago 2017
Colloquio
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.
Domande di colloquio [1]
Domanda 1
Optimizations, algorithms, take home assignment (language agnostic), paired programming, data structures
Ho presentato la mia candidatura tramite l'università. La procedura ha richiesto 2 settimane. Ho sostenuto un colloquio presso Zest AI (Los Angeles, CA) nel mese di gen 2016
Colloquio
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.
Domande di colloquio [1]
Domanda 1
Write a function that takes a list as input and outputs a list that has only the unique elements in the input list.