I applied through an employee referral. The process took 1+ week. I interviewed at Intuit
Interview
Got the call through a referral. They send you a coding challenge and once you complete it, let them know and they'll schedule an interview with a hiring company called Karat.
The questions are medium level leetcode and anyone with decent programming background can do them.
The catch with the technical interview with Karat is that you have to solve at least 2 questions (the second one builds on top of the first one) to proceed further. And therefore, it feels like a speed test, instead of what it should be, coding test. I solved the first one and took some time to debug it, which was why I wasn't able to proceed further. The questions aren't THAT difficult. Here's a tip, before you start this interview, practice coding FAST. Practice by setting yourself a time limit of 15 (or better even, 10) minutes for Leetcode medium
Also, during the interview, don't waste much time explaining your background, try to complete it within 10 minutes.
I applied through college or university. The process took 1 week. I interviewed at Intuit (Edmonton, AB) in Oct 2018
Interview
First, they asked some Behavioral questions. Then they asked me to present some of my works to them. Finally, they asked some algorithm questions and some high-level questions. The high-level question was the design of a restaurant reservation system.
Interview questions [1]
Question 1
Given two strings find if one string is the substring of the other.
I applied through college or university. The process took 1 day. I interviewed at Intuit in Aug 2018
Interview
There was an initial online coding round followed by an offline problem-solving round in which we had to solve one question on pen and paper. This was followed by an interview.
Interview questions [1]
Question 1
Pretty standard questions were asked regarding basic algorithms, data structures and logical reasoning. Finally, I was given a problem and was asked to design a solution to it. I did not know the answer at first so they guided me to the solution.