designing a stack with O(1) operations
Deployment Analyst Interview Questions
1,883 deployment analyst interview questions shared by candidates
Given a set of number ranges, e.g. [3,6],[5,9],[1,2],[10,15] Develop an efficient algorithm to output the smallest number of ranges without losing any information. i.e. Output => [1,2],[3,9],[10,15] as [3,6] and [5,9] overlap so they can be merged to just be one range [3,9]. Extra info: If you had [2,5],[6,7] these would not merge as [2,7] would include all numbers between 5 and 6 which was not in the original subsets. You should be able to come up with a solution that is better than O(N^2)
Explain something to me that is very complicated for most, but simple for you.
What does the company actually do?
Find the running subset of an array that sums to the highest value
Imagine you are working with a law enforcement agency, and a police officer tells you 'Palantir keeps crashing', what do you do?
Time series data analysis
How would go about acquiring data from different entities during an emergency (like a storm)?
What do you see yourself doing in 5 years.
In your current project, what would yo do differently if you were to start again.
Viewing 841 - 850 interview questions