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

      iStreamPlanet

      Is this your company?

      About
      Reviews
      Pay and benefits
      Jobs
      Interviews
      Interviews
      Related searches: iStreamPlanet reviews | iStreamPlanet jobs | iStreamPlanet salaries | iStreamPlanet benefits
      iStreamPlanet interviewsiStreamPlanet Senior Software Engineer interviewsiStreamPlanet 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.

      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 personalised job recommendations and updates by starting your searches.

      Senior Software Engineer Interview

      29 Aug 2018
      Anonymous interview candidate
      Seattle, WA
      Declined offer
      Negative experience
      Average interview

      Application

      I applied through a staffing agency. The process took 4 weeks. I interviewed at iStreamPlanet (Seattle, WA) in Aug 2018

      Interview

      Had a telephonic round with the Principal Engineer followed by 4 rounds onsite. Was offered significantly less salary than what I quoted and a lesser role inspite of doing well in interviews. Don't waste your time here if you're looking for a decent salary.

      Interview questions [2]

      Question 1

      White board discussion on designing a url shortner.
      Answer question

      Question 2

      Coding round - write code for finding shortest path connecting two people in a social networking site.
      Answer question
      2

      Other Senior Software Engineer interview reviews for iStreamPlanet

      Senior Software Engineer Interview

      19 Oct 2019
      Anonymous interview candidate
      Seattle, WA
      No offer
      Positive experience
      Difficult interview

      Application

      I applied online. The process took 3 weeks. I interviewed at iStreamPlanet (Seattle, WA) in Jul 2019

      Interview

      Started with an initial phone screen with a recruiter. Then an hour technical interview that involved pair programming and some larger questions about my background. On-site interview was a series of 1 hour sessions: - whiteboarding - this was a typical algorithm problem with opportunities to reuse code - cultural chat - this was a friendly but actually pretty grilling session about things such as handling adversity in the workplace - system design - a typical open ended system design problem - questions - an open ended session to learn more about the company

      Interview questions [1]

      Question 1

      How would you design a sudoku webapp?
      Answer question
      3

      Senior Software Engineer Interview

      8 Mar 2018
      Anonymous employee
      Seattle, WA
      Accepted offer
      Neutral experience
      Average interview

      Application

      I applied through a staffing agency. The process took 2 weeks. I interviewed at iStreamPlanet (Seattle, WA) in Feb 2016

      Interview

      A 1-hour phone screening (live coding) followed by an on-site full loop which includes 5 rounds of technique questions (1 behavior and 4 coding on white board). If you're well prepared, these questions are small piece of cake.

      Interview questions [1]

      Question 1

      Give an API: int read4(char *buf) which reads 4 characters at a time from a file. The return value is the actual number of characters read. For example, it returns 3 if there is only 3 characters left in the file. By using the read4 API, implement the function int read(char *buf, int n) that reads n characters from the file.
      2 Answers