I applied through a recruiter. The process took 3 days. I interviewed at ThoughtSpot in Oct 2021
Interview
Two Technical Rounds - Each 1 hour
TR1: Basics of React and JavaScript and DSA Level 1 Coding based on arrays and strings
3 Questions
TR2: Similar to TR1
2 Questions
Basic Understanding is enough to crack the interview
Interview questions [1]
Question 1
1. Write a program to print all the LEADERS in the array. An element is leader if it is greater than all the elements to its right side. And the rightmost element is always a leader. For example int the array {16, 17, 4, 3, 5, 2}, leaders are 17, 5 and 2.
2. Finding sum of digits of a number until sum becomes single digit
3. Counting frequencies of array elements
4. Write a function that generates a random string of any length
5. find missing number