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.
Software Engineer New Grad Interview Questions
3,069 software engineer new grad interview questions shared by candidates
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
Explain how you would go about designing a mobile app that helps a user know how dangerous an animal is. Consider real life scenarios like no wifi accessibility.
Signed NDA, but the problems were not really hard in my case. Leetcode mediums
Caesar Cipher, Basic Behavioral
Viewing 2101 - 2110 interview questions