San Francisco Bay AreaFeb 15, 2026Phone ScreenLive Coding6/10 difficulty
I had a phone screen where I was asked two coding questions: **Question 1: Minimize Multi-Person Debt Settlement** The problem was to find the minimum number of transactions to settle debts among a group of people, given multiple loan records, ensuring everyon...
I was asked an interval merging question. I had to write the main method and test cases in the shared coderpad, which was not ideal.
094
Seattle, WA, US
Feb 15, 2026
Online Assessment
Coding
6/10 difficulty
The online assessment consisted of two coding questions to be completed in 90 minutes on HackerRank. The browser automatically entered fullscreen, with HackerRank tracking tab switches. One question was a variation of LeetCode 2389. My initial solution was not...
080
San Francisco Bay Area
Feb 15, 2026
Onsite
Coding
7/10 difficulty
My first onsite interview consisted of two coding questions. The first question was to find the peak element, which is a medium difficulty problem, similar to leetcode 162. The second question was word abbreviation, a hard problem, similar to leetcode 527.
091
San Francisco Bay Area
Feb 15, 2026
Onsite
Multiple Types
8/10 difficulty
This was my Meta onsite interview. I have no desire to interview with Meta again; I found the interview process challenging. In the AI coding round, the task was straightforward. I spent about 5 minutes manually debugging in the provided AI coding experimental...
071
San Francisco Bay Area
Feb 15, 2026
Online Assessment
Coding
7/10 difficulty
The online assessment consisted of an object-oriented design problem. I had to design a bank system with time-aware transactions. The timestamp for each transaction was guaranteed to strictly increase. There were four levels, each building upon the previous on...
080
San Francisco Bay Area
Feb 15, 2026
Onsite
Multiple Types
6/10 difficulty
I had an onsite interview. The coding questions included LeetCode 339 and a variation of LeetCode 199. The AI coding question was a maze problem, which I had seen before on this forum. For the system design round, I was asked to design a system that fetches ne...
055
San Francisco Bay Area
Feb 15, 2026
Onsite
System Design
5/10 difficulty
I was asked to design a system for ticket admissions, similar to Ticketmaster, but in a more generic form. I was also told to design LeetCode.
089
San Francisco Bay Area
Feb 15, 2026
Phone Screen
Coding
4/10 difficulty
I don't remember the exact problems, but they were LeetCode originals. I was asked a Quick Select question. The follow-up question asked what to do with a large amount of data, and I answered to use a heap. I was also asked a binary search question. They weren...
072
San Francisco Bay Area
Feb 15, 2026
Phone Screen
Technical Discussion
7/10 difficulty
I viewed a Jupyter Notebook. The notebook had cells with different levels of a math problem. The question is related to probability distributions associated with LLM-decoding stopping time. Based on the results of the probability distributions, I had to design...