First round was behavioural followed by technical live coding where I was asked a leetcode related question related to linkedList, I solved the problem on time but did not receive an offer. There was only 1 position available so its okay
Interview questions [1]
Question 1
Tell me about yourself and any conflicts you have resolved in the past
I applied online. I interviewed at Intuit in Sep 2024
Interview
Basically got ghosted.
I got the initial phone call interview with the recruiter which went well and recruiter said she would have the coordinator reach out for scheduling the interview with hiring manager. Didn't hear back after a week and I reached out as a follow up.
Recruiter never responded to my follow up email. But the same day, I was reached out by the coordinator to schedule an interview (two different ones reached out for the same reason). I gave my schedule and didn't hear back from either. I followed up about a week later, and the coordinator replied saying they were waiting to hear back from the hiring manager and to give additional times for the following week which I provided and never heard back after that.
I understand there were other candidates who might have been a better fit even though there were multiple positions open in the location near me or busy schedule, but regardless transparent communication would be much appreciated!
Interview questions [1]
Question 1
Initial phone call: the basic first interview questions: tell me about yourself, what tech stack do you have experience in, salary expectation, why do you want to work here, etc
I applied through other source. The process took 2 weeks. I interviewed at Intuit (Petah Tikva) in Oct 2024
Interview
A call from HR, then they scheduled a technical Zoom interview with a senior engineer for next week.
The senior engineer was nice, and the overall experience was good.
They don't know at this stage for what group will you be hired, so the interview is an overall one to see how you think and the kind of code/answers you can provide.
My feeling was that this is more focused on junior developers and not seniors.
Interview questions [1]
Question 1
How can you implement a rate limiter in Java?
Need to call a rateLimiter function that return true if you can perform a request and false if you cannot.
The rate limiter is limited by number of calls during X seconds, each caller has a unique id.