← Back to experiences
[ OK ] Loaded —
[ INFO ]
$ cd
$ ls -lt
01
02
03
04
05
$ ls -lt
01
02
03
04
05
user@intervues:~/experiences/…$
Level: Mid-Level
Round: Onsite · Type: Multiple Types · Difficulty: 6/10 · Duration: 180 min · Interviewer: Neutral
Topics: Algorithms, System Design, Data Structures
Location: San Francisco Bay Area
Interview date: 2026-02-15
Interview Rounds Overview
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 news from different companies from an RSS feed, and allows users to retrieve the top X news items for a specified company.
LeetCode similar: LeetCode 339, LeetCode 199