I applied online. The process took 1 week. I interviewed at Vrbo (Austin, TX) in Oct 2016
Interview
Applied online, First call was with the recruiter followed by a coding test by one of their engineer. The next round was with the hiring manger.
I was then invited for an onsite interview where I was interviewed by 4 different engineers, each round was a 1-1 with a lot of white boarding questions. The overall experience was really good.
Interview questions [4]
Question 1
Write a function to give the value of the nth element in a Fibonacci series?
Given an array of odd or even numbers find out the index of an out liner number?
An out liner number is the odd element in the set of array Example an even number would be an outliner for an array with all odd numbers and vice versa.