Le processus a pris 5 semaines. J'ai passé un entretien chez USAA (Plano, TX) en oct. 2024
Entretien
Hackerank assessment then a interview with two managers. They ask simple behavior questions. then they ask you to walk through some code and explain how you would solve it. Hacker ranks esque problems.
Questions d'entretien [1]
Question 1
Explain a time you worked on a project with others and if there was conflict how did you resolve it.
J'ai postulé en ligne. Le processus a pris 3 semaines. J'ai passé un entretien chez USAA (San Antonio, TX) en nov. 2023
Entretien
Quite simple. Starts with a phone call interview asking general questions about experience and citizenship / immigration status. Second round is a 1 hour behavioral and technical interview with 2 coding questions.
Questions d'entretien [1]
Question 1
he coding questions just ask for pseudocode. The first question is given an array and a target, arrange the number of integers before the target and the target in ascending order, and arrange the rest in descending order. The second question is to count the number of positive integers in an array.