Open In App

Thoughtspot Interview Experience for SDE Intern

Last Updated : 16 Mar, 2022
Improve
Improve
Like Article
Like
Save
Share
Report

Round 1 was scheduled for 20 Dec 2021 on hackerrank.

Round-1 (Online coding test): It was a simple implementation.

  •  https://cp-algorithms.com/graph/breadth-first-search.html
  •  https://leetcode.com/problems/minimum-degree-of-a-connected-trio-in-a-graph/

After this, I got mail for scheduling my two rounds of technical interviews with a gap of 15 mins only.

Interview date: 28 Jan 2022

Round -2(Technical Interview):

1. https://www.geeksforgeeks.org/snake-ladder-problem-2/

2. Similar to this(https://leetcode.com/problems/subarrays-with-k-different-integers/)

Round -3(Technical Interview):

1. https://www.geeksforgeeks.org/problems/minimum-sum-partition3317/1

2. Implementation of some class methods. The problem statement was related to some dynamic price of a stock that keeps changing with time and we need to return the maximum, minimum value of the stock.

Round 4 was scheduled after 2-3 days.

Round -4(Managerial Interview):  Starting with the introduction, he asked about my projects and the technologies used. He asked questions about ReactJS (deep concept). During the interview, he mentioned many times, that one who is passionate about some technology should have in-depth knowledge. He asked me to choose between Thoughtspot and Tesla.

Tips:

  • You should know at least “What” of everything you have written in your resume. You should be able to explain it clearly.
  • You could be asked to show how to implement the particular feature by coding on any IDE.
  • You should remember the proper syntax of coding whether it is Web development or programming.
  • Strongly prepared your basics, definitions, differences, etc.

Like Article
Suggest improvement
Previous
Next
Share your thoughts in the comments

Similar Reads