I applied online. The process took 3 weeks. I interviewed at Google
Interview
Two phone interviews. Does a given file name match a single-star pattern?
index.html matches *.html
foo.txt does not match *.html
matches(“index.html”, “*html”) returns true
matches(“foo.txt”, “*html”) returns false
matches(“cat”, “c*t”) returns true
I applied through college or university. The process took 2 weeks. I interviewed at Google in Oct 2013
Interview
On campus Interview. Two back to back 45 min technical interviews
Interview questions [1]
Question 1
1. A rotated sorted array and find the begin of the array(smallest).
2. given a pattern array and a search array. if the pattern appears in the search array in order than return true
3. given infinitely numbers, for every number compute the average of the former k numbers.
I applied through college or university. The process took 1 week. I interviewed at Google
Interview
Applied on the University Careers Portal.
Got a call for an interview on Campus. They mentioned that I'll have two interviews back to back. 45 minutes each.
Interview 1:
Question 1: The interviewer was really kind. The asked me to write a function to find all the Ramanujan numbers. He helped me when I got stuck at any point and was giving me polite hints.
Question 2: He asked me to implement a queue using 2 stacks.
Interview 2:
Question 1: He has a question on the laptop. I have to code it and answer the questions that followed.