Me postulé a través de un reclutador. El proceso tomó 2 semanas. Acudí a una entrevista en Fast Enterprises (Centennial, CO) en jul 2016
Entrevista
1. Quick phone interview with some general programming questions
2. Flew me to headquarters for an in-person interview, hired a car for me to get from the airport to the hotel and to the interview
3. An Employee from HR gave a tour of the office
4. Technical interview with a tech team lead talking about my experience and the needs fast has
5. Logic test consisting of 30 questions and a pseudo-code programming problem
6. Whiteboard logic puzzle so they can see how you solve problems (write steps down and be vocal)
7. Lunch with another team member as a thank you/test of culture fit
The interview was the longest I've ever had at about 3 hours not counting lunch. The logic test is meant to put pressure on you so just do the best you can and don't panic too much. For the coding and whiteboard problems just be vocal about what you are doing and why.
Preguntas de entrevista [2]
Pregunta 1
Pseudo-code for finding the first 100 prime numbers
Me postulé en línea. El proceso tomó 2 semanas. Acudí a una entrevista en Fast Enterprises en feb 2025
Entrevista
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
Preguntas de entrevista [1]
Pregunta 1
difference between overloading and overwriting a method
Me postulé en línea. El proceso tomó 2 semanas. Acudí a una entrevista en Fast Enterprises en oct 2024
Entrevista
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.
Preguntas de entrevista [1]
Pregunta 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.
Me postulé en línea. El proceso tomó 4 semanas. Acudí a una entrevista en Fast Enterprises (Las Vegas, NV) en feb 2023
Entrevista
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.