Skip to contentSkip to footer
  • Community
  • Jobs
  • Companies
  • Salaries
  • For employers
      Notifications

      Loading...

      Elevate your career

      Discover your earning potential, land dream jobs, and share work-life insights anonymously.

      employer cover photo
      employer logo
      employer logo

      Uber

      Engaged employer

      About
      Reviews
      Pay and benefits
      Jobs
      Interviews
      Interviews
      Related searches: Uber reviews | Uber jobs | Uber salaries | Uber benefits | Uber conversations
      Uber interviewsUber Mapping Software Engineer interviewsUber interview


      Glassdoor

      • About / Press
      • Awards
      • Blog
      • Research
      • Contact Us
      • Guides

      Employers

      • Free Employer Account
      • Employer Centre
      • Employers Blog

      Information

      • Help
      • Guidelines
      • Terms of Use
      • Privacy and Ad Choices
      • Do Not Sell Or Share My Information
      • Cookie Consent Tool
      • Security

      Work With Us

      • Advertisers
      • Careers
      Download the App

      • Browse by:
      • Companies
      • Jobs
      • Locations
      • Communities
      • Recent posts

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor," "Worklife Pro," "Bowls" and logo are proprietary trademarks of Glassdoor LLC.

      Followed companies

      Stay ahead in opportunities and insider tips by following your dream companies.

      Job searches

      Get personalised job recommendations and updates by starting your searches.

      Top companies for "Compensation and Benefits" near you

      avatar
      Amazon
      3.7★Compensation and benefits
      avatar
      Google
      4.5★Compensation and benefits
      avatar
      Meta
      4.6★Compensation and benefits
      avatar
      Amazon Web Services
      3.9★Compensation and benefits

      Bowls

      Get actionable career advice tailored to you by joining more bowls.

      Company Bowl sample

      Want the inside scoop on your own company?

      Check out your Company Bowl for anonymous work chats.

      Mapping Software Engineer Interview

      13 May 2016
      Anonymous interview candidate
      Pittsburgh, PA
      No offer
      Positive experience
      Difficult interview

      Application

      I applied online. The process took 4 days. I interviewed at Uber (Pittsburgh, PA) in Mar 2016

      Interview

      A general phone screen asking for background. The thing is, I really don't like the question:"How many lines of code have you written in C++ without any libraries?". This is really a meaningless question to ask because it represents nothing. Idiots can also write millions of lines of code without further understanding of the language, but any use? Then few days later came the favorite technical interview. Most questions are basic about the C++ language itself, I do have answers to all of them however I think I did not make the answer into a deeper level and that's really my fault. Worst thing, I failed the algorithm design question because he really pushed me to answer quickly while I did not quite get the question. But overall good because he actually wanted to help me.

      Interview questions [1]

      Question 1

      C++ 11 great features, member methods with const keyword, vector vs list, difference between reference and pointers, forward 'decoration' (he actually meant 'forward declaration', he used wrong term at that time.) Algorithm design: Given a 2D plain and a 30 degree sensor (which can detect points on the plain within its angle), at origin(0,0) , and an array of points (all presented as x,y coordinates), get the maximum number of points the sensor can detect at some angle.
      1 Answer