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

      ThousandEyes

      Part of Cisco

      Engaged Employer

      About
      Reviews
      Pay & benefits
      Jobs
      Interviews
      Interviews
      Related searches: ThousandEyes reviews | ThousandEyes jobs | ThousandEyes salaries | ThousandEyes benefits
      ThousandEyes interviewsThousandEyes Software Engineer interviewsThousandEyes 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.

      Software Engineer Interview

      Apr 2, 2012
      Anonymous Interview Candidate
      San Francisco, CA
      No offer
      Negative experience
      Average interview

      Application

      I applied through a recruiter. The process took 4 weeks. I interviewed at ThousandEyes (San Francisco, CA) in Feb 2012

      Interview

      They make you complete a fairly lengthy coding challenge that could easily take more than one week, and when you submit it-- if they are unhappy with it for any reason, they will simply tell you no, with no feedback of any kind. Don't waste your time on a long coding challenge (they essentially make you do a project), you may as well apply elsewhere

      Interview questions [1]

      Question 1

      Create a twitter like service with the following basic functionalities 1. A login page for users to sign in and a link/portion for registration if user is not in the system. 2. Once logged in, the user is directed to the home page where the user can post "tweets". Tweets appear with timestamp below on the users home page. 3. A logged in user can search for other users and decide to "follow" them. Users cannot control whether they can be followed or not in this implementation. If a user is part of the system, then anybody can follow them. 4. Tweets made by people the user follows also start to appear on the users home page. Page does not need to be refreshed for new tweets by other users to appear on the page. 5. If a user decides to "un follow" somebody, past tweets are removed from that users page and no more future tweets appear. In designing and implementing this system, feel free to correct things in twitter that you don't like or always wanted differently. Languages: Java, JSP, Spring MVC, Javascript/JQuery, HTML, CSS (JQuery and Spring MVC are highly encouraged). Database: MySQL
      Answer question
      11

      Other Software Engineer Interview Reviews for ThousandEyes

      Software Engineer Interview

      Nov 14, 2024
      Anonymous Interview Candidate
      New York, NY
      No offer
      Positive experience
      Average interview

      Application

      I interviewed at ThousandEyes (New York, NY)

      Interview

      I found the question fair but challenging. While I understood the fundamentals, my lack of experience with certain advanced techniques kept me from fully passing. I'll focus on refining these areas to improve my performance in the future. Thank you for the opportunity.

      Interview questions [1]

      Question 1

      how to use binary search
      Answer question
      1

      Software Engineer Interview

      Jul 12, 2022
      Anonymous Interview Candidate
      No offer
      Neutral experience
      Difficult interview

      Application

      I applied through a recruiter. The process took 3 weeks. I interviewed at ThousandEyes in Jun 2022

      Interview

      Initial Leetcode - style Interview followed by on site On site consisted of another coding round, systems design, and behavioral. I was not in the right headspace and did poorly on the first coding round. They allowed me to schedule one more coding round to "make up" for my first failing (despite passing through the initial coding round). The "make up" round was an extremely vague question with no example inputs/outputs and despite trying to communicate with the interviewer on the question, he told me another requirement of the problem which completely changed how I would have designed the solution 5 minutes before the end of the interview.

      Interview questions [2]

      Question 1

      Due to the NDA, I will keep it vague. Leetcode Hard graph problem (Djikstra's but with some tweaks)
      Answer question

      Question 2

      Design an "x" (coding/DS&A question, not systems design)
      Answer question
      2

      Software Engineer Interview

      Feb 18, 2021
      Anonymous Interview Candidate
      No offer
      Neutral experience
      Average interview

      Application

      I applied online. I interviewed at ThousandEyes

      Interview

      A fairly regular software engineer interview process. The first call was with the recruiter. After that, there was a technical round with one of the developers. The response time was also quick.

      Interview questions [1]

      Question 1

      Implement a new data structure which can do following set(key, value) get(key) last() delete(key)
      Answer question
      4