The process took 5 weeks. I interviewed at USAA (Plano, TX) in Oct 2024
Interview
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.
Interview questions [1]
Question 1
Explain a time you worked on a project with others and if there was conflict how did you resolve it.
I applied online. The process took 3 weeks. I interviewed at USAA (San Antonio, TX) in Nov 2023
Interview
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.
Interview questions [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.