Loading...
Showing 281-290 of 1571 forum items
I was initially told by HR that the interview would cover supply chain domain knowledge, operational fundamentals, and planning. However, the interviewer, a SWE with one year of experience at Meta, skipped all supply chain-related and behavioral questions. Aft...
The technical questions I was asked included: 1. What is CI/CD, and what CI/CD tools have you used? 2. How to use ArgoCD to deploy applications on Kubernetes? 3. How are Helm files structured in an application, and how do you use Helm? 4. How to troubleshoot a...
The interviewer made the problem feel casual by framing it around players at an arcade. The question was Maximize Completed Arcade Sessions: https://www.chillinterview.com/learn/coding-interview-questions/maximize-completed-arcade-sessions. I was given session...
I recently interviewed for a Manager position at Uber. Overall, the experience was good, and both interviewers were easy to communicate with and seemed nice. Here's a breakdown of the System Design question and my thoughts on what to prepare: **Round 1: System...
I was given a problem involving DNA fragments represented by a `Sequence` object with `startId`, `endId`, and `payload` fields. The goal was to implement a function `String shotgunSequence(List<Sequence> sequences)` that concatenates the payloads in the correc...