I applied through a recruiter. The process took 3 weeks. I interviewed at Andesa Services (Sarasota, FL) in Aug 2016
Interview
I was first contacted by a recruiter via email after sharing my resume with a colleague, after a first call where we went through my resume, skills, and a few behavioral questions he set up a phone interview with 2 engineering directors. They asked a few easy technical questions about Java and Databases. After that, I was asked to come to their office at Sarasota for an in-person interview. There I went through about 4 rounds: First with 2 engineers that asked me about my resume and some coding questions on the board, the second round with another engineer that just asked me about me resume, then third round with 2 of engineering managers that asked me mostly behavioral questions and finally with the VP of the company that asked me many behavioral questions. I felt pretty confident with the overall process but I was told 2 weeks after that they decided to move forward with another candidate that had more experience with Java.
Interview questions [2]
Question 1
Write a recursive method that returns Factorial (n).
I applied online. The process took 2 weeks. I interviewed at Andesa Services in June 2021
Interview
There was two rounds of an interview. First round and second round is pretty straight forward. Please make sure that any type of syntax error will not work or they will not accept it. I got my all technical questions correct but they did not accept me because of two some errors.
Interview questions [1]
Question 1
First round:
Oops, and some core hava questions
Second round:
Question1: print integer from 1 to 100(include 100). Where there is divisible by 3 print “fizz”. When it is divisible by 5 print “buzz”. When it is divisible by 3 and 5 print “fizzbuzz”. It is not divisible by either or those number print just number as it is
Question2: array was given of length five or index 5 find the largest number from that array(they give 5 minutes for this question)
Question3: write a query to display whose birthdate is 1900 or more
(Sql)
Question4: write a query which should count a number of username, but birthdate should not be null.(sql)