Upload Button Icon Add office photos

Filter interviews by

ThoughtSpot Senior Sdet Engineer Interview Questions and Answers for Experienced

Updated 14 Feb 2024

ThoughtSpot Senior Sdet Engineer Interview Experiences for Experienced

1 interview found

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

I appeared for an interview 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

I applied via Naukri.com and was interviewed in Jun 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. About projects

Interview Preparation Tips

Interview preparation tips for other job seekers - Be transparent and real. Don't bluff :)
Fingent has got a good number of people in the interview panel(my personal experience)
Even if you do not know the answer, the panel will explain it to you.

Interview Questionnaire 

2 Questions

  • Q1. What is oops
  • Ans. 

    OOPs is a programming paradigm that uses objects to represent real-world entities and their interactions.

    • OOPs stands for Object-Oriented Programming.

    • It focuses on encapsulation, inheritance, and polymorphism.

    • Encapsulation means hiding the implementation details of an object from the outside world.

    • Inheritance allows creating new classes based on existing ones.

    • Polymorphism allows using a single interface to represent dif...

  • Answered by AI
  • Q2. Real world thing
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jun 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 

(3 Questions)

  • Q1. Linux commands,
  • Q2. Cloud technologies different services (iaas, paas, saas)
  • Ans. 

    Cloud technologies offer different services like IaaS, PaaS, and SaaS for varying levels of control and management.

    • IaaS (Infrastructure as a Service) provides virtualized computing resources over the internet, such as virtual servers and storage.

    • PaaS (Platform as a Service) offers a platform allowing customers to develop, run, and manage applications without dealing with infrastructure.

    • SaaS (Software as a Service) deli...

  • Answered by AI
  • Q3. What do you know AWS

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up OS basics and cloud technologies.

Skills evaluated in this interview

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

I applied via Company Website and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Discussion about OOPS concepts and String related program

Round 2 - Coding Test 

Program on Recursion and Array

Round 3 - HR 

(2 Questions)

  • Q1. Strength and Weakness
  • Q2. Reason for joining with company
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Coding Test 

There was coding test

Round 2 - Technical 

(2 Questions)

  • Q1. 2 technical rounds
  • Q2. Merge sort algorithm
  • Ans. 

    Merge sort is a divide and conquer algorithm that divides the input array into two halves, sorts them separately, and then merges them back together in sorted order.

    • Divide the input array into two halves

    • Recursively sort each half

    • Merge the sorted halves back together

  • Answered by AI
Round 3 - Behavioral 

(1 Question)

  • Q1. Leetcode Easy question

Skills evaluated in this interview

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

(1 Question)

  • Q1. What is State of charge?
  • Ans. 

    State of charge refers to the amount of energy remaining in a battery compared to its full capacity.

    • State of charge is usually expressed as a percentage.

    • It is important for determining how much power is available in a battery.

    • State of charge can be monitored using battery management systems.

    • Example: A battery with 50% state of charge means it is halfway depleted.

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. PMSM motor control
  • Q2. DC DC converter

Interview Preparation Tips

Interview preparation tips for other job seekers - Less increment
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

(1 Question)

  • Q1. Design and code a zoo management system.
  • Ans. 

    A zoo management system to track animals, enclosures, staff, and visitor information.

    • Create classes for animals, enclosures, staff, and visitors

    • Implement functions for adding, updating, and deleting records

    • Include features for scheduling feeding times, cleaning enclosures, and managing staff shifts

  • Answered by AI
Round 2 - Coding Test 

Standard DSA questions

Round 3 - HR 

(1 Question)

  • Q1. Standard HR stuff.

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in Jan 2023. There were 4 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 

(4 Questions)

  • Q1. Previous project and role?
  • Q2. What is KWP2000 or UDS use for?
  • Ans. 

    KWP2000 and UDS are communication protocols used in automotive diagnostics.

    • KWP2000 is used for diagnostics and flashing of electronic control units (ECUs) in older vehicles.

    • UDS (Unified Diagnostic Services) is a modern protocol used for diagnostics and flashing of ECUs in newer vehicles.

    • Both protocols allow for communication between a diagnostic tool and the vehicle's ECUs to read and clear fault codes, perform tests, ...

  • Answered by AI
  • Q3. How many type of ECU are there?
  • Ans. 

    There are mainly three types of ECUs: Engine Control Unit (ECU), Transmission Control Unit (TCU), and Body Control Module (BCM).

    • Engine Control Unit (ECU) - controls the engine functions such as fuel injection, ignition timing, and emissions.

    • Transmission Control Unit (TCU) - manages the transmission system, including gear shifting and torque converter lockup.

    • Body Control Module (BCM) - oversees various body functions li...

  • Answered by AI
  • Q4. What is online and offline in CANoe?
  • Ans. 

    Online and offline in CANoe refer to the modes of communication with the CAN bus.

    • Online mode allows real-time interaction with the CAN bus, sending and receiving messages.

    • Offline mode allows analysis of previously recorded CAN bus data without real-time interaction.

    • Online mode is used for testing and debugging live systems, while offline mode is used for post-analysis and simulation.

    • Examples: Online mode is used to mon...

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. Same as round one question?
Round 4 - HR 

(1 Question)

  • Q1. Salary expectations?

Skills evaluated in this interview

ThoughtSpot Interview FAQs

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

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

  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 for Experienced

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Vyapar Interview Questions
3.5
 • 55 Interviews
ZIGRAM Interview Questions
3.2
 • 26 Interviews
MapmyIndia Interview Questions
3.8
 • 25 Interviews
RGBSI Interview Questions
3.4
 • 24 Interviews
Twilio Interview Questions
3.9
 • 23 Interviews
Fingent Interview Questions
4.4
 • 22 Interviews
Backbase Interview Questions
3.7
 • 22 Interviews
View all
Software Engineer
44 salaries
unlock blur

₹7.4 L/yr - ₹25.8 L/yr

Member Technical Staff
30 salaries
unlock blur

₹12.5 L/yr - ₹45 L/yr

QA Engineer
12 salaries
unlock blur

₹5.8 L/yr - ₹13.8 L/yr

Technical Staff Member 3
10 salaries
unlock blur

₹26 L/yr - ₹52 L/yr

Solution Analyst
10 salaries
unlock blur

₹5.5 L/yr - ₹9.5 L/yr

Explore more salaries
Compare ThoughtSpot with

Aurigo

4.7
Compare

Prime Focus Technologies

3.3
Compare

Vyapar

3.5
Compare

MapmyIndia

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