J'ai postulé via la recommandation d'un employé. Le processus a pris 3 mois. J'ai passé un entretien chez Salesforce (Herndon, VA) en mars 2018
Entretien
I did a technical interview in December, one in January, then I had a final interview in March. It took some emails to keep everything rolling throughout that process. This is understandable considering the volume of applicants.
Questions d'entretien [1]
Question 1
//Identify the discrepancy between two mostly identical arrays.
//A = [3,1,4,5,2,6,6]
//B = [3,5,2,1,4,6]
Was also asked to create a more performant solution and analyze its complexity.