Please write a generic function that performs a specific operation on time series data.
Forward Deployed Engineer Interview Questions
696 forward deployed engineer interview questions shared by candidates
Why Palantir? Find total amount traded in a portfolio of stocks.
How would you explain a deadlock to a nontechnical person?
(Systems design): Describe how you would build a generic job scheduler for our company?
All taxi drivers in a town need to meet in one place. What is the best place for them to meet?
Parse a csv file while honoring quotes, so that "blah, meh" is treated as one column.
Describe an algorithm for finding a duplicate character in a string.
Given a list of characters, find the first character that has a duplicate.
Given an array of times (hh:mm) ranging from 00:00 to 24:00 (inclusive), calculate the smallest number of minutes between any two times. Includes wrap-around (ie. 23:20 and 00:10 would be a 00:50 interval)
They asked me how to take an input of several characters with a mapping to values and compute whether or not these character sequences equaled a third character sequence value. Ex: A -> 1, B -> 2, C -> 3 inputs: ABC = 123 BCA = 231 Result? = AAA = 111 T or F does 123 + 231 = 111?
Viewing 11 - 20 interview questions