Uber phone interview
Software Engineer
General
Full-time
Hello all, my name is Cory, I had my first round Uber phone interview couple days ago and want to share them with the community.
1. Introduce myself and academic background
2. Work experience or projects that I have done in the past
3. Code question: Given a string containing just the characters '(', '
', '{', '}', '[' and ']', determine if the input string is valid. The brackets must close in the correct order, "()" and "()[]{}" are all valid but "(]" and "([)]" are not.
This question came straight out of the leetcode website, so I got it done pretty quick, looking forward to the next round interview. Best luck to everyone that is hunting for jobs.
1. Introduce myself and academic background
2. Work experience or projects that I have done in the past
3. Code question: Given a string containing just the characters '(', '

This question came straight out of the leetcode website, so I got it done pretty quick, looking forward to the next round interview. Best luck to everyone that is hunting for jobs.