They asked three questions, all of which could probably be found leetcode if you go through discussion section
New Grad Software Engineer Interview Questions
2,906 new grad software engineer interview questions shared by candidates
Standard HackerRank assessment focused on dynamic programming and an optimization problem.
Add attachments to a robot to cross a course of different terrains.
What is a challenge you faced
why do you want to work here
Given the APIwith http method with countries data, including the region (which the country is in) and keyword (to be included in the country name, case insensitive). Then, write a program to print out all countries, and population.
The first question involved creating a simple cipher program in Python. The task was to decrypt an encrypted string by replacing each character with the Kth character in the counter-clockwise direction on the English letter wheel. The second question required implementing a function called "efficient trek." The function took an array of trail lengths and the number of days to cover all trails. The goal was to return the minimum sum of the longest trail on each day, based on the specified conditions. The example provided was a scenario with six trails and a given record value, and the task was to calculate the minimum sum of the longest trails.
Why are you interested in working for Palantir?
Topo sort, BFS and DFS of graphs and Trees
A generic, graph-related question that had an easy-to-see brute force solution and an optimized solution that required an advanced algorithm.
Viewing 1981 - 1990 interview questions