Upload Button Icon Add office photos

Filter interviews by

ThoughtSpot Senior Sdet Engineer Interview Questions and Answers

Updated 14 Feb 2024

ThoughtSpot Senior Sdet Engineer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I was interviewed before Feb 2023.

Round 1 - Coding Test 

DSA question. Leetcode easy and medium questions were asked.

Round 2 - Technical 

(3 Questions)

  • Q1. Framework design related questions were asked
  • Q2. Design a library for api testing
  • Ans. 

    A library for API testing that provides a set of functions and utilities to simplify the testing process.

    • The library should have functions to send HTTP requests and validate responses.

    • It should support different authentication methods like OAuth, JWT, etc.

    • The library should handle common API testing scenarios like testing CRUD operations, handling different HTTP methods, etc.

    • It should provide utilities for data-driven ...

  • Answered by AI
  • Q3. Types of load balancing
  • Ans. 

    Load balancing is a technique used to distribute network traffic across multiple servers to ensure optimal performance and availability.

    • Types of load balancing include: round robin, least connections, IP hash, and weighted round robin.

    • Round robin distributes traffic evenly across servers in a sequential manner.

    • Least connections directs traffic to the server with the fewest active connections.

    • IP hash uses the client's I...

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

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

Coding question about strings

Round 2 - Technical 

(1 Question)

  • Q1. Complete interview about ci/cd, git, sql, postman etc
Round 3 - Technical 

(1 Question)

  • Q1. Current project
  • Ans. 

    Currently working on developing automated test scripts for a web application using Selenium and Java.

    • Utilizing Selenium for automated testing

    • Writing test scripts in Java

    • Testing web application functionality and performance

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Tell me ab hmm df⅝⅘
  • Ans. 

    The question seems to be incomplete or garbled, please provide more context or clarification.

    • Ask for clarification or more context from the interviewer

    • Confirm if the question was stated correctly

    • Provide a response based on the information provided

  • Answered by AI
Round 5 - Case Study 
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding question about strings

Round 2 - Technical 

(1 Question)

  • Q1. Complete interview about ci/cd, git, sql, postman etc
Round 3 - Technical 

(1 Question)

  • Q1. Current project
  • Ans. 

    Currently working on developing automated test scripts for a web application using Selenium and Java.

    • Utilizing Selenium for automated testing

    • Writing test scripts in Java

    • Testing web application functionality and performance

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Tell me ab hmm df⅝⅘
  • Ans. 

    The question seems to be incomplete or garbled, please provide more context or clarification.

    • Ask for clarification or more context from the interviewer

    • Confirm if the question was stated correctly

    • Provide a response based on the information provided

  • Answered by AI
Round 5 - Case Study 
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Regex related related programming question

SDE-2 Interview Questions & Answers

HALODOC user image Anonymous

posted on 22 Jun 2022

I applied via Referral and was interviewed in Dec 2022. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Domain specific interview(Android) - Took 1.10 hrs - They asked why and how in most of the questions
  • Q2. Android architecture like service, activity, most of the topics covered in 1 hrs interview
  • Q3. Jetpack AAC, like work manager, LiveData vs MutableLiveData
Round 2 - Technical 

(3 Questions)

  • Q1. DSPS round - Asked data structure and concepts and then - Ask 2 or 3 data structures and algorithm problems - Give you 15/20 min each It was asked me string manipulations & tree.
  • Q2. Two string manipulation with hashing technique
  • Ans. 

    Hashing technique can be used for efficient string manipulation operations.

    • Hashing can be used for string comparison, substring search, and pattern matching.

    • Rabin-Karp algorithm is a popular hashing-based substring search algorithm.

    • Hash tables can be used for efficient string indexing and searching.

    • Hashing can also be used for string compression and encryption.

  • Answered by AI
  • Q3. Tree related problem
Round 3 - Coding Test 

Coding round with domain
- It was asked me paging, searching, MVVM, listing with RV and coding standards

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepare well in your domain, DSPS, and technically good

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at National Institute of Technology (NIT), Calicut and was interviewed in Aug 2022. There were 2 interview rounds.

Round 1 - Coding Test 

CODING ON DSA AND THEY ARE VERY MUCH STANDARD QUESTIONS,

Round 2 - Technical 

(3 Questions)

  • Q1. LCA OF THE BINARY TREE
  • Ans. 

    Find the lowest common ancestor of two nodes in a binary tree.

    • Traverse the tree recursively to find the paths from root to the two nodes.

    • Compare the paths to find the last common node.

    • If one of the nodes is the ancestor of the other, return the ancestor node.

    • If either of the nodes is not present in the tree, return null.

  • Answered by AI
  • Q2. K DISTANCE NODES FROM CURRENT NODE
  • Ans. 

    Finding nodes at a distance of K from the current node in a tree/graph.

    • Use BFS/DFS to traverse the tree/graph.

    • Maintain a visited set to avoid revisiting nodes.

    • Keep track of the distance of each node from the current node.

    • Return all nodes at a distance of K from the current node.

  • Answered by AI
  • Q3. DO YOU HAVE ANY QUESTIONS FOR US

Interview Preparation Tips

Interview preparation tips for other job seekers - PREPARE DSA AND DO STANDARD QUESTIONS AND BE CONFIDENT

Skills evaluated in this interview

I applied via campus placement at Institute of Technology, Banaras Hindu University and was interviewed in Aug 2022. There were 2 interview rounds.

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

(1 Question)

  • Q1. Standard LinkedList and Array DSA questions. Questions related to the projects, and questions related to the electronics circuits like MUX etc. Boolean algebra and Base conversion. Few questions were asked...

Interview Preparation Tips

Topics to prepare for Mentor Graphics SDE (Software Development Engineer) interview:
  • DSA
  • Linked list
  • Array
  • DP
  • Mosfet
  • Mutiplexer
Interview preparation tips for other job seekers - Study Core concepts of electronics diligently as it may be asked in SDE too.
Study standard DSA questions, important topics include DP, Graphs, Linked List, Trees, and Arrays.
Focus on deriving the answer in front of the interviewer and also explain each and every step you are taking and the thinking behind the approach.
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - Coding Test 

2 coding question on arrays and strings

Sde1 Interview Questions & Answers

Harness user image Anonymous

posted on 6 Jul 2022

I applied via campus placement at Institute of Technology, Banaras Hindu University and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Easy to medium questions

Round 2 - Technical 

(2 Questions)

  • Q1. Project related questions
  • Q2. Basic knowledge on relevant courses

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and speak out in a position manner

ThoughtSpot Interview FAQs

How many rounds are there in ThoughtSpot Senior Sdet Engineer interview?
ThoughtSpot interview process usually has 2 rounds. The most common rounds in the ThoughtSpot interview process are Coding Test and Technical.
What are the top questions asked in ThoughtSpot Senior Sdet Engineer interview?

Some of the top questions asked at the ThoughtSpot Senior Sdet Engineer interview -

  1. Design a library for api test...read more
  2. Types of load balanc...read more
  3. Framework design related questions were as...read more

Tell us how to improve this page.

ThoughtSpot Senior Sdet Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
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
 • 207 Interviews
Vyapar Interview Questions
3.5
 • 50 Interviews
ZIGRAM Interview Questions
3.9
 • 26 Interviews
MapmyIndia Interview Questions
3.8
 • 24 Interviews
Twilio Interview Questions
3.9
 • 23 Interviews
RGBSI Interview Questions
3.5
 • 23 Interviews
View all
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

Fractal Analytics

4.0
Compare

Tiger Analytics

3.6
Compare

LatentView Analytics

3.7
Compare

AbsolutData

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