Skip to content

Commit 57c0f7c

Browse files
authored
[feih] companies/palantir: add GFE user experiences (#512)
1 parent 21cf01d commit 57c0f7c

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
title: Palantir Front End Interview Questions
3+
sidebar_label: Palantir interview questions
4+
---
5+
6+
## Insider tips from the GreatFrontEnd community
7+
8+
These tips were shared by [GreatFrontEnd](https://www.greatfrontend.com/?utm_source=frontendinterviewhandbook&utm_medium=referral&gnrs=frontendinterviewhandbook) users who have completed interviews with Palantir.
9+
10+
**21st Aug 2024**:
11+
12+
> I had a tree / graph traversal type problem for Palantir phone screen. More leetcode-y and less FE-specific. Uber was building a small app in the UI. React GreatFrontEnd problems were super helpful with clearing that round
13+
14+
**1st Jun 2024**:
15+
16+
> Search the server for Palantir. You’ll get a lot of tips here! Otherwise, I think this all depends on how prepared you already feel for leetcode and GreatFrontEnd questions. One week isn’t a lot of time, so I’d focus on your weakest topics and topics most likely to be asked
17+
> I mentioned leetcode because other people here who interviewed with Palantir said they had leetcode questions. Using the interview as just a practice is good too, if you really don’t wanna study leetcode, even just the questions posted on here.
18+
19+
**29th Mar 2024**:
20+
21+
> Hi for Palantir, it was a leetcode style question. I had to validate a graph and there were some additional questions about time and space complexity afterwards.
22+
> Hope this is not too late. The interviewer determined if it passed or not. There were no automatic tests.
23+
24+
**26th Mar 2024**:
25+
26+
> Just finished up a tech screen with Palantir. Pretty leetcode-y. Was asked to take a text and a query of two words, an integer k, and return the indicies of where the distance between the two words is <= k. Got a semi-optimal solution, but wasn't the most optimal (we went through the most optimal after). Was essentially just a text document (i.e. no test cases, I wrote the function signature, no ability to run the code). We'll see what happens 🤷‍♂️
27+
28+
**25th Mar 2025**:
29+
30+
> I have one tomorrow with them for a full-stack role leaning frontend. Here's what the recruiter told me to expect for the interview process: - Technical Interview — Leetcode, DSA
31+
> - 2 Interviews
32+
> - Web Dev
33+
> - Decomposition Interview (System Design)
34+
> - Hiring Manager Interview
35+
36+
For more insider tips, visit [GreatFrontEnd](https://www.greatfrontend.com/?utm_source=frontendinterviewhandbook&utm_medium=referral&gnrs=frontendinterviewhandbook)!

website/sidebars.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ module.exports = {
5959
'companies/pinterest-front-end-interview-questions',
6060
'companies/reddit-front-end-interview-questions',
6161
'companies/salesforce-front-end-interview-questions',
62+
'companies/palantir-front-end-interview-questions',
6263
],
6364
},
6465
],

0 commit comments

Comments
 (0)