Uber Internship Interview Experience | Off-Campus 2022
Applied through career page.
Though it is written in the mail – “This coding assessment will assess your general CS fundamentals + Back End competencies.”
There were three coding questions.
Test Duration: 60mins
Round 1(Coding Round):
- Base 2 to Base 6 conversion https://www.hackerrank.com/contests/goc-cdc-series-10/challenges/itsybitsy/problem. The main problem was how to solve the above problem in c++ without using __int128. If anyone knows, do comment on this post.
- Wall painting https://leetcode.com/problems/longest-repeating-character-replacement/
- Dungeon game https://leetcode.com/problems/dungeon-game/
Please Login to comment...