Want to see the real deal?
More inside scoop? View in App
More inside scoop? View in App
blind
SUPPORT
FOLLOW US
DOWNLOAD THE APP:
FOLLOWING
Industries
Job Groups
- Software Engineering
- Product Management
- Information Technology
- Data Science & Analytics
- Management Consulting
- Hardware Engineering
- Design
- Sales
- Security
- Investment Banking & Sell Side
- Marketing
- Private Equity & Buy Side
- Corporate Finance
- Supply Chain
- Business Development
- Human Resources
- Operations
- Legal
- Admin
- Customer Service
- Communications
Return to Office
Work From Home
COVID-19
Layoffs
Investments & Money
Work Visa
Housing
Referrals
Job Openings
Startups
Office Life
Mental Health
HR Issues
Blockchain & Crypto
Fitness & Nutrition
Health Care & Insurance
Travel
Tax
Hobbies & Entertainment
Working Parents
Food & Dining
IPO
Side Jobs
Show more
SUPPORT
FOLLOW US
DOWNLOAD THE APP:
Uber Phone
- Uber Phone Screen I have a Phone Screen coming up with Uber. I already went through the Blind 75 list and currently going through the Explore Card on Uber. How accurate are the LC Uber tagged? How would you suggest prepping for it? Any help would be appreciated. TC: 0k (Unemployed) YOE: 3 #swe #interview #uber
- Uber Frontend Phone screen I have a phone screen with Uber coming up for a frontend engineer. Just wondering if anyone could let me know what kind of questions they might ask? #frontend #uber #interview
- vote Uber Phone interview Got asked LC medium-hard. Solved in O(nlogn). Could have been O(n) optimal which was discussed with interviewer. Worst case O(n^2). Question was not from LC Chances? #engineering #software #uber Update: Got positive response (kinda) from recruiter. I passed the round. But .... Then the new flex i
- Uber phone screen I had a phone interview with Uber for a backend SWE role. While i was expecting LC medium/hard question, I got a OO coding and design question with multiple steps. I got three follow ups done and time was up. Did they change the format? Or they are giving me this format because they are not hiring
- Uber Phone Screen Did the codesignal but missed the 775 straight to on-site cutoff by a bit, so have to do a phone screen. Does anyone how to best prepare for this? LC tagged Uber questions? Medium? Hard? Any insights and help would be appreciated! TC: 210 YOE: 1.5 #uber
- Uber L4 technical phone screen What should I expect? Please no LC hard 😥
- Uber phone interview Hey guys, I did Uber phone interview recently. I was asked a leetcode hard. I had 40 minutes and figuring out the algorithm took me 35 and wrote a pseudo code as I didn't have time to finish it. What is the criteria usually for clearing the phone screen? If it is working code, then I am screwed.
- Uber phone interview I have a Uber phone interview for software engineering What should I expect Questions level
- Uber phone screen Any suggestions for preparation for Uber phone screen apart from leetcode marked for Uber ? How is the distribution of hard medium generally in phone screen? How many questions appear in phone interview- 1 hard 2 medium ? Thanks for the tips in advance
- Uber phone-screen Have my upcoming Uber technical phone-screen tomorrow for an hour. Any last minute tips? Following is what I would be tested on as per recruiter - Intro(5-10 min) Coding(30-40 min) OOPS/Distributed systems (5-10 min) I’m not sure how would they cover both coding and distributed systems (assuming
- Uber L3 SWE Phone Screen Had a Uber phone screen today and was given a Leetcode hard problem. Was able to give a solution, code it up, explain it and run it but definitely was not an optimal approach.What are my chances I could get through the round.
- Uber phone interview Did anyone recently have a phone interview with Uber for Software engineering role and could share their experience?
- Uber phone interview hi, I have phone interview for Sr S/W back end role with uber. I have started practicing leetcode uber card questions. Any suggestions for preparation 🙂
- Uber Phone interview I had phone interview @ Uber recently, no response after the interview... How long do they wait before giving any response No response means I didn’t clear it, is it ? Anyone has any previous experience?
- vote Uber Phone Screen What would be asked in Uber Phone Screen
- UBER phone screening I had a Uber phone screening last week thursday and there after no news. Is this the way UBER rejects ? If yes, then it's more human way compared to "we liked you but moved ahead with other candidate" 😊😊 @UBER @yoe 13 TC 220k
- Uber phone screen I gave uber phone screen today and it went very well except that i got stuck in complexity computation. What are my chances for onsite?
- Uber Phone Interview Just finished a phone interview with Uber. Got two questions and coded them up and had a really good time with the interviewer. Just wanted to know what are my chances on getting an onsite. I read a lot of horror story on Blind saying that Uber hiring bar is really strange. Just saying.
- uber technical phone do they ask 1 or 2 questions during phone? yoe 4 tc peanuts
- Uber phone interview I have a week's time to prepare for Uber phone interview on cloud infrastructure security role. The expectation is knowledge on python scripting and AWS cloud infrastructure. How should I go about the prep? PS - I am planning to buy more time for onsite interview if I get through phone screening.
- Uber phone screen Had a tech interview phone screen yesterday, was asked to write a solution for adding a list of restaurants and then searching it by prefix should list all the results entered previously with match the prefix. Used a trie data structure , completed the add word function with out issues and also imp
- vote Uber Phone Screen I missed my technical phone screen with Uber because of something going on in my life and I completely forgot to get back to the tecruiter and let her know. Will I be able to get another chance in the future?
- Uber phone interview What questions can I expect in Uber phone screen technical interview ? Please help me out.
- Uber Phone Interview Any insight about questions or patterns for Uber Phone interview for Senior Software Engineer - Backend? what level of Leetcode? will it be one question or two? any help is much appreciated. Thanks so much! TC: 100k. YOE: 6+ #leetcode #uber #lyft
- Uber phone screen Any pointers?
- Uber Phone Screen I've been studying nonstop for a google onsite in a few weeks. But Uber just scheduled a phone technical interview for me tomorrow evening. Was wondering if you all had any pro tips on what I should look out for or study in the meantime. Do they ask a good assortment of questions? Or do they tend to
- Uber corporate phone Eligibility Does Uber provide a corporate phone? If not, does the per month credit allow for a purchase of a new phone or is that restricted?
- Uber phone screen I had a working solution for lc medium question and also time and space complexity. Interviewer wanted me to make it more efficient. I discussed some pseudo code change it to make it more efficient. Do I have a chance? I did the optimization on some prompting because the optimization would not bette
- Uber phone interview Gave tech phone screen, was asked LC medium level question. Discuss few approach and solved using O(n) approach , wrote code and executed and got expected output using Haccker rank. Told edge case that it will not work with large integer due to overflow problem. Told solution is to use BigInt or u
- Uber phone screen Just got news I failed an Uber phone screen for a senior dev position. This one really threw me off since it was a tougher problem (probably LC hard), and I got to a working solution at the end that compiled and passed the couple example cases he gave at the at start. Problem: you’re given a list o
- Uber Phone Interview. WTF?!? I had a scheduled call with an Uber Senior Tech Recruiter (K.S.) to discuss a role. She ghosted me the first time so I rescheduled to another time. She did follow through with phoning me the second time. Unfortunately, it wasn't the best time because I was called into an impromptu meeting at work so
- Uber phone screen bar? Was asked an LC hard with a lot of code to write. (bfs with a twist and preprocessing required for building graph). I wrote the code, tested it and it worked. But still got a reject. Wondering what I could have done better. Am I just supposed to be a robot who spews out a long LC hard solution with
- vote Just delete uber app from my phone https://gizmodo.com/uber-ceo-says-requiring-vaccines-for-drivers-and-riders-1847434694 No using uber till all drivers vaccinate update; They could have been smart- add a button so i can request vaccinated ride and unvaccinated drivers will get less orders, thus having extra incentive
- Uber phone interview tomorrow Can anyone comment on he difficulty of Uber phone interviews?
- Uber 5b phone interview Is it normal to to be asked a coding question for engineering manager first round phone interview? Recruiter said it will just be a conversational interview about my role but got surprised with the coding problem. Tried my best to solve but my rusty brain did not tickle well on the algo side. Opport
- Uber phone interview I had a phone interview and I wrote the code with out any errors and passed all the tests, but I analyzed the space complexity wrong, but eventually got it right. what is the impact it will have on the decision of me moving forward Thanks
- Uber Phone Interview The interviewer speaks poor English, he had hard time expressing himself, but I think I understood most of it, since most phone interviews ask similar behavior questions. He gave me a medium difficulty coding question and I did solve it using the best time and space complexity approach, I double ma
- Uber phone interview Uber engineer contacted me based on my profile for the interview. Interview went well but got rejection saying that your profile is not in alignment with what we are looking for. My question why in the first place you called me? Note recruiter is not in picture at all. Is that normal for Uber to d
- Uber 2nd phone screen Does Uber have 2nd phone screen? I got a call from recruiter to schedule 2nd phone screen. What is expected in this 2nd phone screen?
- Uber | Phone Interview | Mobility I have an upcoming phone screen for Sr. Software Engineer position at Uber - Mobility Team. How many questions..? and What level of complexity can I expect for uber phone screen? Will going through previous qz or online assessment qz on leetcode help...? Any pointers are appreciated. #uber #uberm
- Uber phone screen L4 How’s phone screening for SDE for L4 role at Uber #Uber #engineering #software #swe
- Uber phone screen Have this coming up. Do I need to compile and run code as well in the solution for phone screen?
- Uber phone interview response I have given my Uber phone interview this monday and have an other tight deadline. How long does uber take to get back with the result of the phone interview?
- Uber L5 interview phone screen mobile Hello! How is the phone screen for an Uber interview for an L5 interview?
- Uber phone screen/interview I've uber first phone interview coming up.. Any suggestions on what to prepare? Thanks!
- Uber Phone screen Hi I have a Phone screen scheduled for a Data engineering role. should I anticipate coding questions on a call without access to code editor ?
- Uber Phone interview Have a Uber backend engineer telephonic interview coming up next week. What type of questions to expect ? Leetcode medium / hard ? Any suggestions? Note : 5’6 Indian is a clickbait. Ain’t that guy😛
- Uber phone screen rejection I recently phone screened with Uber. I answered the coding question. I am 15 yoe and the interviewer was fresh out of college. Recruiter came back to me saying they won’t proceed. I am wondering what went wrong.
- Uber frontend phone screen I have a phone screen for Uber was wondering what is covered for front end. Should I expect data structures and algorithm like on leetcode or is it primarily front end related like building a ui?
- Uber phone screen rejection I had uber phone screen yesterday and it went pretty well, Interviewer was satisfied and happy with the solution I provided for the problem. I covered all the possible cases when asked about the unit test cases of the problem and answered correctly on the followed up question. But still I got a rej