interview was with 4 guys . includes project that i worked on, Arch questions and OO questions.
i got reply that i was accepted but they still search for the team that i might suitable.
passed 1 year and i still did not offer or official rejection (so disrespecting)
I applied online. I interviewed at Intuit (San Francisco, CA) in Feb 2024
Interview
This interview process was quite demanding, requiring extensive preparation and a significant time commitment. However, the interviewers were all very friendly and approachable, creating a positive experience despite the rigorous process.
I applied through a recruiter. The process took 1 week. I interviewed at Intuit in Dec 2024
Interview
After a short call with HR we scheduled a Zoom meeting (75 min) - a coding test. The interviewer was very nice, but when I presented my solution for a rate limiter using Token Bucket algorithm - it seemed like he is not familiar with this approach and was not ready to hear about it.. I tried to explain multiple times what am I doing and after I implemented the solution I was asked to implement the regular solution.. This was a bit annoying because there was not much time left and my original solution was correct, Anyway, I implemented the basic solution, but I had some conversion issue (from seconds to long), and since I didn't have access to the internet and not enough time - I didn't resolve this. So when I ran the solution the answer was incorrect.
After that, I was asked about my AI experience at work (they knew I didn't have any).
After a few days I received a rejection mail.
First of all - I think that it is better to have 2 interviewers, to have a more objective opinion. Second, I was disappointed that the interviewer didn't accept my original solution, despite the fact that it was correct..
Interview questions [1]
Question 1
Implement rate limiter:
public boolean rateLimit(String key, int intervalInSecs, int maxLimit)