Open In App

Google Interview Experience for Summer Intern

Last Updated : 07 Aug, 2023
Improve
Improve
Like Article
Like
Save
Share
Report

There were a total of 3 rounds.

Round 1: Online Assessment

There were a total of 2 questions in the online assessment it is being like that one was doable. You can also do a second one if you do competitive programming a little bit.

Round 2: Technical Interview

I was asked to solve a problem that there are many cities and you want to go from A to B. We want to find the minimum distance. I told them to use Dijkshitra algo but he asked if I can think of something else and asked me to use traversal and then I told him to use BFS then he was happy with that mark approach then he told if I block them some of the cities then what will you do then i told him to mark them already visited then he said if i put the toll between some cities then i said we will check all possibilities and take another array of toll and we will check the cities from a to b and we will find the way if directly possible without toll he was satisfied by my approach but I was not able to code properly because of lack of time.

some students were selected to round 3 that is final which is technical + HR

Round 3: Technical Interview + HR

I was given a question similar to Word ladder Question with some modifications I was only able to give a brute-force approach as it was a little bit confusing. Then he asked some questions from Oops and then the interview was over.

A final list of shortlisted students came.


Like Article
Suggest improvement
Previous
Next
Share your thoughts in the comments

Similar Reads