Write a function that when given a string will return the position of the starting point of the largest reoccurring character. (ie. given:"AAABBCCCCD" would return 5 (starting point of C)) Test your code.
Software Engineer Graduate Interview Questions
3,316 software engineer graduate interview questions shared by candidates
Calculate the revenue difference between a combination of two regions versus one region. 75 seconds to complete the answer.
General medium leetcode type questions ?
given a board of size NxM rectangular battle ships. How can you count how many ships are in the board? optimize to O(NM) time and O(1) space
They asked me a brain teaser question
The group exercise is difficult if you are not very proficient in business cases, especially if the other people participating have undergone business related studies. During the one-to-one interview they look especially how you present your ideas, and if you are enough clear or not.
What is your preferred programming language?
create a anomaly detection algorithm for continuous stream of data. Don't use python modules unless if you absolutely have to.
Q: What language would you use if you were handed a project?
Whiteboard exercise: algorithm (in pseudo-code) to find position of a given number in an array
Viewing 181 - 190 interview questions