What is a challenge you faced
Software Developer New Grad Interview Questions
2,866 software developer new grad interview questions shared by candidates
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.
Time complexity and space complexity problems.
Tech interviews are mostly graph based.
Design Google Maps!, Debug Python code
Viewing 1951 - 1960 interview questions