J'ai postulé via une autre source. Le processus a pris 4 semaines. J'ai passé un entretien chez Qualtrics (Cambridge, MA) en avr. 2021
Entretien
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.
Questions d'entretien [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]