I applied online. The process took 2 weeks. I interviewed at Rush Order (Gilroy, CA) in Mar 2023
Interview
Interview process started with an email from the Director of Customer Experience contacting me about my application and setting up a phone interview with the Head of Technology. In the phone interview, we went over basic knowledge of React to basically just check if I knew the minimum to set up a technical interview the following week. Passed the phone screen and then the technical interview had 2 leetcode-y problems and a React project that asked you to complete a To-Do app.
Interview questions [2]
Question 1
Write a function named tree that accepts a number n and print a Christmas tree with the following patterns. ie: n = 3 * * * * * *
React to do app problem was a sandbox with a live application that had an incomplete To-Do app and you had to go in and find out what was missing and fill it in the right places. There is a bunch of Typescript in the code as well which threw me off, but don't be alarmed and just try to focus on what you know. Find the function for the To-Do app and then connect it to the component on the right file to make it work. It's a basic to-do app and shouldn't be hard if you can just focus on the React and do it quickly because it takes a minute to figure out the different components and where everything is. Then you have to actually start coding, so time is not your friend lol.