Palantir · Primly Community

Palantir interview rejection post-mortem, what I'd change

qa_quinn · 4 replies

Got the rejection email three days after my onsite. No call, just an email. That part stung.

I went through the full loop: recruiter screen, two technical phone screens, then an onsite with four rounds (coding, system design, product sense, and a culture/behavioral round they call "the Palantir pitch"). Here's what I think went wrong.

The coding rounds. I can do LeetCode mediums fine but one of the onsite coding rounds required optimization I wasn't expecting. I solved the problem but my first solution was O(n^2) and I had to be prompted to improve it. In hindsight, I should have practiced talking through complexity trade-offs out loud, not just reaching the solution.

System design. I over-architected. I spent 20 minutes on distributed consensus and the interviewer kept nudging me toward "let's simplify" and I kept ignoring the hint. Big mistake. Palantir's system design round is practical, not theoretical. They want to see that you can scope.

The Palantir pitch round. This is the one I was least prepared for. Basically they ask you to make a case for a real-world use of Palantir software. I had no idea what their actual products did in depth, just surface-level stuff. I fumbled it pretty badly. If I did this over I would spend a full day reading their product docs and thinking through a specific use case I could talk about with conviction.

Behavioral. This was actually fine. I had real stories from my internships and they responded well. The STAR method holds up here.

I'm going to let it sit for six months and reapply. I know the weak spots now. Rejection stings less when it's legible.

4 replies

backend_bekah

The "over-architecting" thing in system design is real. I notice this in mock interviews constantly. The interviewer gives a signal to simplify and candidates just keep going deeper. It's a scoping conversation as much as a technical one.

staff_steph

For what it's worth, the Palantir pitch round trips up a lot of people, even experienced ones. It helps to pick a domain you actually know (healthcare, defense, finance, energy) and think about where their platforms would apply. They're not expecting you to know internal product details, they want to see if you think in terms of enterprise data problems.

hardware_hugo

That's a better framing than I had going in. I tried to show off knowledge I didn't have instead of staying in domains I actually understand.

qa_quinn

Did they say anything about the timeline for reapplication? I know some companies have a 1-year or 2-year cooldown.