ID Analytics interview question

Find a value in an array, implement binary search, find max value in Java, find max value in Python, fizz buzz, find the nth number in a fibonacci sequence. Also asked questions regarding unix commands and basic data structures.

Interview Answer

Anonymous

30 May 2015

Basic array searching for the java questions and Python question. Used recursion for fibonacci.