J'ai postulé en ligne. J'ai passé un entretien chez Angi (Denver, CO)
Entretien
Standard phone interview which went quite well and then I was invited in for an in person.
Was given lunch and interviewed by 3 different teams who asked a variety of tech and culture questions.
Seemed to be going quite well and I was left to await some managers.
After about 10 minutes one of the people who interviewed me earlier suddenly rushed in and quite rudely and abruptly rushed me into the elevator with no reason.
After that, and despite a couple of follow ups from me, they ghosted me entirely!
A pity really as it seemed like a great place to work.
Questions d'entretien [1]
Question 1
How would you architect Netflix today?
How would ensure that Denver has enough snowplows in all the neighborhoods?
The interview was of 5 rounds. First there was a Coding challenge can be done using any language and then System design, live code review, PRD review, Hiring manager round.
J'ai postulé via un recruteur. Le processus a pris 1 semaine. J'ai passé un entretien chez Angi (Boston, MA) en janv. 2025
Entretien
Recruiter reached out to me, first call was just getting to know me. The first was a tech screen. They tell you the category of question it is before hand and then do two problems: a medium variation of it and then a hard variation of it. In leetcode terms, it would be a leetcode easy and a leetcode medium. I solved the first one in O(n), I wish I had a different interviewer, because even as I was talking through my process, she kept interrupting me to solve the problem herself. I would pause for maybe a couple seconds to think and process - I really just needed her to please stop suggesting her ideas. It got really bad when we got to the second part. Clearly, you are suppose to build off the first question and change your code to answer the second. I said, "Oh, I do not know the optimal solution, but let me just tackle it in O(n^2)" and she just told me no.
To be clear, I definitely wasn't getting the question either way, leetcode is my weakness, but I would suggest this interviewer calm down a bit. I know you know the answer, I do not.
Questions d'entretien [1]
Question 1
Q: Study some basic LC -> Top 150 -> Tags Array, String, and Hash map (If you know the category of question, look up difficult variations of the question)
Le processus a pris 3 semaines. J'ai passé un entretien chez Angi en mars 2024
Entretien
Standard phone screen. After that, you're scheduled for a 1 hour "pair coding" challenge. The challenge itself is not actually pairing. The interviewer occasionally chimed in with small hints (like when I misspelled a variable name) but provided little help beyond that. Despite completing the challenge within 50 minutes and communicating my thoughts process with the interviewer the entire time, I received a canned rejection email 8 days later. My solution was also in O(n) time. I'm honestly not sure what I could have done better, except for maybe completing the challenge faster? I have no idea what they're looking for.
Questions d'entretien [1]
Question 1
Variation of 2sum. Given a list of song lengths, find the combinations of song lengths that add up to a given total length.