San Francisco Bay AreaAug 15, 2025Phone ScreenSystem Design7/10 difficulty
The problem was to design an image feed that calls a backend API, loads images, supports infinite scrolling, displays loading indicators and error images, and supports offline viewing. The interviewer asked many frontend-specific details, including concepts I...
I interviewed for a Data Platform role. The phone screen question was a standard Rate Limiter problem. During the onsite interview: - **Coding:** I was asked a Function Call question. The interviewer emphasized the importance of speed; slow completion would le...
058
San Francisco Bay Area
Jul 15, 2025
Onsite
Multiple Types
7/10 difficulty
I went through an onsite interview for a Software Engineer role at Roblox. The interview process involved two coding rounds and one system design round. The post indicates a positive but hard experience, and I ultimately failed. **Coding Round 1:** My intervie...
00
San Francisco Bay Area
Jun 15, 2025
Phone Screen
Coding
3/10 difficulty
The technical phone screen involved a coding question where I had to flatten a nested array. I was required to implement this using both a recursive approach and an iterative (non-recursive) approach.
00
San Francisco Bay Area
Jun 1, 2025
Full Journey
Multiple Types
4/10 difficulty
The process started with an HR screening where my resume was reviewed, and they asked about my projects. This was followed by a technical phone screen. The main question involved analyzing logs to determine which function was called the most frequently. If the...
00
San Francisco Bay Area
May 15, 2025
Full Journey
Multiple Types
5/10 difficulty
This was a full journey interview process. **Coding Round:** I was asked to solve a problem which is similar to Leetcode 849 **Hiring Manager Round:** This round involved standard resume-based questions and a small amount of behavioral questioning. **System De...
00
San Francisco Bay Area
May 15, 2025
Full Journey
Multiple Types
7/10 difficulty
Here's my interview experience: **Technical Phone Screen:** I was asked to analyze a call stack and identify the most frequent call sequence. The input was given as a series of function calls and returns. I had to output the call stack with the highest frequen...
096
San Francisco Bay Area
May 10, 2025
Full Journey
Multiple Types
7/10 difficulty
I interviewed for a Principal Machine Learning Engineer role. The overall interview process consisted of three rounds. **Round 1: Project Presentation** This round required me to prepare slides and present one of my work projects to several interviewers. I cho...
00
San Francisco Bay Area
May 3, 2025
Onsite
Multiple Types
6/10 difficulty
I interviewed for a full-time Machine Learning Engineer role (requiring a PhD) at Roblox, coming from an existing position. The experience was ultimately very negative. There were three rounds: 1. **ML Modeling Round:** This round focused on standard recommend...
00
San Francisco Bay Area
Apr 20, 2025
Phone Screen
Multiple Types
6/10 difficulty
The coding question involved determining if a rearrangement of elements is possible such that no adjacent elements are the same, given a map where `x[i]` indicates the repetition count of element `i`. I initially thought it might involve combinatorial formulas...