I applied online. The process took 2 weeks. I interviewed at Fast Enterprises in Oct 2024
Interview
2 interviews, a behavioral and a technical. Technical interview was easy. Asked Fizzbuzz and 2 sum. They also give an IQ test which was a little strange but also not bad.
Interview questions [1]
Question 1
Given an integer n, return a string array answer (1-indexed) where:
answer[i] == "FizzBuzz" if i is divisible by 3 and 5.
answer[i] == "Fizz" if i is divisible by 3.
answer[i] == "Buzz" if i is divisible by 5.
answer[i] == i (as a string) if none of the above conditions are true.
I applied online. The process took 2 weeks. I interviewed at Fast Enterprises in Feb 2025
Interview
First interview is pretty easy, regular questions about your work ethic/object oriented and sql questions. final interview is more technical, pseudocode and logic questions. I'd say just review your basic object oriented topics and sql queries
Interview questions [1]
Question 1
difference between overloading and overwriting a method
I applied online. The process took 4 weeks. I interviewed at Fast Enterprises (Las Vegas, NV) in Feb 2023
Interview
The interview consisted of a few behavioral questions and common interview questions. On top of that, there were some questions about coding and programming to test your knowledge. The questions weren't horribly difficult if you know basic programming concepts.