Tell us about a problem you needed to solve.
Graduate Developer Interview Questions
5,176 graduate developer interview questions shared by candidates
How did you hear about the job?
I didn't make it to the technical interview.
Find if there is such a line parallel to y-axis so that the given set of points are reflected with respect to the given line.
Define how search keyword suggestion (such as the suggestions in google search) can be implemented.
String decomposition: given a string, as you go through the string, if you encounter a substring that has been seen previously, you output that substring plus the next character in the original string.
Convert a decimal string to a custom base 7 notation. Sort a linked list defined only using nodes.
Given two strings. Find the least number of operations (you can remove/change/add/swap any character) to the first string to get the second.
What does volatile mean?
Given a linked list of elements defined as objects of a given class delete elements from the linked list that are found in an array.
Viewing 31 - 40 interview questions