I applied through other source. The process took 4 weeks. I interviewed at Qualtrics (Cambridge, MA) in Apr 2021
Interview
The interview process consisted of three parts after submitting the first application and getting a reply. The first two were technical interviews that involved a coding question and time to ask the engineer about the company. The last interview is more behavioral-based and is with a hiring manager.
Interview questions [1]
Question 1
Given two arrays find a pair of numbers in the two arrays to switch such that the products are equal.
A =[5*2*1*3*3] -> [5*2*1*3*2]
B = [10*2*1*2] -> [10*2*1*3]
Swap [3,2]
There was a super brief recruiter phone call at first (I think scheduled for 15 mins, only took 7) basically booking the next three rounds which were technicals. Each one was ~45 mins of LC mediums. All the interviewers were super nice, but the recruiter was pretty cold and unresponsive.
I applied through a recruiter. The process took 5 days. I interviewed at Qualtrics (Seattle, WA) in May 2024
Interview
Was scheduled for 2 separate technical interviews, 1 behavioral. Got changed into 1 merged technical interview and 1 behavioral. Questions weren't too bad, interviewers were very friendly and conversational. 2 technical coding questions and STAR-based behavioral interview.
3 rounds of interviews, all technical except the last one had a behavioral attached to it. Questions increased in difficulty. I had a strings/recursion one, DFS/BFS, then a class design one.
Interview questions [1]
Question 1
Questions increased in difficulty. I had a strings/recursion one, DFS/BFS, then a class design one.