J'ai postulé via un établissement d'enseignement supérieur ou universitaire. Le processus a pris 1 jour. J'ai passé un entretien chez Fast Enterprises (Greenwood Village, CO) en avr. 2014
Entretien
Prior to the in-person interview, there was a basic 30 minute phone session with HR. Afterwards, travel arrangements were made to HQ in Greenwood Village, CO. The interview process there took about 3-4 hours. There was a critical thinking assessment test, a 1:1 about the position and some technical skill discussion, then a psuedo code session. The pseudo code session was the most difficult as I was not taught a lot of programming theory besides basic objectives. Otherwise, the company has a great concept, mission, and employees.
Questions d'entretien [1]
Question 1
How do you yourself working at a full-time capacity? Working a normal 9-5? Working weekends, holidays, etc?
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.