Upload Button Icon Add office photos

Filter interviews by

ThoughtSpot Interview Questions, Process, and Tips

Updated 20 Jan 2025

Top ThoughtSpot Interview Questions and Answers

View all 8 questions

ThoughtSpot Interview Experiences

Popular Designations

17 interviews found

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

I applied via campus placement at Indian Institute of Information Technology (IIIT), Kota 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?
  • Q2. Given a string, how can we find the minimum length substring whose sum is greater than or equal to a specified target?

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum Of Max And MinYou are given an array “ARR” of size N. Your task is to find out the sum of maximum and minimum elements in the array. Follow Up: Can you do the above task in a minimum number of comparisons? Input format: The first line ... read more
View answer (8)
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
  • Q2. Linux commands to perform certain task if you know cloud basics of cloud SG VPC EC2 instance
  • Q3. Linux network troubleshooting and basics
Round 2 - Technical 

(1 Question)

  • Q1. Focused on advanced linux TS

Interview Preparation Tips

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

System Reliability Engineer Interview Questions asked at other Companies

Q1. What will you do if you need to troubleshoot why wifi not working
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at National Institute of Technology (NIT), Warangal 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
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

Skills evaluated in this interview

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum Of Max And MinYou are given an array “ARR” of size N. Your task is to find out the sum of maximum and minimum elements in the array. Follow Up: Can you do the above task in a minimum number of comparisons? Input format: The first line ... read more
View answer (8)
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.

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)

ThoughtSpot interview questions for popular designations

 Software Developer Intern

 (2)

 Angular Developer

 (1)

 Content Writer

 (1)

 Java Developer

 (1)

 Mts Software Engineer

 (1)

 Project Manager

 (1)

 Sdet Engineer

 (1)

 Senior Sdet Engineer

 (1)

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

I applied via campus placement at Kongu Engineering College, Erode 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

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

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
Round 2 - Technical 

(1 Question)

  • Q1. React fundamentals
Round 3 - HR 

(2 Questions)

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

Skills evaluated in this interview

Sdet Engineer Interview Questions asked at other Companies

Q1. Tell me about the projects and knowledge on selenium api and etc?
View answer (2)

Jobs at ThoughtSpot

View all

Nts 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

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
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. LRU cache and optimizations

Senior Software Developer Interview Questions asked at other Companies

Q1. Intersection of Linked ListYou are given two Singly Linked List of integers, which are merging at some node of a third linked list. Your task is to find the data of the node at which merging starts. If there is no merging, return -1. For ex... read more
View answer (4)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

24 questions 30 mins

Round 2 - Group Discussion 

15 mins on recent affairs

Round 3 - Technical 

(2 Questions)

  • Q1. About internship and general question on data management
  • Q2. Data Visualization tools

Project Manager Interview Questions asked at other Companies

Q1. What is success & what is failure to you? How do you handle failure? - not much interviewer asks such questions, but I believe these are very important questions, if you want to succeed.
View answer (1)

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 Interview Process

based on 14 interviews

Interview experience

3.9
  
Good
View more

Interview Questions from Similar Companies

Mu Sigma Interview Questions
2.6
 • 228 Interviews
Tiger Analytics Interview Questions
3.7
 • 220 Interviews
Fractal Analytics Interview Questions
4.0
 • 205 Interviews
Vyapar Interview Questions
3.5
 • 50 Interviews
AbsolutData Interview Questions
3.6
 • 9 Interviews
Algonomy Interview Questions
4.0
 • 9 Interviews
Crayon Data Interview Questions
3.6
 • 4 Interviews
View all

ThoughtSpot Reviews and Ratings

based on 27 reviews

3.8/5

Rating in categories

3.6

Skill development

3.2

Work-life balance

3.8

Salary

3.1

Job security

3.3

Company culture

3.2

Promotions

3.4

Work satisfaction

Explore 27 Reviews and Ratings
Staff Engineer (Ruby on Rails)

Bangalore / Bengaluru

8-13 Yrs

Not Disclosed

Senior Member of Technical Staff (Ruby on Rails)

Bangalore / Bengaluru

8-13 Yrs

₹ 50-55 LPA

Senior Product Manager

Bangalore / Bengaluru

5-10 Yrs

Not Disclosed

Explore more jobs
Software Engineer
43 salaries
unlock blur

₹6.7 L/yr - ₹26.1 L/yr

Member Technical Staff
30 salaries
unlock blur

₹12.5 L/yr - ₹45 L/yr

Technical Staff Member 3
12 salaries
unlock blur

₹26 L/yr - ₹59 L/yr

QA Engineer
12 salaries
unlock blur

₹5.8 L/yr - ₹13.8 L/yr

Mts Software Engineer
9 salaries
unlock blur

₹13 L/yr - ₹38 L/yr

Explore more salaries
Compare ThoughtSpot with

Mu Sigma

2.6
Compare

Fractal Analytics

4.0
Compare

Tiger Analytics

3.7
Compare

LatentView Analytics

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview