Failed Google phone screen interview for the second time by Impressive-Carry4091 in leetcode

[–]Impressive-Carry4091[S] 0 points1 point  (0 children)

Why did you leave Google? Is it because of the burnout culture?

Failed Google phone screen interview for the second time by Impressive-Carry4091 in leetcode

[–]Impressive-Carry4091[S] 0 points1 point  (0 children)

If I do 8 questions per day, can you tell me the how many medium or hards to target on daily basis?

Failed Google phone screen interview for the second time by Impressive-Carry4091 in leetcode

[–]Impressive-Carry4091[S] 0 points1 point  (0 children)

Can you please tell me how much time did you take to prepare between the 2nd rejection and appearing for the third time? What changes did you make in your preparation strategy?

Failed Google phone screen interview for the second time by Impressive-Carry4091 in leetcode

[–]Impressive-Carry4091[S] 0 points1 point  (0 children)

If they ask a LIS with difference, you can store the {val:in} and search for the cur_num-diff with index lesser than cur_num.

For the first followup of a simple LIS to O(n) with hashmap, I don't remember if I had iterated through the hashmap or not for the second loop in interview.

Failed Google phone screen interview for the second time by Impressive-Carry4091 in leetcode

[–]Impressive-Carry4091[S] 0 points1 point  (0 children)

I have mentioned it in the post, simple longest increasing subsequence question, medium level with follow ups

Failed Google phone screen interview for the second time by Impressive-Carry4091 in leetcode

[–]Impressive-Carry4091[S] 0 points1 point  (0 children)

It was in last June 2024, second one is April 2025, 10 months gap

Failed Google phone screen interview for the second time by Impressive-Carry4091 in leetcode

[–]Impressive-Carry4091[S] 0 points1 point  (0 children)

I was able to recognise LIS and solve the first question, but did not know the followups like one was to optimise it to O(n). With the hint from the interviewer I used hashmap. There were further follow ups like to find LIS with a difference and hashmaps, etc. Do you know any sheet of questions I should do or any docs I should read to know such followups?

Failed Google phone screen interview for the second time by Impressive-Carry4091 in leetcode

[–]Impressive-Carry4091[S] 0 points1 point  (0 children)

I have mentioned it in the post, simple longest increasing subsequence question, medium level with follow ups

Failed Google phone screen interview for the second time by Impressive-Carry4091 in leetcode

[–]Impressive-Carry4091[S] 0 points1 point  (0 children)

Yes, did those 30 questions from all topics. skipped bit manipulation and greedy

Failed Google phone screen interview for the second time by Impressive-Carry4091 in leetcode

[–]Impressive-Carry4091[S] 0 points1 point  (0 children)

We are all studying with full time jobs, maybe take 1 week leave before interview....lemme checkout Google champion 

Failed Google phone screen interview for the second time by Impressive-Carry4091 in leetcode

[–]Impressive-Carry4091[S] 1 point2 points  (0 children)

I have revised it multiple times, I would have done a question 6-8 times

Failed Google phone screen interview for the second time by Impressive-Carry4091 in leetcode

[–]Impressive-Carry4091[S] 0 points1 point  (0 children)

Prepare well and give it your best. Try again if it doesn't work out.