geometry Interview Questions
18 interview questions in our bank cover geometry, most of them Coding & Leetcode-style Questions. They average 3.1/5 difficulty — medium — and each one was reported by a candidate after a real interview. Companies known to ask about geometry: Amazon, Google, Stripe, Nuro, Applied Intuition, and 11 more.
Practice these on the problems board →Companies that ask about geometry
Question mix
- Coding & Leetcode-style Questions18
Difficulty
- 2/5 — easy3
- 3/5 — medium11
- 4/5 — hard4
Questions tagged geometry
Request Routing System (Haversine Distance)
3/5Design a command-driven geographic routing engine frequently encountered in backend engineering evaluations at Stripe. This task requires implementing geometric calculations to determine great-circle distances between coordinate points on the Earth's surface. You must build a robust registry that dynamically manages endpoint health statuses and efficiently queries the nearest available server using geospatial metrics. Get access to the full problem statement and clean reference implementation by subscribing.
Coding & Leetcode-style QuestionsStripeDiagonal Nearest-Unvisited Redirect Simulation
4/5Simulate a dynamic pathfinding process across a coordinate plane where servers are visited sequentially based on directional vectors and step multipliers. Reported as an advanced algorithmic question from Amazon interviews, this task challenges you to locate the closest unvisited node along specific diagonal trajectories and update your current position accurately while maintaining a strict history of visited locations. Crafting an efficient solution requires smart spatial indexing to avoid performance bottlenecks during ray-tracing steps. Unlock the complete problem details and the authoritative model solution with a subscription.
Coding & Leetcode-style QuestionsAmazonMerge Detections from Multiple Vision Systems (Bounding Box Fusion)
3/5Reported during Nuro engineering interviews, this problem involves building a fusion algorithm to combine overlapping spatial predictions from multiple automated vision detectors into a clean, consolidated set of bounding boxes for video frames. It tests spatial reasoning, scoring thresholds, and geometric overlap calculations. To access the comprehensive problem description, edge cases, and model code solution, a subscription is required.
Coding & Leetcode-style QuestionsNuroFirst Collision Time in a Multi-Agent Motion Simulator
3/5Simulating physical systems and motion models is crucial for autonomous driving roles, which is highlighted in this Applied Intuition interview question. You are tasked with tracking multiple moving circular entities over time using discrete steps to determine the exact moment their boundaries intersect. This scenario tests your simulation logic, spatial awareness, and handling of continuous dynamics. Unlock the full problem details and reference implementation by subscribing.
Coding & Leetcode-style QuestionsApplied IntuitionValidate Triangle and Classify Point Inclusion
3/5This frequently asked Goldman Sachs interview challenge evaluates your proficiency with computational geometry and coordinate math. You are tasked with checking whether a given set of vertices forms a valid non-degenerate geometric shape, and then determining the spatial relationship between that boundary and multiple target coordinates. This problem tests your ability to implement precise mathematical formulas and handle conditional logic cleanly. Unlock the complete breakdown, edge case handling, and optimal model solution by acquiring a subscription.
Coding & Leetcode-style QuestionsGoldman SachsDetonate Bombs with Chain Reactions
4/5This graph traversal challenge, frequently featured in Google interview loops, asks you to determine the maximum number of explosive devices you can detonate through cascading chain reactions starting from a single initial choice. Each device features a unique coordinate and blast radius that can trigger neighboring ordnance within range. The puzzle evaluates your graph modeling skills, breadth-first or depth-first search strategies, and geometric distance calculations. Access to the comprehensive problem statement, performance constraints, and complete model solution requires an active subscription.
Coding & Leetcode-style QuestionsGoogleClosest Pair of Points
4/5In this geometric optimization challenge reported from Luma AI, you are given a large collection of coordinates on a two-dimensional plane and must calculate the shortest possible Euclidean distance between any distinct pair. Because naive pairwise comparisons are far too slow for the given constraints, you must employ an efficient divide-and-conquer strategy or spatial partitioning technique. Precision handling and performance optimization are key to passing the rigorous test cases. The full problem and model solution require a subscription.
Coding & Leetcode-style QuestionsLuma AIBounding Rectangle of Points
2/5Compute spatial boundaries for a set of coordinates in this Upstart interview challenge. The goal requires determining the smallest axis-aligned bounding box that encloses a collection of two-dimensional points efficiently. This task tests basic geometry intuition and coordinate scanning optimization. Unlock the full problem specifications and model solution by subscribing.
Coding & Leetcode-style QuestionsUpstartCount Fully-Surrounded Robots
3/5This Amazon coding challenge requires you to analyze coordinate data to find elements that are completely surrounded by peers in all four cardinal directions. It evaluates your spatial reasoning, coordinate indexing efficiency, and ability to process multidimensional arrangements. Gain access to the full problem text, thorough test suites, and expert solutions with a subscription.
Coding & Leetcode-style QuestionsAmazonCount Ball Clusters on a Grid
3/5This Uber interview question explores spatial relationships by asking you to find the minimum number of isolated clusters formed by coordinate points on a grid based on a distance threshold and transitive attraction rules. You must compute connected components to determine how many separate chain reactions are necessary to sweep through all coordinates. It is a brilliant test of graph traversal and geometry algorithms. Full problem details and the complete model solution are available to subscribers.
Coding & Leetcode-style QuestionsUberReachability Under Distance Threshold on Implicit Grid
4/5Presented in Google technical interviews, this graph theory problem asks you to determine if a path exists between two spatial coordinates within an implicit network formed by distance thresholds. Instead of working with explicitly provided edges, you must dynamically evaluate spatial proximity while navigating from a starting point to a destination. The challenge evaluates your proficiency with graph search algorithms and spatial indexing techniques. Explore the complete problem details and algorithmic solution by purchasing a subscription.
Coding & Leetcode-style QuestionsGoogleFind the Number of Squares Formed by Given Points
3/5This Zillow interview question requires you to compute the total number of geometric squares that can be constructed from a given set of coordinates distributed across a grid. It tests your computational geometry knowledge, spatial awareness, and ability to optimize subset searches to avoid excessive time complexity. You must evaluate all possible vertex combinations to count valid configurations accurately. Discover the complete problem breakdown and optimal algorithmic solution by obtaining a subscription.
Coding & Leetcode-style QuestionsZillowSimulate Safe Lane Change With Longitudinal Dynamics
3/5This driving simulation scenario, frequently asked in Zoox interviews, requires you to evaluate spatial safety margins for an autonomous vehicle attempting a lane change. You must process longitudinal kinematic states such as positions, velocities, and accelerations to determine whether a maneuver meets strict safety thresholds. The exercise assesses your ability to translate real-world physical rules into clean simulation logic. The complete problem breakdown and verified code solution require a subscription.
Coding & Leetcode-style QuestionsZooxCompute Euclidean Distance Between Two 3D Points
2/5This Dandy interview problem evaluates fundamental computational geometry skills by asking you to determine the spatial distance separating two coordinate locations in a three-dimensional environment. The exercise focuses on precision handling and implementing standard mathematical formulas efficiently in code. Access the full problem statement, test cases, and model solution by upgrading your account.
Coding & Leetcode-style QuestionsDandyDisplay Sort
3/5Encountered during Figma interviews, this geometric sorting task challenges you to arrange UI elements based on their spatial positioning on a canvas. The objective is to establish a natural reading order by grouping components into rows using vertical overlap rules and sorting horizontally from left to right. This puzzle tests your mastery of spatial algorithms, coordinate geometry, and transitive grouping logic. Gain full access to the comprehensive problem guide and clean code solution with a subscription.
Coding & Leetcode-style QuestionsFigmaSimplified Path for GPS Recorder
3/5In this engaging interview question reported at Axon, you are tasked with streamlining a sequence of geographic coordinates gathered by a tracking device. The objective is to filter out redundant intermediate locations that fall precisely along a straight trajectory, preserving only the vital turning points. This challenge evaluates your geometric reasoning and data reduction skills using chronologically ordered spatial inputs. The complete problem description and optimal model solution require a subscription.
Coding & Leetcode-style QuestionsAxonMinimum Manhattan Distance Between 'X' and 'Y' in Matrix
2/5This reported Glean interview question challenges you to find the shortest spatial separation between two distinct target markers inside a grid populated by various symbols. Candidates must efficiently compute the grid-based distance without resorting to overly sluggish exhaustive searches. It evaluates your grasp of coordinate traversal strategies and graph search fundamentals. Unlock the full problem breakdown and complete tested code solution with a subscription.
Coding & Leetcode-style QuestionsGleanMembers Lacking Adequate Provider Network Access
3/5Tackle a practical spatial query challenge frequently featured in technical evaluations at Oscar Health, where you must evaluate geographical accessibility to healthcare services. The problem requires analyzing spatial coordinates for consumers and medical practitioners to determine which individuals lack a required specialty within a specified radius. This exercise tests your ability to optimize distance calculations and manage multi-criteria filtering efficiently over large datasets. Reviewing the complete problem statement, optimal algorithmic approaches, and the fully tested source code requires an active subscription.
Coding & Leetcode-style QuestionsOscar Health
Studied alongside
geometry interview FAQ
- How many geometry interview questions are there?
- 18 reported questions, mostly Coding & Leetcode-style Questions.
- Which companies ask geometry questions?
- Amazon (2), Google (2), Stripe (1), Nuro (1), Applied Intuition (1), Goldman Sachs (1), Luma AI (1), Upstart (1).
- How hard are geometry questions?
- They average 3.1 out of 5: 3 at 2/5, 11 at 3/5, 4 at 4/5.