swe Interview Questions
108 interview questions in our bank cover swe, most of them Coding & Leetcode-style Questions. They average 3.0/5 difficulty — medium — and each one was reported by a candidate after a real interview. Companies known to ask about swe: Optiver, xAI, Affirm, Figma, NVIDIA, and 6 more.
Practice these on the problems board →Companies that ask about swe
Question mix
- Coding & Leetcode-style Questions78
- System Design for ML17
- Behavioral8
- LLMs & Prompt Engineering2
- MLOps & Deployment1
- ML Fundamentals & Algorithms1
- Forward Deployment Engineering1
Difficulty
- 2/5 — easy13
- 3/5 — medium83
- 4/5 — hard12
Questions tagged swe
K-th Element on a Streaming Time Window
3/5Featured as an onsite coding challenge at xAI, this problem requires you to find a specific ranked value within a continuous data stream restricted to a moving time interval. You must build an efficient structure that handles frequent data updates and retrieval queries under strict memory limitations. The task tests your mastery of sliding window patterns and data structure design. Unlock the comprehensive problem description, algorithmic walkthrough, and optimal code implementation with a paid subscription.
Coding & Leetcode-style QuestionsxAIProcess vs Thread (Verbal CS Fundamentals)
2/5Ace your upcoming technical evaluations by mastering core operating system concepts commonly queried during engineering screenings at companies like xAI. This prompt reviews fundamental architectural distinctions between execution units, focusing on memory management boundaries, resource sharing models, and potential concurrency hazards like race conditions. Candidates are expected to clearly articulate these trade-offs during verbal discussions. Access to the full breakdown and expert answers requires a paid subscription.
Coding & Leetcode-style QuestionsxAISquirrel Nut Storage Tracker
4/5This intricate object-oriented programming assessment from Optiver asks you to simulate a complex storage management system featuring tiered capacities and expiration tracking. You will need to implement precise inventory rules governing how items are deposited, maintained, and retrieved under layered weight constraints and cascading overflow mechanics. The challenge examines your software engineering discipline and class design skills. Gain access to the full problem text, architectural requirements, and verified solution by subscribing today.
Coding & Leetcode-style QuestionsOptiverTwitter Insight Platform (CodeSignal Take-Home)
3/5Prepare for a rigorous take-home assignment featured in xAI evaluation rounds by building a complete data processing pipeline. This challenge requires fetching records from a public repository, enforcing strict schema validation, persisting the information locally, and integrating an external language model interface to evaluate and categorize text items. Candidates must also implement robust traffic management mechanisms and package the entire application inside a container. Access to the comprehensive guide, architectural walkthrough, and complete reference implementation requires a paid subscription.
MLOps & DeploymentxAIMultithreaded Integer Sort
3/5Reported as an xAI coding interview challenge, this task requires candidates to sort a collection of numbers utilizing concurrent execution techniques rather than traditional sequential methods. Engineers must design a robust parallel sorting routine that divides the workload efficiently across multiple worker threads and securely combines the intermediate outcomes. The assessment focuses heavily on concurrency principles, thread synchronization, and scalable algorithmic design. Access to the full problem description and complete multithreaded solution requires an active subscription.
Coding & Leetcode-style QuestionsxAIPromotion Offer Redemption Tracking
3/5Navigate complex data processing and bookkeeping logic often encountered during interviews at Affirm. This challenge requires simulating a real-time event pipeline that evaluates promotional validity windows and enforces user-specific usage limits against incoming redemption transactions. It tests your proficiency in designing robust data structures for state tracking and efficient data ingestion. View the complete problem breakdown, optimal architectural patterns, and verified source code by securing a paid subscription.
Coding & Leetcode-style QuestionsAffirmGenAI Quant SWE Manager Deep Dive
3/5This Two Sigma engineering management deep dive centers on generative artificial intelligence, evaluating your leadership decisions around production fine-tuning, agent frameworks, latency reduction, and cost optimization. It tests your strategic capability to balance system scale, model quality, and engineering reliability in quantitative environments. The complete discussion guide and evaluation framework are available exclusively to subscribers.
LLMs & Prompt EngineeringTwo SigmaDesign an A/B Testing / Experimentation Platform
3/5Tackle a realistic experimentation infrastructure challenge featuring in interviews at Affirm by designing a comprehensive A/B testing platform from scratch. This evaluation focuses on experiment setup, reliable traffic allocation algorithms, and robust telemetry collection to measure statistical significance. You will navigate complex architectural trade-offs regarding consistency, scale, and multi-variant assignment. Unlock the full system architecture guide, design walkthrough, and expert evaluation criteria by subscribing today.
System Design for MLAffirmML Coding: 2-D Convolution, Decaying Attention, Training Loop
3/5Sharpen your deep learning implementation skills with this practical coding challenge featured in NVIDIA interview loops. You will write core neural network components from scratch, including a custom two-dimensional convolution in NumPy, a decayed attention mechanism, and a complete training loop utilizing standard machine learning frameworks. This exercise evaluates your fluency with tensor operations, gradient descent workflows, and fundamental deep learning mechanics. Gain access to the full problem breakdown and clean implementation code with an active subscription.
Coding & Leetcode-style QuestionsNVIDIAMultithreaded BankAccount Race-Condition Bug Hunt
2/5This xAI coding challenge investigates concurrency vulnerabilities by presenting a flawed financial account implementation prone to classic multithreading hazards. Candidates must identify timing defects and demonstrate safe encapsulation patterns to prevent data corruption during simultaneous updates. Unlocking the complete troubleshooting guide and model code requires a subscription.
Coding & Leetcode-style QuestionsxAIRAG Notebook (ML Coding)
3/5During a machine learning coding evaluation reported at Harvey, candidates complete a practical notebook exercise centered on building a simple retrieval augmented generation pipeline. The task involves processing tabular data with pandas to generate text embeddings, executing similarity searches to retrieve relevant context, and running evaluation metrics using provided utility functions within a collaborative environment. Unlock the complete coding challenge requirements, starter code explanations, and expert model solutions with a paid subscription.
LLMs & Prompt EngineeringHarveyHiring Manager & Behavioral Rounds
3/5During the behavioral and hiring manager evaluation stages at Affirm, candidates undergo detailed interviews that prioritize authentic project deep dives and situational questioning over scripted responses. These discussions explore past professional impact, conflict resolution approaches, feedback integration, and prioritization methods to determine overall team and cultural fit. Gain full access to comprehensive behavioral preparation tips, common prompt lists, and expert interview strategies by acquiring a subscription.
BehavioralAffirmTransaction Balance & Minimum Settlement
3/5This reported interview question from Affirm challenges candidates to tackle a two-phase financial computation problem. First, you must calculate end-of-day financial standings for various participants based on chronological transaction logs. Second, you are asked to resolve outstanding debts across the network using the fewest possible transactions, commonly known as a minimum cash flow or debt settlement algorithm. This exercise tests your proficiency with greedy strategies and priority queues for efficient optimization. To explore the complete problem statement, optimal algorithms, and fully tested code solutions, a subscription is required.
Coding & Leetcode-style QuestionsAffirmSystems Utility Coding: Temperature Spike, Logs, Brackets
2/5This NVIDIA interview question set covers a collection of systems utility coding tasks frequently encountered during infrastructure and systems software engineering screens. Candidates must solve concise problems such as parsing and validating expression brackets, tracking temperature anomalies from timestamped telemetry, and aggregating log metrics by status and latency. These exercises evaluate fundamental parsing logic, data structure manipulation, and code reliability under tight time limits. To view all the specific utility tasks, edge cases, and complete model implementations, please subscribe.
Coding & Leetcode-style QuestionsNVIDIAVenmo-Style P2P Payment Data Model
4/5This Affirm system design interview challenge requires you to architect a robust database schema and data model for a peer-to-peer payment platform similar to Venmo. You must design tables and workflows that handle direct balance transfers, bank-funded transfers with asynchronous clearing windows, pending states, and failure recovery scenarios. The exercise evaluates your capability to model complex financial transactions with strict consistency and state tracking requirements. To review the comprehensive architectural design, entity-relationship models, and expert guidelines, a subscription is needed.
System Design for MLAffirmResumable Iterator with Save / Restore State
3/5Master stateful traversal in this interesting coding challenge featured by xAI, where you will build a robust traversal mechanism capable of serializing its current position and resuming seamlessly, even across system restarts. This exercise tests your ability to design clean state machines, manage boundary conditions, and handle complex scenarios like nested structures. You will need to demonstrate strong system thinking and precise logic to handle persistence correctly. The full problem and model solution require a subscription.
Coding & Leetcode-style QuestionsxAIFlatten / Unflatten Nested Python Structure
3/5Navigating arbitrarily nested hierarchies is a common hurdle in data processing interviews, as reported from recent xAI hiring loops. This exercise challenges candidates to recursively traverse mixed collections of dictionaries, lists, and tuples to linearize elements into a sequential format, and subsequently reconstruct the original shape using updated leaf values. It evaluates recursion depth management, structural awareness, and data parsing skills. Access the complete problem description, step-by-step guidance, and fully tested solution code with a subscription.
Coding & Leetcode-style QuestionsxAIHuffman-Style Binary Encode / Decode
4/5Master data compression techniques by developing a compression and decompression utility inspired by Huffman encoding, previously featured in interviews at Two Sigma. This challenge evaluates your ability to build hierarchical frequency structures and translate textual data into compact bit streams while adhering to precise rules. Candidates must carefully handle tree construction logic and byte manipulations to successfully pass the evaluation. Access the complete problem description and an optimized reference solution with a paid subscription.
Coding & Leetcode-style QuestionsTwo SigmaCheckers Game — Backend System Design
3/5This reported interview question from xAI challenges candidates to build a backend engine for a classic board game under tight time constraints. You will need to structure data models, manage mutable board states, validate rule compliance, and handle capture mechanics and victory conditions. The exercise evaluates your capability to deliver a functional partial implementation while strategically discussing future optimizations and architectural scaling paths. Access to the full problem description and complete model solution requires a paid subscription.
Coding & Leetcode-style QuestionsxAITwitter Spaces — Aggregate Active Hours
3/5This xAI interview challenge requires processing chronological event logs of user sessions to compute total active participation durations within specific virtual spaces. Candidates must efficiently aggregate interval data while preparing for streaming follow-up queries that track top concurrent participants in real time. The problem tests proficiency in interval manipulation, hash-based lookups, and streaming data structures. Unlock the comprehensive problem statement, optimal algorithmic approach, and reference code with a paid subscription.
Coding & Leetcode-style QuestionsxAIOrder Matching Engine
3/5Featured as a technical interview task at Two Sigma, this problem asks engineers to build a simplified financial exchange mechanism capable of processing and pairing bids and asks based on precise priority rules. The challenge examines your ability to design efficient data organization schemas, handle partial volume distributions, and maintain high-throughput ledger states. It evaluates both algorithmic efficiency and practical system modeling skills relevant to quantitative trading environments. The complete problem statement and professional solution code require a paid subscription.
Coding & Leetcode-style QuestionsTwo SigmaLoan Aggregation & Transaction Matching (Parent-Company Resolution)
3/5This multi-part technical assessment from Affirm challenges developers to traverse hierarchical entity relationships, consolidate financial metrics upward, and correlate incoming ledger entries with their appropriate targets. The exercise emphasizes reading comprehension, data structure manipulation, and writing clean, maintainable code amidst extensive boilerplate text. It evaluates your practical ability to handle complex relational mappings efficiently under time constraints. The complete problem specifications and clean solution code are available exclusively to paid subscribers.
Coding & Leetcode-style QuestionsAffirmNeuron Firing Cellular Automata
3/5Explore this intriguing coding challenge involving cellular automata and neural firing patterns, frequently reported from interviews at Scale AI. This exercise evaluates your ability to simulate complex state transitions over discrete time steps while managing grid boundaries and efficient updates. You will need to design an algorithm that models biological or artificial activation rules cleanly and efficiently under strict constraints. To view the complete problem description, comprehensive test suites, and an optimized model solution, a subscription is required.
Coding & Leetcode-style QuestionsScale AIComputation / Dependency Graph Validation and Pruning
3/5Practice a graph manipulation and validation exercise often featured in technical evaluations at NVIDIA. This challenge assesses your proficiency in managing complex dependency networks, ensuring structural integrity, detecting circular references efficiently, and pruning unnecessary execution branches within deep learning computation graphs. It tests core data structure skills using traversal algorithms and topological sorting to optimize runtime performance. The complete problem statement, edge-case analysis, and fully tested reference implementation require a subscription.
Coding & Leetcode-style QuestionsNVIDIARate Limiter — Inbound + Outbound
3/5In this system design exercise frequently featured in xAI evaluation loops, you are challenged to architect a comprehensive throttling mechanism that simultaneously manages incoming requests and downstream outbound calls. The scenario tests your understanding of concurrency control, queueing strategies, and resource fairness while ensuring the architecture degrades gracefully under heavy traffic spikes. It is an essential design problem for infrastructure and machine learning systems engineers. Gain access to the full design blueprint and detailed trade-off analysis with a subscription.
System Design for MLxAIFraud Detection: Debug + Event Matching
3/5Prepare for your upcoming Affirm interview with this practical coding challenge focused on fraud detection and event management. Candidates are tested on their ability to troubleshoot existing codebases and efficiently categorize transaction records based on predefined security rules and event types. This task evaluates your fluency with data structures like hash maps and your proficiency in writing clean, reliable payment processing logic under time constraints. Unlock the complete problem statement, underlying architectural patterns, and expert model solution by securing a paid subscription.
Coding & Leetcode-style QuestionsAffirmZap-N Reaction & Memory Mini-Games
4/5Reported as part of the Optiver online assessment, this battery of rapid mini-games tests your working memory, pattern recognition, and raw reaction speed under escalating time pressure. Candidates face a sequence of fast-paced interactive challenges designed to measure cognitive reflexes rather than traditional algorithmic reasoning. Succeeding requires intense focus and familiarity with the interface pacing typically encountered in quantitative trading firm recruitment. Gain complete insights into these assessment rounds and preparation strategies with a subscription.
ML Fundamentals & AlgorithmsOptiverIn-Memory Database — Levels 1–4 (TTL + Backup/Restore)
3/5Reported as an xAI multi-level online assessment for infrastructure engineers, this challenge requires building an incremental in-memory key-value database from scratch. You will progressively implement field operations, range scans, time-to-live expiration policies, and snapshot backup functionality. It thoroughly tests systems design intuition and modular code organization under strict constraints. Access the complete tiered requirements and robust reference implementation with a paid subscription.
Coding & Leetcode-style QuestionsxAIHarvey Values / Behavioral
3/5Navigating the behavioral evaluation at Harvey involves aligning your past professional experiences with the company's core organizational values. Interviewers frequently probe into how you handle workplace disagreements, receive constructive feedback, mentor peers, and balance complex technical trade-offs during high-stakes projects. This session tests your interpersonal skills, leadership potential, and cultural alignment within a fast-paced environment. Gain access to detailed behavioral prompts, strategic preparation frameworks, and insider advice through our paid subscription.
BehavioralHarvey2-D Matrix Transpose with Memory-Layout Discussion
3/5Explore low-level systems programming concepts with this NVIDIA interview question centered around matrix transposition and computer memory architecture. Beyond writing the core transformation algorithm for two-dimensional grids, candidates must articulate the performance implications of row-major versus column-major layouts, hardware cache locality, and in-memory constraints. This evaluation tests your systems engineering prowess and hardware-aware optimization mindset. Unlock the full technical discussion points, performance benchmarks, and expert model solution with a paid subscription.
Coding & Leetcode-style QuestionsNVIDIAShortest Unique Substring
3/5Examine advanced string manipulation and indexing strategies in this Affirm interview question centered on finding distinctive textual fragments within a collection. The objective is to compute the most concise substring for each item that uniquely identifies it among all competing entries in the dataset. This challenge tests your mastery of efficient string searching algorithms, prefix trees, and hash-based frequency analysis. Subscribe today to view the complete problem statement and detailed model solution.
Coding & Leetcode-style QuestionsAffirmNotification System — Push to Followers on New Post
3/5This architectural challenge, reported from an interview at xAI, focuses on engineering a scalable broadcast engine that instantly alerts subscribers whenever a creator publishes fresh content. Candidates must carefully balance product requirements with robust backend mechanics, making key decisions regarding data structuring, efficient message distribution strategies, and delivery reliability. Rather than getting bogged down in low-level cluster provisioning, the exercise evaluates your ability to handle high-throughput event flows and social graph relationships. Access to the complete problem breakdown and expert architectural patterns requires a paid subscription.
System Design for MLxAITransaction Aggregation by 24-Hour Buckets
3/5Process and organize financial activity logs in this practical coding challenge based on a reported Affirm software engineering interview. The task evaluates your ability to filter dataset records by specific status criteria and group transaction monetary values into temporal rolling windows using efficient data structures. Unlock the full problem breakdown and optimal algorithmic solution with a subscription.
Coding & Leetcode-style QuestionsAffirmMaximum Distinct Integers After ±k Offset
3/5Explore how to maximize the variety of elements in a sequence after applying unique adjustments from a restricted range to each item. This problem, recently featured in technical screens at xAI, tests your ability to apply greedy strategies and manage collections efficiently. You will need to carefully consider how to assign distinct modification values to optimize the final outcome. To access the complete problem breakdown, comprehensive analysis, and verified model solution, a paid subscription is required.
Coding & Leetcode-style QuestionsxAISecurity-Flavored Coding: Constrained Data Structure & Input Validation
4/5This rigorous security-focused evaluation, reported from Robinhood, tests a candidate's ability to construct resource-constrained data structures and hardened string validation logic. Interviewers heavily scrutinize the implementation for vulnerabilities under intense concurrency and malicious payload submissions. This scenario evaluates defensive programming habits and system resilience against abuse. Unlock the comprehensive security review and reference architecture by purchasing a subscription.
Coding & Leetcode-style QuestionsRobinhoodTask Processor: Dependencies and Deadlines
3/5Designing efficient scheduling systems is a staple of backend engineering assessments, highlighted in this reported Scale AI interview question. You are tasked with creating a job manager that handles strict temporal deadlines, dynamic dependency tracking, and real-time schedule modifications. This problem examines your proficiency in utilizing advanced data structures like priority queues and dependency graphs to maintain optimal execution order. Reviewing the complete prompt and reference implementation demands an active subscription.
Coding & Leetcode-style QuestionsScale AICard Game Simulation
3/5In this engaging coding challenge reported at Affirm, developers must implement a round-based card game simulation using a standard deck to track scores and determine winners. The exercise evaluates state management, array manipulation, and the ability to gracefully handle uneven distributions and edge cases when scaling from two participants to multiple players. It serves as an excellent test of clean logic implementation and procedural thinking under time constraints. Unlock the full problem breakdown and expert-crafted model solution with a subscription.
Coding & Leetcode-style QuestionsAffirmBuild Binary Tree from Edges / S-Expression
3/5Encountered during technical screenings at Optiver, this parsing challenge requires candidates to reconstruct hierarchical structures from parent-child relationship pairs. You must rigorously validate incoming text against a strict hierarchy of error rules and, upon success, format the resulting hierarchy into a standardized S-expression representation. This problem tests your aptitude for robust input validation, tree manipulation, and simulation logic. Access to the full problem specification and optimal code solution requires an active subscription.
Coding & Leetcode-style QuestionsOptiverProject Deep Dive and Paper Presentation
3/5Prepare for technical evaluations at Scale AI by mastering how to effectively review and communicate complex research papers or past engineering systems during architectural deep dives. This behavioral screening emphasizes clear justification of technical tradeoffs and domain expertise. Unlock the complete guide and insider preparation strategies by acquiring a subscription.
BehavioralScale AIMars Rover / Robot Controller (CLI)
3/5This widely reported pair-programming exercise from Shopify challenges engineers to build a command-line interface application that simulates a robotic rover navigating a two-dimensional grid space. Candidates must implement directional state tracking, movement mechanics, and boundary processing based on sequential instructions while gracefully handling edge cases. Although the initial specifications appear straightforward, the real evaluation centers around extensibility, clean object-oriented architecture, and handling complex follow-up requirements. The complete problem statement, testing strategies, and expert reference solution are exclusively available to paid subscribers.
Coding & Leetcode-style QuestionsShopifyNews Aggregation / Subscription System
4/5This rigorous online assessment task, frequently administered by Optiver, centers on engineering a sophisticated news aggregation and subscription engine. Developers must design a system capable of registering customized topic alerts with interest boundaries, enforcing strict per-second rate limits, and processing continuous timestamped data streams efficiently. Success hinges on mastering sliding-window algorithms and priority queue management under tight performance constraints. Access to the comprehensive specification, architectural patterns, and verified optimal solution requires a paid platform subscription.
Coding & Leetcode-style QuestionsOptiverDatabase Connection Pool
3/5In this coding challenge reported from Harvey, candidates must build a robust database connection pool utilizing a provided query mock. The exercise evaluates object-oriented design skills, concurrency management, and data structure usage by requiring the implementation of acquisition and release mechanisms for a fixed set of reusable connections. You will need to handle resource allocation safely under concurrent operations. Unlock the complete problem description and professional solution by purchasing a subscription.
Coding & Leetcode-style QuestionsHarveyString Transformation Length
3/5This MathWorks coding challenge explores string manipulation and sequence scaling over multiple generation rounds. You are tasked with determining the final length of a text after applying a deterministic alphabet shift repeatedly, where specific characters expand into multiple new letters. The puzzle evaluates your skill in recognizing exponential growth patterns and utilizing recurrence or dynamic programming to avoid time-out errors. Unlocking the complete problem description and optimal source code requires an active subscription.
Coding & Leetcode-style QuestionsMathWorksDesign Circular Queue (Ring Buffer)
2/5Implementing bounded data structures with wrapped pointers is a classic systems-level coding task. Highlighted in technical evaluations at Optiver, this interview question requires you to build a fixed-capacity circular queue that efficiently manages memory reuse through modular arithmetic or pointer manipulation. You will need to support standard queue operations while properly handling boundary states such as full and empty conditions. Explore the complete problem specification, detailed complexity analysis, and robust reference implementation by securing a full subscription.
Coding & Leetcode-style QuestionsOptiverDocument / Layer — Apply, Undo, Commit Batch, Redo
3/5Master state management and command patterns with this popular Figma technical interview exercise. Candidates are asked to construct a hierarchical document model containing customizable layers, then implement functionality for property adjustments, rollbacks, grouped batch operations, and forward execution. While the underlying computational logic remains straightforward, success hinges on designing a pristine object architecture capable of handling intricate specifications cleanly. To explore the complete problem statement and review an optimized reference implementation, an active platform subscription is required.
Coding & Leetcode-style QuestionsFigmaLogin Arrays Segment Compression
3/5This MathWorks screening problem examines your proficiency in greedy strategies and array manipulation techniques. The objective revolves around transforming two distinct sequences through strategic contiguous subsegment summation to maximize the length of identical resulting collections, or identifying if such a match is entirely unattainable. It evaluates algorithmic thinking under constraints involving data reduction and sequence alignment. Reviewing the full problem description alongside the optimal model solution necessitates an active site subscription.
Coding & Leetcode-style QuestionsMathWorksParty Time Blocks
3/5This reported interview question from Scale AI challenges candidates to process and analyze temporal intervals grouped by geographical regions. Developers must compute overlapping active periods and identify empty gaps while handling timestamp parsing, precise formatting, and robust unit testing. This scenario evaluates practical software engineering skills regarding sorted data and structured validation. Access the complete problem description and expert model solution with a paid subscription.
Coding & Leetcode-style QuestionsScale AIFriend / Money-Transfer Request Parsing (OOD)
3/5This object-oriented programming exercise, commonly encountered at Robinhood, asks candidates to process an incoming stream of financial and social interactions to maintain user balances and validate transaction rules. It tests system modeling, state management, parsing techniques, and robust error handling. The comprehensive problem description and clean architecture model solution are available exclusively with a paid subscription.
Coding & Leetcode-style QuestionsRobinhoodFile / Folder / Team Permissions — Fewest Grants
3/5This coding interview question, featured by Figma, requires you to evaluate hierarchical access control lists spanning teams, folders, and files to determine the minimal set of nodes needed to summarize a user's permissions. The exercise tests your tree traversal proficiency and object-oriented design skills when dealing with inherited privileges over unconventional data models. Access the full problem description, optimal traversal algorithms, and clean implementation code with a subscription.
Coding & Leetcode-style QuestionsFigmaC++ Project Debugging with AI Tools
4/5In this NVIDIA technical evaluation, applicants tackle a multi-stage software debugging challenge across an extensive codebase filled with logical defects and memory management flaws. The assessment tests your troubleshooting proficiency and collaboration with modern developer assistants under strict time constraints. Accessing the complete problem breakdown and expert resolution requires a subscription.
Coding & Leetcode-style QuestionsNVIDIAExisting Codebase Debugging Round
3/5In this Scale AI technical evaluation, candidates face a realistic codebase debugging exercise designed to test practical software engineering skills. Instead of building from scratch, you must quickly orient yourself within an unfamiliar multi-file project, execute existing test suites, isolate subtle defects, and fix them under time constraints. This scenario assesses your code navigation abilities and troubleshooting methodology. The full problem and model solution require a subscription.
Coding & Leetcode-style QuestionsScale AIMOOC Course Purchase OOD
3/5This object-oriented design task, featured in MathWorks interviews, requires candidates to architect a scalable backend for a massive online education platform. You will model complex relationships involving corporate entities, individual learners, instructional modules, dependency prerequisites, and customized pricing structures. The exercise evaluates your capability to apply sound software engineering principles and design patterns to real-world business domains. Unlocking the full architectural guide and the reference implementation requires a subscription.
Coding & Leetcode-style QuestionsMathWorksMaximum Independent Set on a Tree
4/5Examine this classic graph theory challenge featured in software engineering interviews at Two Sigma. The task involves finding the largest possible subset of nodes within a hierarchical network such that no two chosen elements share a direct connection. This problem tests your expertise in dynamic programming on trees and optimizing independent sets under structural constraints. Working through this scenario enhances your ability to design efficient algorithms for complex relationship networks. The complete problem statement and model solution require a subscription.
Coding & Leetcode-style QuestionsTwo SigmaCurrency Arbitrage Detection
3/5This quantitative trading graph problem, featured in an Optiver online assessment, requires detecting currency arbitrage loops from an exchange rate matrix while accounting for transaction fees. The task typically maps to finding negative cycles in log-transformed graphs using specialized shortest-path algorithms. The full problem statement, mathematical reduction details, and complete model solution are available exclusively with a paid subscription.
Coding & Leetcode-style QuestionsOptiverProportional Allocation Strategy Backtest
3/5Prepare for quantitative finance interviews with this Optiver assessment question, which requires building a portfolio simulation to backtest a daily momentum allocation strategy. Candidates must process historical performance data, calculate daily log returns, and accurately track statistical metrics while handling strict numerical bookkeeping. This exercise evaluates your ability to translate financial trading rules into robust code under timed constraints. Unlock the complete problem description and expert model solution by subscribing to our platform today.
Coding & Leetcode-style QuestionsOptiverTwo-Intern Task Assignment Max Reward
3/5Tackle this engaging algorithmic programming challenge frequently featured in technical screenings at MathWorks. The objective centers on optimally distributing a collection of assignments between two participants based on distinct performance metrics to maximize the overall payout. You will need to apply efficient sorting and greedy selection principles to determine the ideal allocation strategy under specific quota constraints. Review the comprehensive problem statement and optimal coded answer by acquiring a paid subscription.
Coding & Leetcode-style QuestionsMathWorksRecruiter / HR Screen
3/5Prepare effectively for initial HR evaluations with this comprehensive guide based on recruiter screening practices at Robinhood. This overview highlights what interviewers look for during introductory conversations, covering core competencies, motivational alignment, and impactful project highlights designed to help you stand out. Learn how to pitch your professional background concisely and navigate logistical hurdles seamlessly. Unlock the full set of preparation tips and sample dialogue frameworks with a subscription.
BehavioralRobinhoodStock Trading / Real-Time Quote System Design
3/5This Robinhood system design interview question focuses on architecting a high-throughput trading platform capable of handling real-time financial quotes and external exchange API integrations reliably. You will need to address scalability, data modeling, latency reduction, and fault tolerance under heavy market traffic. The complete design blueprint, architectural trade-offs, and expert recommendations require a subscription.
System Design for MLRobinhoodIn-Memory File System
3/5This popular Harvey technical interview challenge asks you to build a simulated data hierarchy that supports directory navigation, file creation, and content retrieval using hierarchical naming paths. The exercise tests your proficiency with tree structures, custom parsing logic, and efficient in-memory data organization. Additional complexities involve handling duplicate naming conflicts and capacity limits within folders. Unlock the complete technical breakdown and expert solution by purchasing a subscription.
Coding & Leetcode-style QuestionsHarveyAsync Job Scheduler
3/5This distributed systems design exercise, reported at Figma, asks you to build a robust background task management platform capable of handling immediate executions as well as delayed triggers. The core challenge centers on fault tolerance, guaranteeing exactly-once task completion, and managing worker recovery gracefully if a node fails mid-operation. You must address concurrency, idempotency, and reliable queue administration at scale. Access the complete system requirements and expert design solution with a paid subscription.
System Design for MLFigmaLow-Latency Trading System Design
4/5Designing ultra-fast communication architectures is crucial in high-frequency trading, as explored in this Optiver system design interview scenario. You will architect a network infrastructure bridging remote trading desks with colocated exchange servers, focusing heavily on low-latency protocols, TCP tuning, and hardware constraints. This challenge assesses your grasp of distributed networking principles and hardware-software trade-offs under strict time constraints. To read the detailed design guide and expert architectural solutions, a subscription is necessary.
System Design for MLOptiverValidate Brackets & Parse Nested Rich Text
3/5Master a two-part text manipulation challenge commonly featured in engineering evaluations at Figma. The first phase evaluates your ability to verify structural correctness in character sequences containing paired delimiters, while the second phase requires transforming hierarchical syntax into nested collection formats. This problem tests fundamental concepts in recursion and linear data structures. To view the full problem statement, detailed explanations, and complete model solution, a paid subscription is required.
Coding & Leetcode-style QuestionsFigmaHit Counter
2/5Design a high-performance metrics tracker in this popular Affirm interview coding exercise that records timestamped events and efficiently calculates frequency over a rolling time window. The challenge focuses on choosing the right underlying data structures to handle high-throughput operations with low latency while defending your design choices against interviewer scrutiny. To unlock the complete problem details and working model solution, a subscription is required.
Coding & Leetcode-style QuestionsAffirmOptiCargo — Cargo-to-Flight Scheduling
4/5Encountered during rigorous hiring loops at Optiver, this complex logistics and scheduling challenge tests your capability to parse extensive pre-written codebases and implement sophisticated resource allocation strategies. You must build an engine that assigns cargo loads to flights while strictly adhering to strict departure schedules, plane capacities, and divisibility rules. The evaluation measures your code comprehension, greedy algorithmic thinking, and ability to optimize large-scale simulation models under time pressure. The complete problem statement and polished codebase solution are available exclusively to subscribers.
Coding & Leetcode-style QuestionsOptiverHR / Behavioral Phone Screen
3/5Prepare for the initial HR and behavioral telephone screening reported at Optiver with this overview of the standard recruiter conversation. This session typically evaluates your background, career motivations, logistics, and past projects through targeted reflective questions. Understanding what recruiters look for during this conversation helps you communicate your alignment with the firm's culture effectively. Unlock the full preparation guide and expert advice by securing a paid subscription.
BehavioralOptiverMinimum-Cost Array Reduction
2/5Reported as a technical screen question at MathWorks, this exercise challenges you to minimize the cumulative expense of combining elements within a collection. You must repeatedly merge pairs of values while accumulating the sum into a running total until only a single element remains. The task evaluates your greedy problem-solving strategy and proficiency with priority queues or heaps to optimize operational expenses. Access the complete problem guidelines and optimal model implementation with a paid subscription.
Coding & Leetcode-style QuestionsMathWorksEDG HireVue Screen
3/5This asynchronous preliminary screening assessment, frequently encountered by applicants at MathWorks, evaluates interpersonal communication skills and professional background. Participants typically face a brief video format with limited preparation time to address motivational inquiries, past engineering experiences, and administrative details. The evaluation ensures candidates align with company culture and possess the necessary qualifications before advancing to deeper technical rounds. Access the comprehensive breakdown of common prompts and expert strategy tips by upgrading to a paid subscription.
BehavioralMathWorksTemplate & Instance System with Update Propagation
2/5Tackle a realistic Figma system design scenario centered around component reuse and synchronization across hierarchical dependencies. You will architect a distributed framework where foundational layout components propagate updates to dependent instances while allowing users selective adoption controls. This prompt evaluates your competence in data modeling, notification pipelines, version control architectures, and conflict resolution strategies. Unlock the comprehensive system design breakdown and expert architectural solutions with a paid subscription.
System Design for MLFigmaDisk Space Manager / KV Store with setAll
3/5In this NVIDIA interview scenario, you will design robust storage-oriented abstractions, featuring either a capacity-constrained disk space manager with eviction policies or a key-value cache supporting constant-time mass updates. The challenge evaluates your object-oriented design prowess, memory management strategies, and algorithmic efficiency under strict constraints. To review the complete problem details, operational criteria, and an optimal model solution, unlock full access with a subscription.
Coding & Leetcode-style QuestionsNVIDIAFractional Share Buy/Sell Inventory
2/5Featured in software engineering interviews at Robinhood, this practical simulation task requires candidates to process a chronological stream of fractional equity transactions and accurately maintain current portfolio holdings. Developers must handle decimal quantities and update asset inventories dynamically using appropriate data structures. This exercise evaluates state management, simulation design, and precision handling. Access to the complete problem statement and working model solution requires a subscription.
Coding & Leetcode-style QuestionsRobinhoodLLM API Practical and Output Validation
3/5This practical coding evaluation, reported during a Scale AI interview, tests your capability to integrate external generative artificial intelligence services into a backend environment. You will design a programmatic routine to dispatch requests, format specialized instructions, and rigorously parse and validate model outputs against strict criteria. The task measures API handling, prompt engineering proficiency, and automated verification workflows. Unlock the complete scenario details and working reference solution with a subscription.
Forward Deployment EngineeringScale AIDesign Google Drive / Data Room
3/5Architect a secure document storage and management platform inspired by real-world system design interviews at Harvey. This challenge focuses heavily on establishing robust organization-level access control lists and handling scalable file handling for digital assets. You will learn how to design reliable storage hierarchies and security boundaries while addressing enterprise-grade data governance requirements. Gain access to the comprehensive system architecture guide and expert recommendations through our subscription.
System Design for MLHarveyLow-Latency Trading System Design
4/5Designing ultra-low latency infrastructure bridging remote trading floors and exchange-colocated hardware is a formidable architectural challenge reported at Optiver. This onsite system design discussion focuses heavily on optimizing TCP network stacks, minimizing packet serialization overhead, and structuring distributed messaging between geographically separated hubs. Candidates must address hardware-software trade-offs and robust network engineering principles under extreme time constraints. The complete architectural blueprint and professional solution review are restricted to paid subscribers.
System Design for MLOptiverString Encoding / Decoding Variants
3/5This NVIDIA interview exercise tests your text parsing and compression capabilities through two distinct string manipulation tasks. You will need to serialize collections using custom delimiters and decode compact expressions that feature numeric repetitions and special character markers. This challenge assesses attention to detail, handling of edge cases, and algorithmic efficiency in string processing. Access to the complete problem description and an optimal model solution requires a subscription.
Coding & Leetcode-style QuestionsNVIDIAHot Air Balloon Festival Simulation
3/5This Optiver simulation challenge evaluates your object-oriented programming and event-driven architecture design capabilities within a timed online assessment. You are tasked with tracking ascending and descending aerial vehicles, dynamically computing atmospheric wind velocities based on altitude formulas, and enforcing complex stability rules over chronological time steps. The problem emphasizes clean class design and state management under strict simulation constraints. Access to the complete architectural requirements and verified model solution requires a subscription.
Coding & Leetcode-style QuestionsOptiverTrending System / Top-K Hot Files
3/5This Figma system design interview question focuses on engineering a real-time analytics pipeline capable of ingesting massive view event streams to maintain a continuously updated global popularity ranking. Candidates must address challenges such as event deduplication, sliding window aggregations, space-efficient approximate counting algorithms, and resilient retrieval architectures that remain highly responsive under heavy read loads. Unlocking the complete design blueprint, architecture diagrams, and expert evaluation criteria requires an active platform subscription.
System Design for MLFigmaService Load Factor / Referral Count
3/5This popular Robinhood technical screen evaluates your proficiency with directed acyclic graphs by asking you to calculate the total downstream dependencies for every node in a network. Interviewers use this task to assess how well you traverse hierarchical relationships and compute cumulative metrics efficiently. To view the complete prompt, constraints, and professional model solution, a subscription is required.
Coding & Leetcode-style QuestionsRobinhoodWeekly Calendar (React)
3/5In this frontend coding interview from Robinhood, you are tasked with building an interactive weekly calendar grid in React featuring time slots and event creation capabilities. The evaluation heavily emphasizes robust state management, clean component architecture, and avoiding anti-patterns like multiple sources of truth. This challenge tests your practical UI engineering skills and modern React hooks proficiency. Unlock the full requirements, mockup details, and reference codebase by purchasing a subscription.
Coding & Leetcode-style QuestionsRobinhoodSpreadsheet / Formula Engine
3/5Asked during a technical interview at Harvey, this problem challenges you to construct a miniature grid computation engine capable of managing cell values and simple arithmetic formulas. The task tests your expertise in dependency graph construction, topological sorting, and cycle detection to prevent recursive formula deadlocks. Implementing swift read operations while propagating updates through dependent cells requires careful architectural planning. Review the complete problem statement and professional model solution with a subscription.
Coding & Leetcode-style QuestionsHarveySatellite Message Propagation
4/5This Optiver coding challenge simulates a complex satellite communication network where messages propagate through a graph with specific delay and routing rules. Candidates must model message forwarding hierarchies, timing constraints, and feedback reporting order using robust object-oriented design and graph algorithms. The problem tests advanced simulation techniques and careful handling of tie-breaking scenarios in real-time systems. Access the full problem details and model solution by subscribing.
Coding & Leetcode-style QuestionsOptiverJob Scheduler System Design
3/5As a classic senior-level system design prompt from Robinhood, this question requires architects to design a fault-tolerant distributed task scheduling platform. You must ensure rigorous adherence to service level agreements, visibility into execution logs, and strict at-most-once job processing semantics. This challenge tests your knowledge of distributed coordination, idempotency patterns, and robust failure recovery mechanisms. Subscribe to review the comprehensive architectural blueprint, component interactions, and expert evaluation criteria.
System Design for MLRobinhoodProgramming & Computer-System Knowledge Quiz
3/5This timed computer science fundamentals assessment, frequently administered by Optiver during online evaluations, tests core knowledge across operating systems, networking, databases, and multi-threading principles under tight time constraints. It is designed to evaluate your breadth of theoretical and practical computing concepts. Upgrade your account to view sample assessment topics and expert guidance.
Coding & Leetcode-style QuestionsOptiverText Highlighting / Citation Tagging
3/5This string-processing challenge, regularly utilized in technical interviews at Harvey, focuses on identifying and formatting specific lexical segments within generated prose based on external reference collections. The problem tests your aptitude for interval merging, text parsing, and hash-based lookups while handling overlapping regions and ranking frequencies. Unlock the complete problem context and optimal code implementation by subscribing.
Coding & Leetcode-style QuestionsHarveyRate Limiter Algorithm Design
3/5This NVIDIA system design round focuses on architecting robust rate-limiting mechanisms to manage traffic flow in distributed environments. Rather than drawing full infrastructure diagrams, the discussion centers on comparing algorithms like token buckets, leaky buckets, and sliding windows while addressing state storage and concurrency trade-offs. It assesses your infrastructure intuition and scalability trade-offs. The complete architectural guide and expert discussion notes require a subscription.
System Design for MLNVIDIAGPU and Inference Systems Fundamentals
3/5This technical discussion focuses on deep learning hardware acceleration, memory hierarchies, and parallel processing strategies commonly evaluated at NVIDIA. Candidates are expected to explain hardware bottlenecks, core performance metrics, matrix multiplication optimization, and framework-level execution models. It examines your ability to reason about hardware constraints and efficient resource utilization in modern computing environments. Access the complete problem description and model solution by purchasing a subscription.
System Design for MLNVIDIAResize Stacked Rectangles — Distribute Height
3/5Reported as a challenging Figma screen question, this algorithmic task requires you to distribute a signed dimension adjustment across an ordered stack of vertical blocks while respecting strict minimum height boundaries. Candidates must carefully handle positive and negative deltas using greedy simulation logic, with advanced follow-ups addressing coordinate consistency. It thoroughly evaluates array manipulation and edge-case management under rigid layout rules. The comprehensive problem guide and clean reference solution are available exclusively to subscribers.
Coding & Leetcode-style QuestionsFigmaSWE / QSE OA — IPO Share Allocation
3/5Simulate a fair stock distribution process where public offering shares are allocated to competing investors based on pricing hierarchy and submission timestamps. Documented from a Two Sigma online assessment, this coding task requires careful sorting, queue management, and iterative simulation to handle tied bids and remaining inventory correctly. It tests your ability to translate complex business rules into clean, deterministic code. Unlock the full challenge details and reference solution by purchasing a subscription.
Coding & Leetcode-style QuestionsTwo SigmaDays Between Two Dates
2/5In this Optiver online assessment problem, you are asked to compute the exact calendar duration separating two specific dates while accounting for leap years and irregular month lengths. This task tests your date-arithmetic logic and edge-case handling for calendar systems. Unlock the full problem statement and clean code solution with a paid subscription.
Coding & Leetcode-style QuestionsOptiverReal-Time Fraud Detection System
3/5In this system design challenge frequently reported at NVIDIA, candidates are tasked with architecting a low-latency infrastructure capable of evaluating millions of financial transactions in real time. The scenario tests your ability to maintain ultra-fast decision speeds under heavy throughput, handle massive traffic surges during peak shopping events, and execute zero-downtime updates for machine learning models. You will explore distributed caching, feature stores, and stream processing architectures. To view the complete architectural blueprint and expert breakdown, a subscription is required.
System Design for MLNVIDIADeep Dive — What Happens When You Access a URL
3/5Administered during senior engineering loops at Figma, this open-ended systems design round explores the intricate network mechanics triggered by entering a web address into a browser. Interviewers will guide the conversation through domain name resolution, content delivery networks, routing protocols, and security layers, testing the depth of your infrastructure knowledge. It measures your capability to articulate complex distributed systems concepts clearly. Access the comprehensive breakdown and expert architectural insights by subscribing.
System Design for MLFigmaFigJam Table — Selection & Set Color
3/5This frontend system design challenge, frequently encountered in technical interviews at Figma, requires you to architect a flexible digital canvas table component that handles hierarchical selection states and layered visual properties. You will need to implement data structures and simulation logic that correctly resolve style overrides across entire grids, individual rows, and specific cells as user selections shift. This question evaluates your proficiency in object-oriented modeling, state management, and clean API design for interactive applications. Access the full architectural requirements and reference implementation by obtaining a subscription.
Coding & Leetcode-style QuestionsFigmaSWE / SDE Intern Coding OA (DP + C++/Ruby)
3/5Prepare for a multi-part technical coding assessment recently featured in Shopify intern hiring processes, spanning dynamic programming and language-specific utilities in C++ and Ruby. The timed evaluation tests adaptability across distinct paradigms, combining algorithmic optimization with concise string manipulation and collection filtering tasks. Success requires efficient time management and fluency in multiple programming environments. Access to the full exam breakdown and model solutions requires a subscription.
Coding & Leetcode-style QuestionsShopifyDesign Circular Queue (Ring Buffer)
2/5Tackle a fundamental data structure implementation question frequently used in Optiver phone screens, centered on building a fixed-capacity ring buffer queue. Guided by an interviewer, candidates must design an efficient memory layout that supports standard queue operations in constant time while safely managing wrap-around pointers. This exercise highlights low-level resource management and clean API design. The comprehensive problem description and complete model solution require a subscription.
Coding & Leetcode-style QuestionsOptiverMaximum K-Star Sum
3/5In this reported interview question from MathWorks, candidates are asked to find the optimal star-shaped subgraph within an undirected network of weighted nodes. The objective is to select a central node and a limited number of connected neighbors that together yield the highest possible combined score. This problem evaluates your proficiency with graph traversal strategies, greedy decision-making, and efficient priority queue management. Access to the full problem description and expert model solution requires a subscription.
Coding & Leetcode-style QuestionsMathWorksResource Allocation / Balancing Teams Equal Sum
2/5Featured in MathWorks evaluations, this problem involves balancing two numerical collections containing empty slots by replacing placeholders with positive integers to achieve identical total sums. It measures your mathematical reasoning and greedy strategy execution to find optimal balancing points or determine impossibility. Access to the full problem text, edge-case analysis, and complete model solution requires a paid subscription.
Coding & Leetcode-style QuestionsMathWorksDays Between Two Dates
2/5In this classic warmup screen featured by Optiver, you must calculate the exact elapsed duration between two distinct calendar points in time. The puzzle examines your ability to manage irregular month boundaries, century rules, and leap years correctly across different programming environments. Perfect for practicing fundamental date mathematics and string parsing for technical assessments. Gain full access to the complete problem breakdown and verified code solutions with a subscription.
Coding & Leetcode-style QuestionsOptiverReal-Time Comment Threads (FigJam / Figma)
3/5This Figma system design interview prompt focuses on architecting a low-latency collaborative commenting feature for an infinite canvas application. It evaluates your expertise in data modeling, real-time synchronization protocols, and scalable backend infrastructure. Access the complete system blueprint and architectural breakdown with a paid subscription.
System Design for MLFigmaSWE / QSE OA — Sewer Tree Partition
3/5Reported as a Two Sigma SWE/QSE OA question, this problem presents a rooted tree structure defined by parent pointers and associated node values. The task is to identify a single edge to remove such that the tree splits into two components, and the absolute difference between the sums of values in these two new subtrees is minimized. This evaluates your ability to perform tree traversals, calculate subtree aggregates, and apply optimization techniques. The full problem and model solution require a subscription.
Coding & Leetcode-style QuestionsTwo SigmaUser Trust Score from Transaction Logs
3/5This Affirm interview question challenges candidates to process transaction logs in two stages. First, identify users who demonstrate consistent activity across multiple days and exhibit a diverse range of order types. Subsequently, for a new transaction, calculate a "trust score" by analyzing a user's past purchasing behavior, considering both the types of items bought and the typical spending amounts. This problem assesses your ability to handle data processing, pattern recognition, and potentially streaming data concepts. The full problem statement and a model solution are available with a subscription.
Coding & Leetcode-style QuestionsAffirmThread-Safe Buy/Sell Without Overselling
3/5This Optiver interview question challenges candidates to design and implement a system for managing stock transactions. The core requirement is to create buy and sell operations that are robust in a multi-threaded environment, specifically preventing a scenario where more shares are sold than are currently available. This problem assesses your understanding of concurrency control mechanisms, thread safety, and object-oriented design principles. It requires careful consideration of how to protect shared resources from race conditions. The full problem description and a detailed model solution are available with a subscription.
Coding & Leetcode-style QuestionsOptiverHR / Behavioral Phone Screen
3/5Prepare for your initial recruiter conversation at Optiver with this overview of commonly asked behavioral themes. This preliminary evaluation focuses on your background alignment, logistical details, professional motivations, and an in-depth review of a past project. It measures communication skills and cultural fit rather than technical depth. Access to the complete interview guide, expert tips, and suggested talking points requires a subscription.
BehavioralOptiverDesign a Queue - Implementation Trade-offs
2/5Understanding foundational data structures and their underlying performance metrics is essential for this Optiver interview question, which examines queue design and memory trade-offs. Candidates must compare internal memory architectures, such as contiguous arrays versus linked nodes or circular buffers, evaluating their time complexities for standard operations. This discussion-oriented technical screen tests low-level computer science fundamentals and architectural decision-making. The complete problem guide and reference solution require a subscription.
Coding & Leetcode-style QuestionsOptiverSort Documents on a 2D Plane
3/5In this Figma software engineering interview challenge, applicants must sort visual documents distributed across a two-dimensional space based on their horizontal positions and boundaries. Follow-up requirements introduce vertical layout arrangements and hierarchical parent-child containment structures to test advanced spatial sorting algorithms. Detailed problem parameters and complete programmatic solutions are reserved for subscribers.
Coding & Leetcode-style QuestionsFigmaWord Guessing Game (Wordle-style)
3/5Build a popular letter-matching word puzzle application from scratch, incorporating validation logic, iterative guessing mechanics, and positional feedback cues. Featured in Shopify hiring loops, this coding challenge assesses your string manipulation abilities, state management, and algorithmic thinking for simulating interactive games. Gain immediate access to the full problem description, test cases, and expert solution by purchasing a subscription.
Coding & Leetcode-style QuestionsShopifyURL Shortener Service (CLI)
3/5Designed around a Shopify technical screen, this coding and system design task requires you to build a functional command-line URL encoding and resolution utility. While the algorithmic core is lightweight, the exercise heavily emphasizes robust object-oriented design, collision mitigation strategies, persistence choices, and thorough testing protocols. Unlock the complete requirements, architecture guidance, and reference implementation by subscribing.
Coding & Leetcode-style QuestionsShopifyProject / Technical Deep Dive
3/5Master the art of presenting your engineering achievements during technical deep dives commonly featured in the hiring loop at Shopify. This page guides you through selecting an impactful system or machine learning lifecycle project, organizing visual diagrams, and defending your architectural choices against rigorous interviewer follow-ups. You will discover how to articulate complex trade-offs, manage cross-functional disagreements, and highlight your individual contributions effectively. To read the full breakdown of evaluation criteria and successful presentation templates, a subscription is required.
BehavioralShopifyHashMap from Scratch
3/5Encountered in technical rounds at Two Sigma, this coding challenge requires building a fully functional hashmap from scratch without relying on built-in data structure libraries. Candidates must design custom storage buckets, implement effective collision resolution strategies, handle dynamic resizing, and ensure efficient key-value retrieval. The task tests deep object-oriented programming principles and a solid understanding of internal memory management. Gain access to the complete problem description and model solution with a paid subscription.
Coding & Leetcode-style QuestionsTwo SigmaIn-Memory SQL-Like Database
3/5Tackle an extensive system-building problem frequently asked during technical evaluations at Two Sigma, where you are tasked with creating a lightweight relational database entirely in memory. This exercise tests your ability to design efficient data structures, parse custom query commands, and execute conditional filtering logic with multiple predicates. You will need to balance clean architecture principles with performance considerations for data insertion and retrieval operations. Elevate your coding capabilities by learning how to structure complex state management and command interpreters from scratch. Unlock the detailed system requirements and complete reference solution with a subscription.
Coding & Leetcode-style QuestionsTwo Sigma
Studied alongside
swe interview FAQ
- How many swe interview questions are there?
- 108 reported questions, mostly Coding & Leetcode-style Questions.
- Which companies ask swe questions?
- Optiver (20), xAI (13), Affirm (12), Figma (11), NVIDIA (10), Two Sigma (8), Robinhood (8), MathWorks (8).
- How hard are swe questions?
- They average 3.0 out of 5: 13 at 2/5, 83 at 3/5, 12 at 4/5.