the interviewer was nice and very professional and the process was good
it was for summer software engineer internship , the interview was technical only focusing in algorithms and datastruct
I applied online. The process took 2 weeks. I interviewed at Google (Perth, Australia Occidental) in Mar 2016
Interview
Applied through https://www.google.com/about/careers/students/
Emailed by recruiter to organise a phone interview, unfortunately could only schedule within 1 week of recieving email.
Interview was 45 mins long, was asked 1 long programming question and 1 follow up theory question
Interviewer was helpful where applicable, gave a small amount of advice or help when requested
Interview questions [1]
Question 1
given a list of pairs (parent, child) navigate the list of pairs and fill the supplied data structure:
class Entry{
String data;
Set<Entry> Children
}
EG: { (A,B), (A,C), (A,D), (B,E), (E,F) }
I applied online. I interviewed at Google (Indore) in Jan 2014
Interview
8 coding round + one hr round.All round were online and it was on skype.I was allowed to open internet to see solutions.I searched the web for all answer.overall it was a good experience
Interview questions [1]
Question 1
create a linked list of 1 million nodes instantly.create a trie data structure and implement a dictionary