AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    VIEW WINNERS
    • ABECA 2025
      VIEW WINNERS

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    Participate in ABECA 2026 right icon dark
For Employers
Upload Button Icon Add office photos
logo
Employer? Claim Account for FREE

ThoughtSpot

Compare button icon Compare button icon Compare
4.1

based on 32 Reviews

Play video Play video Video summary
  • About
  • Reviews
    32
  • Salaries
    508
  • Interviews
    19
  • Jobs
    42
  • Benefits
    -
  • Photos
    -
  • Posts
    1

Filter interviews by

ThoughtSpot Interview Questions and Answers

Updated 14 Mar 2025
Popular Designations

ThoughtSpot Interview Experiences

19 interviews found

Software Developer Intern Interview Questions & Answers

user image Anonymous

posted on 20 Jan 2025

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Coding Test 

A 90-minute coding test on HackerRank, which includes one medium, one easy, and one hard question.

Round 2 - Technical 

(2 Questions)

  • Q1. What is the index of the first occurrence where a pattern string matches with a text string?
  • Ans. 

    The index of the first occurrence where a pattern string matches with a text string.

    • Use string searching algorithms like Knuth-Morris-Pratt or Boyer-Moore for efficient pattern matching.

    • Iterate through the text string and check for matches with the pattern string.

    • Return the index of the first occurrence where the pattern matches with the text.

  • Answered by AI
    Add your answer
  • Q2. Given a string, how can we find the minimum length substring whose sum is greater than or equal to a specified target?
  • Ans. 

    Use sliding window technique to find minimum length substring with sum >= target.

    • Initialize two pointers at start of string

    • Expand window by moving right pointer until sum >= target

    • Shrink window by moving left pointer while updating minimum length

    • Repeat until end of string is reached

  • Answered by AI
    Add your answer
Anonymous

System Reliability Engineer Interview Questions & Answers

user image Anonymous

posted on 19 May 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Focus is on linux. Troubleshooting on linux regarding performance, CPU, disk etc
  • Add your answer
  • Q2. Linux commands to perform certain task if you know cloud basics of cloud SG VPC EC2 instance
  • Add your answer
  • Q3. Linux network troubleshooting and basics
  • Add your answer
Round 2 - Technical 

(1 Question)

  • Q1. Focused on advanced linux TS
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for linux thats all they look into
Anonymous

Software Developer Intern Interview Questions & Answers

user image Anonymous

posted on 30 Aug 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Coding Test 

There were 3 questions in the online assessment.

1 - Binary Search
2 - DP
3 - Graphs

Round 2 - Technical 

(1 Question)

  • Q1. Implement a persistence stack with constant time operations
  • Ans. 

    Implement a persistence stack with constant time operations

    • Use a combination of a stack and a hashmap to achieve constant time operations for push, pop, and get operations

    • Maintain a stack to store the elements and a hashmap to store the index of each element in the stack

    • When pushing an element, add it to the stack and update its index in the hashmap

    • When popping an element, remove it from the stack and also remove its i...

  • Answered by AI
    Add your answer
Round 3 - One-on-one 

(1 Question)

  • Q1. Median of two sorted arrays and OOPs basics
  • Ans. 

    Finding the median of two sorted arrays and discussing OOPs basics

    • To find the median of two sorted arrays, merge the arrays and then calculate the median

    • OOPs basics include concepts like encapsulation, inheritance, polymorphism, and abstraction

    • Example: Median of [1, 3] and [2] is 2.0

  • Answered by AI
    Add your answer

Skills evaluated in this interview

Anonymous

Interview Questions & Answers

user image Anonymous

posted on 14 Mar 2025

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Sep 2024, where I was asked the following questions.

  • Q1. Experience with sales ops and systems
  • Add your answer
  • Q2. Working in gtm teams
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Work with Lauren and Justin. Both were amazing.
Anonymous

Software Engineer Interview Questions & Answers

user image Anonymous

posted on 18 Sep 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. 2 rounds, 2 coding questions in each round. Managerial round.
  • Add your answer
Anonymous

Software Developer Interview Questions & Answers

user image Anonymous

posted on 23 Jun 2024

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Campus Placement and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

1 hr and it is pretty easy and having snippets technical questions etc

Round 2 - Coding Test 

I didn't selected for second round

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare coding basic should be strong in basic and study the aptitude and thats pretty easy
Anonymous

Sdet Engineer Interview Questions & Answers

user image Anonymous

posted on 19 Mar 2024

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Promises in Javascript
  • Ans. 

    Promises in JavaScript are objects representing the eventual completion or failure of an asynchronous operation.

    • Promises help in handling asynchronous operations in a more organized manner.

    • They can be in three states: pending, fulfilled, or rejected.

    • Promises can be chained using .then() method to handle success and failure cases.

    • They can also be used with async/await for more readable asynchronous code.

  • Answered by AI
    Add your answer
Round 2 - Technical 

(1 Question)

  • Q1. React fundamentals
  • Add your answer
Round 3 - HR 

(2 Questions)

  • Q1. Why do you want to join our company
  • Add your answer
  • Q2. Notice period, joining date etc
  • Add your answer

Skills evaluated in this interview

Anonymous
Are these interview questions helpful?

Interview Questions & Answers

user image Anonymous

posted on 20 Jan 2025

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Leet code problem
Medium hard

Anonymous

Technical Staff Member 4 Interview Questions & Answers

user image Anonymous

posted on 10 Apr 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Easy to Medium Leetcode questions

Round 2 - Technical 

