Panda Guru LogoPanda
Guru

ThoughtSpot | Staff Engineer | Bengaluru | Oct 2024 [Result (Decided not to move ahead)]

Round 1: Coding Round

Questions:

  1. Alien Dictionary (with valid input)
Candidate's Approach

No approach provided.

Interviewer's Feedback

No feedback provided.


Round 2: System Design (LLD)

Questions:

Focus Areas:

Candidate's Approach

No approach provided.

Interviewer's Feedback

No feedback provided.


Round 3: Coding Round

Questions:

  1. Given a list of Special Numbers made only of 1 & 0 (e.g., 1, 10, 11, 100, 101, 110, 111...), find the minimum count of special numbers needed to sum to a given number N.

    • Example: For N = 52, the answer is 5 (10 * 3 + 11 * 2 = 52).
  2. Given n prices of different items and m coupons (where one coupon can be applied only once and halves the price), minimize the total cost for buying all items.

    • Example: Prices: [4, 9, 3, 2], Coupons: 3 -> Final prices: [2, 2, 3, 2] = Total: 9.
Candidate's Approach

No approach provided.

Interviewer's Feedback

No feedback provided.


Round 4: Manager Round

Questions:

Candidate's Approach

No approach provided.

Interviewer's Feedback

No feedback provided.


Round 5: HLD Round

Questions:

Candidate's Approach

No approach provided.

Interviewer's Feedback

No feedback provided.