I applied online. The process took 3 weeks. I interviewed at Fuze (Seattle, WA) in Jun 2015
Interview
video interview using their application. First round was with the director and second round was again a video interview 3 hour long. All technical coding questions were asked and also the test cases for all the questions asked.
Interview questions [1]
Question 1
1. Reverse a string without reversing words. Later he added delimiters to the string and did not want to reverse the delimiters but just the words.
2. how would you test a video not running on youtube or netflix.
Second round:
1. reverse digits in a integer both positive and negative.
2. you have an array [1,2,3,4] output as the product of all other values but not the value at that index [24,12,8,6]
3. find the pairs which adds to specific sum in an array. a[x1,x2,x3,x4] and b[y1,y2,y3,y4] x1+y1=z so print x1,y1.
4. there are two large files flie1 and file2 , merge the file with no duplicates.
Write test cases for all of these questions.