Taro Logo

Software Engineer Interview Experience - Philadelphia, Pennsylvania

October 1, 2017
Negative ExperienceNo Offer

Process

An internal Uber ATG recruiter contacted me and set up an initial one-hour phone interview with a live coding test. I was interviewed by two people and assigned one problem.

The two interviewers wasted my precious time by using up nearly 30 minutes to discuss my past work experience, leaving me with only 20 minutes for the actual coding. I was then rejected because I couldn't get all the unit tests to pass, even though I got the first one to pass in the limited time I had.

Questions

Write a function that breaks a large SMS message string into substrings, given a length limit per substring. Words must stay together. If a word is longer than the limit, use the word in a new substring and split it as relevant.

python def sms_messages(sms_text_str, limit_int): return split_messages_list

Example input: "Joe is the funniest guy", 6 Example output: ["Joe is", "the", "funnie", "st guy"]

Was this helpful?

Interview Statistics

The following metrics were computed from 3 interview experiences for the Uber Software Engineer role in Philadelphia, Pennsylvania.

Success Rate

0%
Pass Rate

Uber's interview process for their Software Engineer roles in Philadelphia, Pennsylvania is extremely selective, failing the vast majority of engineers.

Experience Rating

Positive67%
Neutral0%
Negative33%

Candidates reported having very good feelings for Uber's Software Engineer interview process in Philadelphia, Pennsylvania.

Uber Work Experiences