8 practice questions for Reddit technical interviews
codingHardVerified
Ping-Pong Match Scorer
Category: String coding problemYou are building a scoring system for competitive ping-pong matches. Points are awarded one at a time to a player, and the score must be tracked...Input: String Output: Computed result
codingMediumVerified
Linked Topic Finder
Category: String coding problemYou are building a topic recommendation feature for a content platform. Topics are linked when they share readers in common. Given the reading data,...Input: List Output: Integer
codingMediumVerified
Distributed Log Timeline
Category: String coding problemYou are monitoring a distributed system consisting of multiple services, where each service generates event logs at specific timestamps. A JSON...Input: List Output: Computed result
codingHardVerified
Admin Permission System
Category: Trie-based coding problemYou are designing a system that tracks administrator privileges for an online platform using a time-ordered log of administration actions. Each log...Input: List Output: Computed result
codingHardVerified
Expense Ledger
Category: Graph coding problemA company's expense tracking database was lost. Fortunately, a complete historical log of all financial transactions was retained. Your task is to...Input: Graph (nodes and edges) Output: Computed result
codingHardVerified
Document Context Merger
Category: Trie-based coding problemA document review application maintains a history of entries where each entry is identified by a unique, strictly increasing integer id and...Input: List Output: Array
codingHardVerified
Org Chart Navigator
Category: Tree coding problemA company's reporting structure is described as a list relationships, where each element is a list of strings. The first string represents a...Input: Array of strings Output: Array
system designHardVerified
Top 5 Reddit System Design Questions
Category: Trie-based system design problem# System Design Questions - Reddit These are the most commonly asked system design questions from Reddit interviews.Input: Number(s) Output: Computed result
No AI generated questions yet for Reddit.
Start practicing Reddit questions
Sign up for free to access walkthroughs, AI-generated questions, and more.