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

      BrowserStack

      Engaged Employer

      About
      Reviews
      Pay & benefits
      Jobs
      Interviews
      Interviews
      Related searches: BrowserStack reviews | BrowserStack jobs | BrowserStack salaries | BrowserStack benefits
      BrowserStack interviewsBrowserStack Senior Software Engineer interviewsBrowserStack 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. Indeed, Inc. "Glassdoor," "Worklife Pro," "Bowls," and logo are proprietary trademarks of Indeed, Inc.

      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.

      Senior Software Engineer Interview

      Aug 11, 2020
      Anonymous Interview Candidate
      Mumbai
      No offer
      Positive experience
      Difficult interview

      Application

      I interviewed at BrowserStack (Mumbai) in May 2020

      Interview

      Problem solving round This problem requires you to implement a log watching solution (similar to the tail -f command in UNIX). However, in this case, the log file is hosted on a remote machine (same machine as your server code).

      Interview questions [1]

      Question 1

      Problem statement This problem requires you to implement a log watching solution (similar to the tail -f command in UNIX). However, in this case, the log file is hosted on a remote machine (same machine as your server code). You have to implement the following: A server side program to monitor the given log file and capable of streaming updates that happen in it. This will run on the same machine as the log file. A web based client (accessible via URL like http://localhost/log) that prints the updates in the file as and when they happen and NOT upon page refresh. The page should be loaded once and it should keep getting updated in real-time. The user sees the last 10 lines in the file when he lands on the page. The server should not retransmit the entire file every time. It should only send the updates. You may implement the server in any programming language. You may not, however, use off-the-shelf libraries or tools that provide tail-like functionalities. The server should be able to handle multiple clients at the same time. We will be evaluating you for code quality, testability, modularity, corner cases etc. Specs This problem consists of two parts, transmitting the updates to the users browser. monitoring and reading the file Transmitting the updates to the users browser There are two broad approaches, the client polls the server for updates the server pushes updates to the clients Since we have to be as real time as possible we'll go with the second approach. You will need to implement Websockets and integrate with the second part of the problem. TODO get a websocket example working. For file reading and monitoring We are not allowed to use any third part libraries for this bit. Read the modified time of the file -> last_modified Seek to the end of the file and save the position -> last_read_position keep reading the file backwards till you find 10 new line characters, you now have the last 10 lines of the file, send it to the user over the websocket connection. Keep polling the modified time of the file, if its changed if its changed seek to last_read_position and read till the end of the file and send the data to the user via websocket. Save the new end of the file as last_read_position save the new last_modified and go to 4
      Answer question
      27

      Other Senior Software Engineer Interview Reviews for BrowserStack

      Senior Software Engineer Interview

      Apr 19, 2026
      Anonymous Interview Candidate
      Declined offer
      Positive experience
      Difficult interview

      Application

      I interviewed at BrowserStack

      Interview

      It was well coordinated. One round based on overall experience, system design. Round 2 was machine coding. Round 3 again was based on resume, design choices and Round 4 was HR.

      Senior Software Engineer Interview

      Nov 9, 2025
      Anonymous Interview Candidate
      No offer
      Neutral experience
      Average interview

      Application

      I applied through other source. I interviewed at BrowserStack

      Interview

      The Recruiter approached via Linkedin and gave details about the company, asked for salary expectation and then scheduled for the first round which is the elimination round also. Interviewer was not friendly.

      Interview questions [1]

      Question 1

      Mainly about projects, what was challenging, Networking related questions and 1 DSA
      Answer question

      Senior Software Engineer Interview

      Sep 3, 2025
      Anonymous Interview Candidate
      Mumbai
      No offer
      Positive experience
      Difficult interview

      Application

      I applied through a recruiter. The process took 2 weeks. I interviewed at BrowserStack (Mumbai) in Aug 2025

      Interview

      It was smooth, the recruiter reached out to me via Naukri. He was very friendly and briefed me about the process and all the rounds. The interview process was virtual and I was ghosted after 1 rounds.