Deployment Analyst Interview Questions

1,879 deployment analyst interview questions shared by candidates

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?
avatar

Forward Deployed Software Engineer Intern

Interviewed at Palantir Technologies

3.7
Jan 25, 2017

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?

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)
avatar

Forward Deployed Software Engineer Internship

Interviewed at Palantir Technologies

3.7
Oct 15, 2015

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)

You have two arrays with numbers in them. You have to stop the program once you've found the largest difference between one number in the 1st array and one number in the 2nd array. You do not have to return the numbers, just stop once you've found it.
avatar

Forward Deployed Software Engineer Intern

Interviewed at Palantir Technologies

3.7
Apr 16, 2015

You have two arrays with numbers in them. You have to stop the program once you've found the largest difference between one number in the 1st array and one number in the 2nd array. You do not have to return the numbers, just stop once you've found it.

You have to detect input from keyboard, and detect whether the words are in the same row in the keyboard. For example, "asdf" will return YES, and "asde" will return NO. Write a code to solve this and what's the application to this? What if the input are of different language?
avatar

Forward Deployed Engineer

Interviewed at Palantir Technologies

3.7
Jan 22, 2014

You have to detect input from keyboard, and detect whether the words are in the same row in the keyboard. For example, "asdf" will return YES, and "asde" will return NO. Write a code to solve this and what's the application to this? What if the input are of different language?

Viewing 31 - 40 interview questions

Glassdoor has 1,879 interview questions and reports from Deployment analyst interviews. Prepare for your interview. Get hired. Love your job.