I applied through university. I interviewed at USAA in Oct 2020
Interview
Started with a career fair Interview and were interested in continuing to a remote interview. I was interviewed by two great workers. Started with simple questions about me then moved on to a technical question. After that I had another technical question about how I would go about planning a project.
Interview questions [2]
Question 1
Given a list of tasks and a list of workers and each task is assigned to one worker. Return a list of tasks that aren't assigned to a person.
I cant remember the exact wording but I remember it had to do with creating a scheduler for members. What kind of technologies would you use to accomplish this project.
Interview with the team they want to put you on, included a coding problem to solve where you could code the answer and/or explain how you would solve it, both behavioral and technical in one
Interview questions [1]
Question 1
Given an array of numbers, how would you get the 3 smallest numbers
I applied online. I interviewed at USAA (Gilbert, AZ) in Sep 2025
Interview
40 minute 3 part coding assessment with increasing difficulty. You get to pick the the language yourself, I chose python. During the interview, there is not enough time so solve each questions. I solved 1/3 questions. I didn't pass the sample test for 2/3 of the coding questions.
Interview questions [1]
Question 1
Write an algorithm to find the words in the dictionary that can be formed by deleting some characters of the given master word in the order that the words appear in the dictionary.
I applied online. I interviewed at USAA (Plano, TX) in Jun 2025
Interview
the OA process when you first apply. and then they will email you for the behavioral round and the technical round. the OA has 3 questions, easy, medium, and medium
Interview questions [1]
Question 1
leetcode, find the prime. this one is the easy one