Was asked an extremely inappropriate personal question and promptly was pulled out of the process when I did not feel comfortable answering.
Deployment Analyst Interview Questions
1,879 deployment analyst interview questions shared by candidates
Don't remember specifics anymore, but definitely brush up on algorithms and creative ways to apply them. Find the naive solution first (usually not too difficult) then look at the way you implemented it to see if you can replace loops with dynamic programming and whatnot.
Parse and compute a math equation as a string, respecting parenthesis and order of operations (/, *, +, -).
Tell me about your background and how you ended up where you are.
Give an example of something you believe that most people disagree with you about.
What is something you would like to change using data?
Why would you be a good fit for Palantir.
Some regular systems design interviews, data structures, and algorithms.
Checking if same matrix fields are connected and testing implementation.
If you have a list of intervals, how would you merge them? (code the algorithm in language of your choice) e.g. [1,3], [8,11], [2,6] => [1,6], [8-11]
Viewing 1711 - 1720 interview questions