coding Interview Questions
9 interview questions in our bank cover coding, most of them Coding & Leetcode-style Questions. They average 2.9/5 difficulty — medium — and each one was reported by a candidate after a real interview. Companies known to ask about coding: Optiver, Databricks, Amazon, Netflix, LinkedIn, and 4 more.
Practice these on the problems board →Companies that ask about coding
Question mix
- Coding & Leetcode-style Questions8
- Mobile Engineering (Android/iOS)1
Difficulty
- 2/5 — easy2
- 3/5 — medium6
- 4/5 — hard1
Questions tagged coding
Best Time to Buy and Sell Stock
4/5Featured as a reported Optiver interview question, this challenge requires you to maximize trading returns given a fixed limitation on the number of allowed transactions. It tests your proficiency in dynamic programming and state optimization over sequential numerical data. You must determine the most profitable buying and selling points under strict chronological constraints without overlapping trades. The complete problem description, edge-case analysis, and a tested model solution require a subscription.
Coding & Leetcode-style QuestionsOptiverWeighted LRU Cache
3/5Tackle an advanced data structure challenge frequently featured in technical evaluations at Databricks, focusing on a specialized memory-bounded repository. Unlike traditional retrieval systems that measure capacity by item count, this variation assigns variable storage costs to individual entries, triggering sequential purging based on usage history when limits are exceeded. Successfully navigating this test demands rigorous state management and efficient algorithmic design. Access the complete problem description, complexity analysis, and optimal solution code through a paid subscription.
Coding & Leetcode-style QuestionsDatabricksCount Idle Robots
2/5In this classic coordinate-grid puzzle frequently asked at Amazon, your task is to identify autonomous agents on a warehouse floor that are operating in complete isolation. You will analyze spatial coordinates to determine which entities lack any immediate orthogonal neighbors sharing a boundary in the cardinal directions. This challenge evaluates your proficiency with coordinate indexing, spatial hashing, and efficient subset searching in large datasets. Unlock the full problem breakdown and verified model solution with a subscription.
Coding & Leetcode-style QuestionsAmazonTopological Order of Dependent Jobs (Course Schedule)
3/5This technical coding challenge, frequently reported during Netflix interviews, centers on dependency resolution and prerequisite sequencing within automated processing pipelines. You are given a set of directed precedence relationships and must determine a valid global execution order while detecting potential circular bottlenecks, returning the lexicographically earliest sequence when multiple options exist. The problem thoroughly examines your expertise in graph theory and Kahn's algorithm or topological sorting strategies. Review the complete problem statement and optimal model solution by acquiring a subscription.
Coding & Leetcode-style QuestionsNetflixRanked-Choice Voting (Instant Runoff)
3/5Simulate a preferential voting system frequently discussed in engineering interviews at LinkedIn. This algorithmic challenge involves tracking multi-round ballot preferences, systematically eliminating underperforming candidates, and redistributing votes until a clear majority emerges. The exercise examines your ability to manage complex state transitions, handle tie-breaking edge cases, and write robust simulation code. Review the complete specification, structural requirements, and optimized source code by obtaining a full subscription.
Coding & Leetcode-style QuestionsLinkedInGIF Catalog Pagination by Tag
2/5This data manipulation problem, highlighted in screening rounds at SoFi, requires extracting and slicing specific records from a flattened, sequentially packed metadata collection based on category filters and pagination parameters. It evaluates foundational array traversal, chunking logic, and boundary condition handling using standard programming constructs. Gain immediate access to the full problem statement and complete model implementation by upgrading your subscription.
Coding & Leetcode-style QuestionsSoFiImplement Two Methods in an Android Stock Trading System Skeleton
3/5Tackling this mobile engineering exercise from Robinhood requires you to complete a stock trading application skeleton written in Java and Kotlin. You will need to implement specific core methods that manage order lifecycle states, account balances, and position updates without breaking any existing public interfaces. This assessment gauges your command of object-oriented design principles and domain-driven development within an Android ecosystem. Access the comprehensive requirements, system architectural overview, and verified model solution by upgrading to a paid subscription.
Mobile Engineering (Android/iOS)RobinhoodCoding Problem 1 (1D Dynamic Programming)
3/5This interview task reported at Squarepoint challenges candidates to build an efficient optimization or counting algorithm using linear sequential programming techniques. It evaluates your ability to break down complex state transitions and manage sequential computations effectively. The complete problem statement, constraints, and expert-written model solution require a subscription.
Coding & Leetcode-style QuestionsSquarepointPath Existence in Directed and Undirected Graphs with a Blocked Edge
3/5This Figma interview question evaluates your graph traversal skills by requiring you to handle multiple reachability queries under varying conditions, such as directed links, undirected connections, and dynamically blocked pathways. Testing your proficiency with advanced search algorithms and data structure updates, this problem assesses how well you adapt traversal logic on the fly. Access to the comprehensive problem breakdown and optimal model solution requires a subscription.
Coding & Leetcode-style QuestionsFigma
coding interview FAQ
- How many coding interview questions are there?
- 9 reported questions, mostly Coding & Leetcode-style Questions.
- Which companies ask coding questions?
- Optiver (1), Databricks (1), Amazon (1), Netflix (1), LinkedIn (1), SoFi (1), Robinhood (1), Squarepoint (1).
- How hard are coding questions?
- They average 2.9 out of 5: 2 at 2/5, 6 at 3/5, 1 at 4/5.