reachability Interview Questions
4 interview questions in our bank cover reachability, most of them Coding & Leetcode-style Questions. They average 3.3/5 difficulty — medium — and each one was reported by a candidate after a real interview. Companies known to ask about reachability: Glean, Google, Figma, Anduril.
Practice these on the problems board →Companies that ask about reachability
Question mix
- Coding & Leetcode-style Questions4
Difficulty
- 3/5 — medium3
- 4/5 — hard1
Questions tagged reachability
Reachability in a Time-Indexed Train Schedule
3/5This interview challenge, recently reported at Glean, explores navigation through a timed transit network. Candidates must determine whether a traveler can successfully commute from an origin point to a destination by catching connecting services under strict scheduling constraints. This task evaluates graph traversal techniques and temporal pathfinding abilities. The complete problem statement and optimal programmatic strategy require a subscription to view.
Coding & Leetcode-style QuestionsGleanDetonate 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 QuestionsGooglePath 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 QuestionsFigmaFind Unreachable Heap Objects with References
3/5This graph traversal and memory management puzzle, featured in Anduril interviews, requires you to identify unreachable heap objects given an initial set of active stack references. You will analyze reference relationships between objects to perform garbage collection style reachability analysis and return all dead objects. Gain access to the full problem statement and optimal solution code with a subscription.
Coding & Leetcode-style QuestionsAnduril
Studied alongside
reachability interview FAQ
- How many reachability interview questions are there?
- 4 reported questions, mostly Coding & Leetcode-style Questions.
- Which companies ask reachability questions?
- Glean (1), Google (1), Figma (1), Anduril (1).
- How hard are reachability questions?
- They average 3.3 out of 5: 3 at 3/5, 1 at 4/5.