Skip to contentSkip to footer
  • Community
  • Jobs
  • Companies
  • Salaries
  • For Employers
      Notifications

      Loading...

      Elevate your career

      Discover your earning potential, land dream jobs, and share work-life insights anonymously.

      employer cover photo
      employer logo
      employer logo

      Google

      Engaged Employer

      About
      Reviews
      Pay & benefits
      Jobs
      Interviews
      Interviews
      Related searches: Google reviews | Google jobs | Google salaries | Google benefits | Google conversations
      Google interviewsGoogle SWE Intern interviewsGoogle interview


      Glassdoor

      • About / Press
      • Awards
      • Blog
      • Research
      • Contact Us
      • Guides

      Employers

      • Free Employer Account
      • Employer Center
      • Employers Blog

      Information

      • Help
      • Guidelines
      • Terms of Use
      • Privacy & Ad Choices
      • Do Not Sell Or Share My Information
      • Cookie Consent Tool
      • Security

      Work With Us

      • Advertisers
      • Careers
      Download the App

      • Browse by:
      • Companies
      • Jobs
      • Locations
      • Communities
      • Recent Posts

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor," "Worklife Pro," "Bowls," and logo are proprietary trademarks of Glassdoor LLC.

      Company Bowl sample

      Want the inside scoop on your own company?

      Check out your Company Bowl for anonymous work chats.

      Bowls

      Get actionable career advice tailored to you by joining more bowls.

      Followed companies

      Stay ahead in opportunities and insider tips by following your dream companies.

      Job searches

      Get personalized job recommendations and updates by starting your searches.

      SWE Intern Interview

      Aug 9, 2024
      Anonymous Interview Candidate
      Bengaluru
      No offer
      Positive experience
      Difficult interview

      Application

      I interviewed at Google (Bengaluru)

      Interview

      1. Online Assessment: The first step was an online assessment that consisted of three coding problems to be solved in 90 minutes. The problems ranged from medium to hard difficulty, focusing on data structures like graphs, trees, and dynamic programming. I was able to solve two problems completely and partially solve the third one. 2. Phone Screen: After successfully clearing the online assessment, I was scheduled for a phone screen with a Google engineer. This round was 45 minutes long, with a brief introduction and one coding problem. The problem involved designing an efficient algorithm to solve a real-world scenario using graph traversal techniques. I had to explain my thought process and optimize my solution during the interview. I coded the solution live, using Google Docs for the code editor. The interviewer asked a few follow-up questions about time and space complexity.

      Interview questions [1]

      Question 1

      ### **1. Online Assessment:** - **Question 1:** Given an array of integers, return the length of the longest subarray with a sum equal to zero. - **Question 2:** Given a matrix of `m x n` dimensions, find the number of ways to reach the bottom-right corner from the top-left corner, where you can only move down or right. - **Question 3:** Implement a function to detect if a cycle exists in a directed graph. ### **2. Phone Screen:** - **Question:** You are given a list of projects and dependencies between them (each dependency is a pair of projects where the first project is dependent on the second). Write a function to find an order in which to complete all the projects. (Topological Sort) ### **3. Onsite Interviews:** #### **Round 1: Data Structures & Algorithms** - **Question 1:** Given a binary tree, find the maximum path sum. The path may start and end at any node in the tree. - **Question 2:** Implement an LRU (Least Recently Used) cache system with `get` and `put` operations in O(1) time. #### **Round 2: System Design** - **Question:** Design a scalable chat application. Discuss how you would handle real-time messaging, message storage, and delivery guarantees in a distributed system. #### **Round 3: Behavioral Interview** - **Question 1:** Tell me about a time when you had to work with a difficult team member. How did you handle the situation, and what was the outcome? - **Question 2:** Describe a situation where you faced a significant challenge in a project. How did you overcome it? #### **Round 4: Coding Challenge** - **Question:** Given a string of digits, return all possible valid IP addresses that can be formed by inserting dots into the string. (e.g., "25525511135" can be turned into "255.255.11.135", "255.255.111.35") #### **Round 5: Googleyness & Leadership** - **Question 1:** How have you demonstrated leadership in a project that you were passionate about? What impact did your leadership have on the project's success? - **Question 2:** Tell me about a time when you had to make a decision with limited information. How did you approach the situation? These questions are designed to test a candidate's technical skills, problem-solving ability, and how well they fit within the company culture.
      Answer question

      Other SWE Intern Interview Reviews for Google

      SWE Intern Interview

      Jun 23, 2026
      Anonymous Interview Candidate
      No offer
      Positive experience
      Average interview

      Application

      I applied online. I interviewed at Google

      Interview

      It was interesting to see the way that the team was able to make the candidates more comfortable. The process was fast and interesting in order to make the candidate feel more relaxed

      Interview questions [1]

      Question 1

      Why Google and why did you choose this company?
      Answer question

      SWE Intern Interview

      Jun 17, 2026
      Anonymous Interview Candidate
      No offer
      Positive experience
      Easy interview

      Application

      I interviewed at Google

      Interview

      It was online and fairly standart. You will be sent a Google Meet link after scheduling with your interviewer. You will be asked one or two coding questions for STEP and SWE Intern positions. If you pass the technical rounds, you will be advanced to the team matching phase. As a tip, team matching is unfortunately not a guarantee and you should definitely continue looking for other opportunities as long as you don't have an offer in your hand.

      Interview questions [1]

      Question 1

      It was related to DP. It was specifically 1D. Cant give more details.
      Answer question

      SWE Intern Interview

      Jun 17, 2026
      Anonymous Interview Candidate
      No offer
      Neutral experience
      Average interview

      Application

      I interviewed at Google

      Interview

      it was in 2024, 2 rounds of interview were there, whether you get second one or not depend on your performance, i got the first one only and did not get the invite for the second one

      Interview questions [1]

      Question 1

      DSA Question releated to characters
      Answer question