J'ai postulé en ligne. Le processus a pris 3 semaines. J'ai passé un entretien chez Fast Enterprises (Centennial, CO) en juin 2017
Entretien
I first applied online, knew someone within the company so my resume was flagged, then I was contacted by phone after about 2 weeks and had a technical interview over the phone. After that, about a week later I interviewed on-site at HQ. I was given an offer within 24 hours because I had mentioned that I had other offers with a deadline of the following day.
Questions d'entretien [2]
Question 1
During the phone interview, they asked a lot of questions about SQL including understanding joins, unions, etc. Also asked some basic CS questions like understanding inheritance.
On-site interview was basically doing the Mensa brain teaser quiz (google the Mensa quiz, they use like 90% of the same questions, the rest are similar to them), doing pseudocode for the first 100 primes (I brought code samples with me to refer to and was able to use them), and asked me to make a Magic Square (which I'd never done before but was able to complete)
J'ai postulé en ligne. Le processus a pris 2 semaines. J'ai passé un entretien chez Fast Enterprises en févr. 2025
Entretien
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
Questions d'entretien [1]
Question 1
difference between overloading and overwriting a method
J'ai postulé en ligne. Le processus a pris 2 semaines. J'ai passé un entretien chez Fast Enterprises en oct. 2024
Entretien
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.
Questions d'entretien [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.
J'ai postulé en ligne. Le processus a pris 4 semaines. J'ai passé un entretien chez Fast Enterprises (Las Vegas, NV) en févr. 2023
Entretien
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.