Skip to content
Related Articles
Get the best out of our app
GFG App
Open App
geeksforgeeks
Browser
Continue

Related Articles

Uber Internship Interview Experience | Off-Campus 2022

Improve Article
Save Article
Like Article
Improve Article
Save Article
Like Article

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): 

  1. 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.
  2. Wall painting https://leetcode.com/problems/longest-repeating-character-replacement/
  3. Dungeon game https://leetcode.com/problems/dungeon-game/
My Personal Notes arrow_drop_up
Last Updated : 19 Jan, 2022
Like Article
Save Article
Similar Reads