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.
Me postulé a través de una recomendación de un empleado. El proceso tomó 3 semanas. Acudí a una entrevista en Angi (Denver, CO) en may 2022
Entrevista
Consisted of 3 initial interviews and a final call with a hiring manager:
- 30 minute phone screen with a recruiter
- 1 hour coding pair with a senior developer at ANGI (brain teaser / leet code problem which they prep you for so you aren't completely caught of guard)
- 5 1/2 virtual onsite interview following a standard FAANG format, 3 various technical interviews with breaks and behavioral interviews sprinkled in between.
Overall everyone through the process was polite, calm and a pleasure to interview with at Angi. The entire process seemed very pragmatic despite the 5 1/2 hour virtual onsite being a large chunk of time. The Architecture Design & API / Data Modeling sections seem like a great, realistic measure of one's experience and abilities which was refreshing from the typical brain teaser questions or technology specific questions.
Me postulé a través de un reclutador. El proceso tomó 1 semana. Acudí a una entrevista en Angi (Boston, MA) en ene 2025
Entrevista
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.
Preguntas de entrevista [1]
Pregunta 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)
El proceso tomó 3 semanas. Acudí a una entrevista en Angi en mar 2024
Entrevista
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.
Preguntas de entrevista [1]
Pregunta 1
Variation of 2sum. Given a list of song lengths, find the combinations of song lengths that add up to a given total length.