(1 Question)

  • Q1. Easy Schema design and technical deep dive
  • Add your answer
Anonymous

Sales Engineer Interview Questions & Answers

user image Anonymous

posted on 14 Mar 2025

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. Poc experience and RFP
  • Add your answer
  • Q2. Bi experience and demos
  • Add your answer
Anonymous

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about ThoughtSpot?
Ask anonymously on communities.
More about working at ThoughtSpot
  • HQ - San Jose,California, United States
  • Software Product
  • 201-500 Employees (India)
  • Internet

ThoughtSpot Interview FAQs

How many rounds are there in ThoughtSpot interview?
ThoughtSpot interview process usually has 2-3 rounds. The most common rounds in the ThoughtSpot interview process are Coding Test, Technical and Resume Shortlist.
How to prepare for ThoughtSpot interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at ThoughtSpot. The most common topics and skills that interviewers at ThoughtSpot expect are Analytics, Recruitment, Continuous Improvement, Python and Javascript.
What are the top questions asked in ThoughtSpot interview?

Some of the top questions asked at the ThoughtSpot interview -

  1. Given a string, how can we find the minimum length substring whose sum is great...read more
  2. What is the index of the first occurrence where a pattern string matches with a...read more
  3. Implement a persistence stack with constant time operati...read more
How long is the ThoughtSpot interview process?

The duration of ThoughtSpot interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

ThoughtSpot Interviews By Designations

  • ThoughtSpot Software Developer Intern Interview Questions
  • ThoughtSpot Project Manager Interview Questions
  • ThoughtSpot Angular Developer Interview Questions
  • ThoughtSpot Software Engineer Interview Questions
  • ThoughtSpot Senior Software Developer Interview Questions
  • ThoughtSpot Software Developer Interview Questions
  • ThoughtSpot Content Writer Interview Questions
  • ThoughtSpot Senior Software Engineer Interview Questions
  • Show more
  • ThoughtSpot Java Developer Interview Questions
  • ThoughtSpot Sales Engineer Interview Questions

Interview Questions for Popular Designations

  • Executive Interview Questions
  • Senior Executive Interview Questions
  • Analyst Interview Questions
  • Software Engineer Interview Questions
  • Software Developer Interview Questions
  • Senior Engineer Interview Questions
  • Sales Executive Interview Questions
  • Consultant Interview Questions
  • Show more
  • Accountant Interview Questions
  • System Engineer Interview Questions

Overall Interview Experience Rating

4/5

based on 15 interview experiences

Difficulty level

Easy 13%
Moderate 88%

Duration

Less than 2 weeks 88%
2-4 weeks 13%
View more

Interview Questions from Similar Companies

Vyapar
Vyapar Interview Questions
3.5
 • 60 Interviews
KEKA TECHNOLOGIES
KEKA TECHNOLOGIES Interview Questions
3.3
 • 44 Interviews
ZIGRAM
ZIGRAM Interview Questions
3.5
 • 42 Interviews
Prime Focus Technologies
Prime Focus Technologies Interview Questions
3.3
 • 40 Interviews
RGBSI
RGBSI Interview Questions
3.3
 • 27 Interviews
MapmyIndia
MapmyIndia Interview Questions
3.7
 • 26 Interviews
Fingent
Fingent Interview Questions
4.2
 • 25 Interviews
Twilio
Twilio Interview Questions
3.9
 • 24 Interviews
BlueBinaries Engineering and Solutions
BlueBinaries Engineering and Solutions Interview Questions
3.1
 • 24 Interviews
Backbase
Backbase Interview Questions
3.7
 • 23 Interviews
View all

ThoughtSpot Reviews and Ratings

based on 32 reviews

4.1/5

Rating in categories

3.8

Skill development

3.7

Work-life balance

4.0

Salary

3.5

Job security

3.8

Company culture

3.6

Promotions

3.6

Work satisfaction

Explore 32 Reviews and Ratings
Jobs at ThoughtSpot
ThoughtSpot
Senior Data Engineer

Bangalore / Bengaluru

6-11 Yrs

Not Disclosed

ThoughtSpot
ThoughtSpot - Senior Technical Staff - System Design (6-10 yrs)

6-10 Yrs

Not Disclosed

ThoughtSpot
Staff Engineer (DevSecOps)

Hyderabad / Secunderabad

10-15 Yrs

Not Disclosed

Explore more jobs
ThoughtSpot Salaries in India
Software Engineer
46 salaries
unlock blur

₹11.8 L/yr - ₹22 L/yr

Member Technical Staff
32 salaries
unlock blur

₹12.5 L/yr - ₹50 L/yr

Technical Staff Member 3
15 salaries
unlock blur

₹22 L/yr - ₹59 L/yr

QA Engineer
13 salaries
unlock blur

₹3.7 L/yr - ₹13.8 L/yr

Solution Analyst
12 salaries
unlock blur

₹5.5 L/yr - ₹9.5 L/yr

Explore more salaries
Compare ThoughtSpot with
Aurigo

Aurigo

4.7
Compare
Prime Focus Technologies

Prime Focus Technologies

3.3
Compare
Vyapar

Vyapar

3.5
Compare
MapmyIndia

MapmyIndia

3.6
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • ThoughtSpot Interview Questions
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Trusted by over 1.5 Crore job seekers to find their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

10 Lakh+

Interviews

1.5 Crore+

Users

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2025 winners awaited tag
  • Participate in ABECA 2026
  • Invite employees to rate
AmbitionBox
  • About Us
  • Our Team
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter