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 and benefits
      Jobs
      Interviews
      Interviews
      Related searches: Google reviews | Google jobs | Google salaries | Google benefits
      Google interviewsGoogle Software Engineer (Site Reliability) interviewsGoogle interview


      Glassdoor

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

      Employers

      • Free Employer Account
      • Employer Centre
      • Employers Blog

      Information

      • Help
      • Guidelines
      • Terms of Use
      • Privacy and 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.

      Followed companies

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

      Job searches

      Get personalised job recommendations and updates by starting your searches.

      Bowls

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

      Company Bowl sample

      Want the inside scoop on your own company?

      Check out your Company Bowl for anonymous work chats.

      Software Engineer (Site Reliability) Interview

      13 Mar 2018
      Anonymous interview candidate
      Houston, TX

      Other Software Engineer (Site Reliability) interview reviews for Google

      Software Engineer (Site Reliability) Interview

      24 Aug 2016
      Anonymous interview candidate
      Chicago, IL
      No offer
      No offer
      Positive experience
      Average interview

      Application

      I applied online. The process took 4 days. I interviewed at Google (Houston, TX) in Feb 2018

      Interview

      it was a phone interview for about an hour, mainly focused on coding. applied online, my resume was short listed and was invited for a telephonic interview. first 10 mins were introduction and quick resume related questions. she jumped quickly to coding question.

      Interview questions [1]

      Question 1

      Given a string, return true if after jumbling/rearranging the characters of the string will it be a palindrome. and false if not. eg: given string "evlel", it can be rearranged to "level" and thus it is a palindrome, and return true. eg: 1234 cannot be rearranged to become a palindrome hence false.
      4 Answers
      Positive experience
      Average interview

      Application

      I applied through a staffing agency. The process took 4 weeks. I interviewed at Google (Chicago, IL) in Jul 2016

      Interview

      The google HR (or a third-party head hunter associated with Google) contacted me through Linkedin and asked for my CV and well as a get-to-know phone call. Then they arranged a technical phone interview for me. They are quite generous in allowing me to delay that until 1 month later (so that I had more time to prepare since a software engineer position is not a 100% fit for my area).

      Interview questions [1]

      Question 1

      Pretty standard string search. Given a text message where there are people names (a name can be 1,2 3,.. words). Given that each person has their Google+ profile page. They ask to go through the text message and replace all the people's names by their Google+ page.
      Answer question
      1