Envié una solicitud electrónica. Acudí a una entrevista en Uber en oct 2024
Entrevista
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.
Preguntas de entrevista [1]
Pregunta 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.
Acudí a una entrevista en Uber (San Francisco, CA)
Entrevista
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
Preguntas de entrevista [1]
Pregunta 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.
Acudí a una entrevista en Uber (San Francisco, CA)
Entrevista
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.
Preguntas de entrevista [1]
Pregunta 1
For the technical interview, I was asked to implement basic binary tree algorithms – balancing, searching, detecting cycles, etc.