Upload Button Icon Add office photos

Filter interviews by

ThoughtSpot Interview Questions, Process, and Tips

Updated 18 Sep 2024

Top ThoughtSpot Interview Questions and Answers

View all 6 questions

ThoughtSpot Interview Experiences

Popular Designations

15 interviews found

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)
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)

ThoughtSpot interview questions for popular designations

 Angular Developer

 (1)

 Content Writer

 (1)

 Java Developer

 (1)

 Mts Software Engineer

 (1)

 Project Manager

 (1)

 Sdet Engineer

 (1)

 Senior Sdet Engineer

 (1)

 Senior Software Developer

 (1)

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)
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

Jobs at ThoughtSpot

View all
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)

Mts Software Engineer Interview Questions & Answers

user image Krishna Manvar

posted on 12 Mar 2024

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

Leetcode medium coding question is asked

Round 2 - Technical 

(1 Question)

  • Q1. LLD of LRU cache

Mts Software Engineer Interview Questions asked at other Companies

Q1. What are decorators in Python and how define it. and what is a function object
View answer (1)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Just general content writing questions, the interviewer was great.
Round 3 - Blog writing 

(1 Question)

  • Q1. Product based blog

Interview Preparation Tips

Interview preparation tips for other job seekers - Please ask about expectations from the assignment very well.

Content Writer Interview Questions asked at other Companies

Q1. What are the steps to follow to write good content?
View answer (5)

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 Technical, Coding Test 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. Implement a persistence stack with constant time operati...read more
  2. Median of two sorted arrays and OOPs bas...read more
  3. Design a library for api test...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 11 interviews in last 1 year

Interview experience

4
  
Good
View more

People are getting interviews through

based on 8 ThoughtSpot interviews
Campus Placement
Job Portal
Company Website
38%
25%
13%
24% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

Mu Sigma Interview Questions
2.7
 • 221 Interviews
Tiger Analytics Interview Questions
3.6
 • 209 Interviews
Fractal Analytics Interview Questions
4.0
 • 194 Interviews
Vyapar Interview Questions
3.5
 • 47 Interviews
AbsolutData Interview Questions
3.6
 • 9 Interviews
Algonomy Interview Questions
3.9
 • 9 Interviews
Crayon Data Interview Questions
3.6
 • 4 Interviews
View all

ThoughtSpot Reviews and Ratings

based on 25 reviews

3.8/5

Rating in categories

3.7

Skill development

3.2

Work-Life balance

3.7

Salary & Benefits

3.1

Job Security

3.3

Company culture

3.1

Promotions/Appraisal

3.4

Work Satisfaction

Explore 25 Reviews and Ratings
Senior HRIS Analyst

Bangalore / Bengaluru

3-6 Yrs

Not Disclosed

Lead SDET

Bangalore / Bengaluru

10-11 Yrs

Not Disclosed

Explore more jobs
Software Engineer
38 salaries
unlock blur

₹6.8 L/yr - ₹27.6 L/yr

Member Technical Staff
31 salaries
unlock blur

₹12 L/yr - ₹40 L/yr

QA Engineer
12 salaries
unlock blur

₹5.8 L/yr - ₹13.8 L/yr

Senior Software Engineer
11 salaries
unlock blur

₹14 L/yr - ₹50 L/yr

Technical Staff Member 3
10 salaries
unlock blur

₹26 L/yr - ₹52 L/yr

Explore more salaries
Compare ThoughtSpot with

Mu Sigma

2.7
Compare

Fractal Analytics

4.0
Compare

Tiger Analytics

3.6
Compare

LatentView Analytics

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview