Q: Data structures and algos, backtracking, graphs
Internship Interview Questions
104,882 internship interview questions shared by candidates
A survey is given to all passengers on a number of different planes. The survey asks each person how full their plane was. The people answer honestly. If 50% of people claim that their plane was 80% full, while the other 50% claim that their plane was 20% full, how full was the average plane?
Singleton
coding questions
Asked Java Inheritance Problem
Phone interview was about deleting matching pairs of letters in a string.
What were my career aspirations.
How to judge whether you can change one character to make two strings the same
Building cache datastructure
Coding challenge was 3 questions. First 2 were super easy, not much to say. The 3rd question was, given 3 integers that represent the amount of As Bs and Cs you can use to construct a string, return the length of the longest possible string such that this string does not have any sequence of 3 numbers being all the same. For example, if I had the input 3,0,0, meaning 3 As, 0 Bs, 0 Cs, I would return 2 (for AA. AAA would not work, because there is a substring in this string of length 3 such that they are all the same).
Viewing 181 - 190 interview questions