I applied through a recruiter. I interviewed at Uber (São Paulo, ) in Sep 2024
Interview
A empresa costuma realizar alguns desafios de algoritmos em diferentes entrevistas. Há uma primeira entrevista para você explicar un pouco sobre você e seus trabalhos anteriores mas nas seguintes é puramente codigo
Interview questions [1]
Question 1
É compartilhada a tela com uma plataforma descrevendo o desafio e você precisa explicar como acredita ser a solução em seguida começa a desenvolver o algoritmo
I did the Online Assessment with Leetcode style after one month of application. There were 3 questions and they were easy at all. I could finish everything 30 minutes earlier than the deadline.
I applied online. The process took 2 weeks. I interviewed at Uber (New York, NY) in Dec 2023
Interview
the interviewer gave me coding problems from HackerRank You can use a programming language of your preference to solve the problem. If your interviewer is not familiar with the language you are using, you’d have to explain your code, in addition to explaining the logic.
Interview questions [1]
Question 1
Given a two-dimensional boolean matrix, find the number of islands. An island is a group of connected 1s or a standalone 1. A cell in the matrix can be connected to up to 8 neighbors: 2 vertical, 2 horizontal, and 4 diagonal.