Two LeetCode style medium difficulty algo questions on CodeSignal.
New Grad Software Engineer Interview Questions
2,906 new grad software engineer interview questions shared by candidates
Trees and special sorts.
Given pairs list and 2 nodes, determine whether these 2 nodes have common ancestor.
To explain the time and space complexity of two different algorithms
3 time complexity trivia questions. Anyone pursuing a CS or adjacent degree should know how to do these. Followed by 3 coding challenges that build on each other. We had to perform time complexity and space complexity on all 3 problems. I was able to complete the problems with 15 mins remaining on the clock.
1.Nodes with only one parent or zero parents. 2Possible moves with only one step (2d matrix)
HR Round: "Why Palantir and not [company x], [company y]?"
Question about availability to start
What is one thing you don’t like in Software Engineering? Be specific and explain why.
"Catching an insider trader". Pretty easy problem. You can solve the problem with 2 hash-tables and with a banal sorting procedure.
Viewing 2501 - 2510 interview questions