In the coding interview: First question was to develop a function which takes a numeric list, and generates the results of the CDF of the empirical distribution for each number in that list. The second was to run a logistic regression (one line of code, very simple) The third was FizzBuzz The fourth was to generate an algorithm to add all the numbers in any given number. (ie, 132 => 1+3+2 = 6)
Anonymous
The first one was by far the most challenging question, I did not get it correct. The second, third, and fourth were easy - but I ran out of time and did not completely answer the fourth.
Check out your Company Bowl for anonymous work chats.