Me postulé a través de un reclutador. El proceso tomó 3 semanas. Acudí a una entrevista en Fast Enterprises (Denver, CO) en jul 2015
Entrevista
Received phone call from one of their recruiters. Questions were basic programming questions and position sounded like a good fit. They flew me out to Colorado and paid for all travel expenses (hotel, flight, etc.) which was great. However, the interview process was very faulty and unimpressive.
There's a 32-question test which has to be completed in 30 minutes. Only two of the questions are related to programming or anything IT related at all. The next hour and half was spent in a room with one guy who didn't appear to know the basics of programming - he was confused by recursion and the modulo operator. The rest of the time was spent on whiteboard problems - some of which can be found here in other reviews.
Overall, I wasn't impressed with their process. No programming knowledge was tested at all. It makes me question how effective their development team is if they don't even spend the time to gauge potential hires in the correct way. Brain teasers do not gauge the effectiveness of a developer - coding projects are a much better way to spend the two hour interview process.
I'm convinced that if you study all of the interview questions on Glassdoor and do well on the IQ test you'll land a position - and you don't even need to have written a line of code in your life! That's a scary proposition and the reason I turned down the offer.
Preguntas de entrevista [2]
Pregunta 1
Given three words, come up with a three-letter word which can be put before the other words to create new words.
Me postulé en línea. El proceso tomó 4 semanas. Acudí a una entrevista en Fast Enterprises en jul 2023
Entrevista
Recruiters and interviewers were very easy to talk to. Video interview followed by a technical interview about a month later. The technical covered OOP, some SQL, and a lot of problem-solving brain teaser type of questions. Overall, a solid interview process.
Preguntas de entrevista [1]
Pregunta 1
Write a function to display all the prime numbers on the range given.
Me postulé a través de una facultad o universidad. Acudí a una entrevista en Fast Enterprises (Columbus, OH) en sep 2020
Entrevista
The first interview consisted of a short period during which I was allowed to ask questions, followed by a brief technical (coding) portion, then a few questions on soft skills.
Preguntas de entrevista [1]
Pregunta 1
If you were in an important meeting and your manager accidentally gave the customers the wrong date for a project deadline, what would you do?
Me postulé a través de una facultad o universidad. Acudí a una entrevista en Fast Enterprises
Entrevista
I met them at the career fair for my school, they liked my resume and asked me to come in for a on campus interview the next day. The on campus interview was one hour long consisting of 30 minutes where I was given a sheet of 35 brain teasers and told to finish the test (then the recruiter left). There was 1 code implementation question. I almost left at this point. The second half was watching the interviewer score the brain teasers 'test' and talking about the position. Through this discussion it was heavily implied that I would not get paid even close to my previous internship's hourly rate and I was told I would have to accept the offer (if given) without knowing where I would be doing the internship.
Preguntas de entrevista [2]
Pregunta 1
Write the implementation for a prime factorization algorithm. What ways could you make this algorithm more efficient?