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.
I applied through a recruiter. The process took 1 week. I interviewed at Angi (Boston, MA) in Jan 2025
Interview
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.
Interview questions [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)
The process took 3 weeks. I interviewed at Angi in Mar 2024
Interview
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.
Interview questions [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.