Ho presentato la mia candidatura online. Ho sostenuto un colloquio presso Uber nel mese di ott 2024
Colloquio
Was given a typical CodeSignal OA (Online Assessment) coding challenge involves solving algorithmic problems within a time limit, often testing logic, data structures, and problem-solving skills. It’s popular in tech recruiting.
Domande di colloquio [1]
Domanda 1
Longest Unique Substring
Problem Statement: Write a function that takes a string s and returns the length of the longest substring without repeating characters.
Input:
A string s of lowercase English letters, with length between 1 and 10,000.
Output:
An integer representing the length of the longest substring with all unique characters.
Ho sostenuto un colloquio presso Uber (San Francisco, CA)
Colloquio
Applied, within a month they sent me an oa. did it and got an interview. one coding question and then a system design along with behavioral questions at the start. pretty hard
Domande di colloquio [1]
Domanda 1
lc medium to hard. system design question along with behaviorals
The first round was a quick (less than 30 minute) call with recruiter just going over resume. After that, there were two live coding rounds with software engineers. The questions were around the difficulty of leetcode mediums.
Ho sostenuto un colloquio presso Uber (San Francisco, CA)
Colloquio
I scheduled the first technical coding interview, which took place over the phone sharing my screen. A week later I found out I was moving on to the next round, which consisted of a behavioral interview over the phone where I was asked questions about projects on my resume.
Domande di colloquio [1]
Domanda 1
For the technical interview, I was asked to implement basic binary tree algorithms – balancing, searching, detecting cycles, etc.