for phone interview, the question is: given an array of integer sorted in order of ascending, find the missing number in that array. For example, the given array is [0,1,3,4], [1,2,3,4], [0,2,3,4], so there's always a missing number in that array and you have to find that one.
Grad Interview Questions
7,973 grad interview questions shared by candidates
I think LC medium-ish quesetions.
Algorithm question related to trees and json data structures.
Not too difficult but definitely worth studying for.
I was to describe one of my past projects and discuss the pros and cons of that project
String Manipulation, Google tagged questions in Leetcode
What are your time you decided on your project?
How would you sort something that does not fit in memory?
Given a grid of bikes B and a person P, find the nearest bike for him. . . . . . B . . . . . . . P . . . . . . . . . B . . . . B . . . . . . B. . B
Multiple open ended questions which require you to determine optimal data structure(s) to use
Viewing 471 - 480 interview questions