Here is my uber interview experience ( gutted) 😭😭 -
you don't feel bad if you fail, you feel bad when you work hard for something and fail
Round 1 (online assessment) -> this was a simple codesignal round with
Round 2 (Algorithms & Data structures) -
Round 3( Depth in specialization/chosen technology)
A = ["H", "He", "Hun", "B" , "Bi", "Bay"]and an input string S = "Hunter Joe BidenBi" return the output string in this way = "[Hun]ter Joe [Bi]denBi" . always consider the longest symbol and we only need to put square brackets at the starting of a word.Feedback received -> (Weak Skills - No Hire) in both the rounds. Both interviewers gave good algo skills but weak implementation skills. I don't understand what these guys were looking for, the standard are too high at uber I guess. Any feedback from the community are appreciated.
I feel since I code in cpp my Low level design and implementation skill are a bit slow which is a disadvantage, what you guys think(I don't use cpp at my job).