Open In App

Google STEP Interview Experience for Internship 2022

Hey!

I got the opportunity to interview for Google STEP Intern for the 2022 Summer during my 4th Semester of B.Tech. I appeared in a total of 3 technical interviews each of 45 mins. All eliminatory in nature. 



In general, Google takes 2 interviews for the STEP internship but in my case, my 2nd interview didn’t go so well, so after consideration and review I got a 3rd chance interview after 2 months and that led to my selection in Google. STEP internship was the best experience I have had so far. 

Interview: STEP Internship Interview is for 2nd-year students and the topics they focus on are firstly strong basics of DSA such as Sorting, Searching, String Algorithms, using HashMaps, Stacks, Queues, and apart from this do expect a question on topics like BFS/DFS, Topological Sorting, Path Finding questions and questions involving graph algorithm in a 2D Matrix. These were the common topics they asked questions about in the STEP Interview. The difficulty level of questions is mostly medium and some hard level from Leetcode/GFG. Candidates are expected to be thorough with analyzing algorithms and taking edge cases into consideration. 



During my review after 2nd Interview, I was informed to pay extra attention to edge cases and space complexity. You are expected to come up with an optimized solution and then write its code on the shared Google Doc and perform a dry run if time permits. 

The interviewer can also ask you to write two different solutions for the same question, I was asked to optimize an array question on the basis of time and space both and write two codes for it. 

Some tips: 

Article Tags :