I applied online. The process took 3 weeks. I interviewed at Palantir Technologies in Aug 2015
I applied through an employee referral. The process took 2 months. I interviewed at Palantir Technologies in Jun 2014
Interview
I had 2 unofficial 60+ minute conversations with current employees who encouraged me to apply for this position and then referred me internally. After submitting my application, I had a response from HR by the end of the day. HR scheduled a never ending series of phone calls. My first was with HR and I was asked some questions related to math and computer science. "I'm thinking of a number between 1 and 1000, how would you guess it and on average how many guesses would you need? (binary search)." "You invest equally in two stocks. Over the next 100 days the flucuate up and down every day by $1 or $10. After 100 days which stock has the highest value?" Next came 3 phone calls with actual product experts. I really enjoyed these conversations and they all ran over the allotted time. I was asked how I would solve some nebulous problems "a grocery store wants to know what music to play to increase sales, how would you solve this problem?" I felt that they were most interested in hearing me think and I took it as an opportunity to work with what might become my colleagues. I thought we came up with some plausible and imaginative scenarios, and every one on the phone was very encouraging - "I hope we'll get a beer soon.". After my third call they flew me out for an onsite and the demeanor was markedly different. The interviews were supposed to start at 9 but got pushed back to 10:30 and the entire office seemed too busy to care I was there. At one point I sat alone in a room for 25 minutes and there was no lunch. I was asked to white board code some stats problems, split a sequence of numbers into all subsets, etc. My final interviewer asked me "to list some times I exhibited exemplary leadership." The question was clearly a snide to the fact I was just finishing my PhD and had no "real-world" experience and I found it a silly question to ask after I had been going through their rigorous process for nearly 2 months and was flown out and put up on their dime. A week later I received a rejection letter.
I should have boozed and dined on their dime after the day was over.
The company does seem like a great place to work but I'm convinced that most of the job would involve cleaning data and giving companies the ability to off large swaths of their analysts. Where's the challenge?
Interview questions [1]
Question 1
How would you handle working with a customer's employees who are reluctant to share their methods because they are concerned for their job security?
I applied online and got a response maybe 1.5 weeks later. Scheduled an initial phone screen with recruiter who asked about my background and "why Palantir?". A week later had a technical phone interview with a Product Expert. He asked a conceptual question, a simple coding questions (on CodePair) and, again, "why Palantir?".
Interview questions [2]
Question 1
Conceptual: Given credit card transaction data in which compromised cards are flagged, how would you the identify the most likely sources (merchants) of credit card breach?
I applied through a recruiter. The process took 5 weeks. I interviewed at Palantir Technologies (New York, NY) in Jul 2015
Interview
There is a non technical phone screen, followed by a technical phone interview. The coding is pretty minimum. They asked me to code a binary search. After that, there is an take-home exercise, which is pretty trivial in my case. (I used a simple random forest, which is available in 'sklearn’). They flew for an onsite interview, which includes three rounds of open ended questions. I bombed this one. In retrospect, I should have prepared for open ended questions. It is difficult to make up things on the fly.
Interview questions [1]
Question 1
What you kind of question you want to solve if you have all the data you need, what is your exact plan, etc.
I applied through a recruiter. The process took 1 week. I interviewed at Palantir Technologies (Toronto, ON) in May 2015
Interview
I had three different rounds of interviews. Got bounced after the third one.
The first round is just an HR interview. Just to make sure that you can speak ok with other humans. You get asked about your background and why you want to work at Palantir - EVERYONE asks you why you want to work at Palantir. There is one very easy 'technical' question you get asked.
The second round was an (easy) software engineering interview. You go to coderpad and code up some solutions to some math algorithms. Think number of primes between 1 and n. There was also a 'if you had infinite resources, what data science problem would you want to work on and how would you approach it?' Kind of a very broad case study.
The third round was similar to the second round. No coding but I did get asked some probability questions. Expected winnings of coin flips kind of thing. Also another case study question: you are in charge of digital subscriptions for the New York Times. How would you help improve revenue? Very broad but segues into some modelling questions.
I didn't really enjoy the interview process. This could be sour grapes of course but I found the people I was interacting with fairly cold and brusque. There was absolutely no personal connection or friendly vibe in any of the technical interviews. The HR person being the exception. It just felt like the people who were interviewing me did not really have time for me and were not particularly interested in what I had to say.
Also, no detailed feedback. Just a form rejection email when I didn't move on. I emailed to ask for real feedback but was told that they don't do that. I went through three interviews with your company. I feel like you owe me some real feedback. Even to say I'm not skilled enough in these areas. I found that unprofessional.
Interview questions [1]
Question 1
Q: Code a function that checks if a number n is prime
Q: http://math.stackexchange.com/questions/179534/the-expected-payoff-of-a-dice-game
(I was only asked to do this for 2 rolls)