San Francisco Bay AreaJan 15, 2026OnsiteMultiple Types6/10 difficulty
### Round 1: Coding **Question:** I was asked to implement a SensorHealth class to determine if a sensor is STABLE or UNSTABLE based on ping signals within a time window. --- ### Round 2: Coding **Question:** I had to determine if there's a valid order to load...
I was asked to implement a pod management system with add, increment, and remove operations based on load. The problem involved maintaining pods and their loads, handling global increments, and efficiently removing the pod with the minimum load.
054
San Francisco Bay Area
Dec 20, 2025
Full Journey
Multiple Types
6/10 difficulty
### Round 1: Phone Screen **Question:** Variadic function implementation. This is a frequently asked question. --- ### Round 2: Virtual Onsite - Coding **Question:** Monster game question with two parts. The first part can be solved using DFS. The second part...
082
San Francisco Bay Area
Dec 15, 2025
Phone Screen
Coding
6/10 difficulty
I had a technical phone screen with Confluent. I was asked coding questions that I had seen in commonly asked interview questions.
086
San Francisco Bay Area
Dec 7, 2025
Phone Screen
Coding
5/10 difficulty
I had a phone screen where I was asked to design a registry system for function overloads, similar to C++/Python dispatch. The functions have a name, argument type list, and possibly `isVariadic`. I needed to implement `register()` to store the functions and `...
058
San Francisco Bay Area
Nov 30, 2025
Online Assessment
Coding
3/10 difficulty
I completed an online assessment consisting of two questions.
062
San Francisco Bay Area
Nov 15, 2025
Online Assessment
Coding
4/10 difficulty
I completed an online assessment consisting of two coding problems.
080
San Francisco Bay Area
Nov 15, 2025
Online Assessment
Coding
6/10 difficulty
I had one coding question in my online assessment.
059
Other
Oct 24, 2025
Online Assessment
Coding
5/10 difficulty
I had an online assessment with two medium-difficulty coding questions on HackerRank. The assessment required camera and screen monitoring.
064
Toronto, ON, CA
Oct 8, 2025
Phone Screen
Coding
6/10 difficulty
I had a phone screen with a very helpful interviewer. The main question involved implementing a memo function similar to `react.memo` using JavaScript.