RH - validação de experiência, background e informação de salário - Tech Challenge - Coding and questions - System Design - designing and streaming service and questions
Stakeholder - cultural
Proposing
Interview questions [1]
Question 1
7. Qual a desvantagem de usar segmentos (chunks) muito curtos no HLS?
Resposta: Aumento no overhead de requisições HTTP. Embora reduza a latência, o player precisa pedir novos arquivos com muito mais frequência, o que gera uma carga excessiva de processamento de metadados na rede e no servidor.
8. Por que usar UDP (via QUIC ou WebRTC) em vez de TCP para tempo real?
Resposta: Para evitar o Head-of-Line Blocking. O TCP garante a entrega de cada pacote e espera por retransmissões se algo falhar, o que causa "travamentos". No streaming em tempo real, é preferível perder um pequeno frame do que atrasar a transmissão inteira esperando um dado antigo.
9. Qual a função do Apache Kafka em um pipeline de ingestão?
Resposta: Desacoplamento e Resiliência. O Kafka atua como um buffer que recebe os fluxos de dados e permite que os serviços de transcoding e análise processem as tarefas de forma assíncrona, lidando melhor com picos repentinos de tráfego.
10. Diferença entre arquitetura "Push" e "Pull" na ingestão?
Resposta: * Push: O encoder envia (empurra) os dados ativamente para o servidor (ex: RTMP).
• Pull: O servidor de destino solicita e busca os dados da fonte original quando necessário (comum em redes de distribuição de conteúdo).
Gostaria que eu desenvolvesse um guia de estudo
Surprisingly, the interview felt quite straightforward, especially for a senior role. I started with a technical screen, where I was asked to design an Uber Eats cart service. It caught me off guard initially, but then I remembered a specific mock I had practiced on PracHub that was nearly spot-on with this scenario. The final round included some behavioral questions, and although I received an offer, I ultimately decided to decline. Overall, it was a positive experience.
I applied online. I interviewed at Uber (Bengaluru)
Interview
Round 1 - Coding
Question: Count Rectangle-Line Intersections. Given a set of rectangles and a set of vertical line segments, count how many places the vertical lines intersect the rectangle edges (ignoring edge-on-edge overlaps).
Interview questions [1]
Question 1
Count Rectangle-Line Intersections. Given a set of rectangles and a set of vertical line segments, count how many places the vertical lines intersect the rectangle edges.
2 coding phases + 1 system design + 1 behavior.
It followed the Big Tech interview process.
The interviewers were nice and supportive,
I really enjoyed the process.
You must be sharp at your coding skills for sure,
they are very technical.