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.
Deployment Analyst Interview Questions
1,881 deployment analyst interview questions shared by candidates
Why has google made it when all others failed (technologically, economically, and user-experience-wise)--something like that.
Describe past project [listed on resume]
Simple questions on data structures, 'what's your favourite programming language?', broad OO design.
In your opinion, what are some of the biggest challenges facing the healthcare industry today?
Catching an insider trader on hackerrank
From a dump of transactional records find possible insider traders
Some regular systems design interviews, data structures, and algorithms.
If you had all of the resources Palantir has, what problem would you solve?
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 1641 - 1650 interview questions