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

      ThoughtSpot

      Engaged Employer

      About
      Reviews
      Pay & benefits
      Jobs
      Interviews
      Interviews
      Related searches: ThoughtSpot reviews | ThoughtSpot jobs | ThoughtSpot salaries | ThoughtSpot benefits
      ThoughtSpot interviewsThoughtSpot Software Engineer - Front End interviewsThoughtSpot 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 - Front End Interview

      Oct 28, 2021
      Anonymous Interview Candidate
      No offer
      Neutral experience
      Easy interview

      Application

      I applied through a recruiter. The process took 3 days. I interviewed at ThoughtSpot in Oct 2021

      Interview

      Two Technical Rounds - Each 1 hour TR1: Basics of React and JavaScript and DSA Level 1 Coding based on arrays and strings 3 Questions TR2: Similar to TR1 2 Questions Basic Understanding is enough to crack the interview

      Interview questions [1]

      Question 1

      1. Write a program to print all the LEADERS in the array. An element is leader if it is greater than all the elements to its right side. And the rightmost element is always a leader. For example int the array {16, 17, 4, 3, 5, 2}, leaders are 17, 5 and 2. 2. Finding sum of digits of a number until sum becomes single digit 3. Counting frequencies of array elements 4. Write a function that generates a random string of any length 5. find missing number
      Answer question
      10